2023-11-20: Update code examples and Cargo.toml to reflect v0.11.0 (Thomas Knudsen)
2023-11-20: Remove an unintended version id in the Docs URL (Thomas Knudsen)
2023-11-20: Plain Context improvements (Thomas Knudsen)
2023-11-20: Update kp documentation (Thomas Knudsen)
2023-11-20: Documentation for the deformation operator (Thomas Knudsen)
2023-11-20: a few extra steps in the HOWTO-RELEASE.md recipe (Thomas Knudsen)
2023-11-20: Remove superfluous NTv2 README (Thomas Knudsen)
2023-11-20: .gitignore draft commit message (Thomas Knudsen)
2023-11-17: use once_cell to avoid unsafe blocks (Sean Rennie)
2023-11-16: Grid provider for Plain (#77) (Thomas Knudsen)
2023-11-14: Clean up lint in tests (#76) (Thomas Knudsen)
2023-11-14: Add NTv2 multi subgrid support (#74) (Sean Rennie)
2023-11-10: Merge pull request #75 from busstoptaktik/gridshift (Thomas Knudsen)
2023-11-10: Add new NTv2 grids for testing (Thomas Knudsen)
2023-11-10: Repair grid interpolation problem (Thomas Knudsen)
2023-11-10: works (Thomas Knudsen)
2023-11-10: gridshifting (Thomas Knudsen)
2023-11-10: remove feature gates (#73) (Sean Rennie)
2023-11-09: A number of improvements to the grid handling (#72) (Thomas Knudsen)
2023-11-09: Get NTv2 working + wrap up (Thomas Knudsen)
2023-11-09: Clean up after rebase (Thomas Knudsen)
2023-11-03: add test fixtures (Sean Rennie)
2023-11-03: rework ntv2grid to work with multi grid support (Sean Rennie)
2023-11-03: use within when checking a coord is contained in a grid (Sean Rennie)
2023-11-03: merge fixes (Sean Rennie)
2023-10-20: feature gate ntv2 (Sean Rennie)
2023-10-20: update to work with multi grid test (Sean Rennie)
2023-09-18: somewhat simplify the interpolation code (Sean Rennie)
2023-08-30: add ntv2 grid parser and struct (Sean Rennie)
2023-10-20: Using vector approach to grids (Sean Rennie)
2023-10-17: use multiple grids in gridshift and deformation (Sean Rennie)
2023-10-17: managed getting a GridTrait grid (Sean Rennie)
2023-11-08: Rg proj comparison (#71) (Thomas Knudsen)
2023-11-08: Merge pull request #70 from busstoptaktik/better-basegrid (Thomas Knudsen)
2023-11-08: BaseGrid handles all grid orientations (Thomas Knudsen)
2023-11-07: Better names for Grid trait methods (Thomas Knudsen)
2023-11-03: Remove superfluous assignment in omerc (Thomas Knudsen)
2023-11-03: Minor syntax cleanup in CI (Thomas Knudsen)
2023-11-03: Clippy and fmt in CI + resolve clippy warnings (Thomas Knudsen)
2023-11-03: 67 handle optional grids (#68) (Sean Rennie)
2023-11-01: Document the meaning of `within` (Thomas Knudsen)
2023-11-01: Prototype multi grid support (#65) (Sean Rennie)
2023-10-25: standardise formatting comment (#66) (Sean Rennie)
2023-10-21: Implement Swiss Oblique Mercator (somerc) operator (#63) (Sean Rennie)
2023-10-21: Formatting (Thomas Knudsen)
2023-10-20: Add partial support PROJ ellipsoid definitions (#64) (Sean Rennie)
2023-08-21: Grammar (Thomas Knudsen)
2023-08-21: Avoid double correction for lat_0 in tmerc (Thomas Knudsen)
2023-08-17: Additional Rumination #3 clean up (Thomas Knudsen)
2023-08-17: Clean up of Rumination #3 (Thomas Knudsen)
2023-08-16: Improve documentation by extension, editing, and code restructuring (Thomas Knudsen)
2023-08-15: Brush up error messages (Thomas Knudsen)
2023-08-14: Let proj_parse reject obviously invalid pipeline invocations (Thomas Knudsen)
2023-08-01: Linguistics (Thomas Knudsen)
2023-08-14: Refactor math and preludes, mostly to improve the doc structure (Thomas Knudsen)
2023-08-14: Restructure math and authoring modules (Thomas Knudsen)
2023-08-11: Simplify ParsedParameters (#58) (Thomas Knudsen)
2023-08-10: kp: inv + roundtrip OK (Thomas Knudsen)
2023-08-08: Text series option for ParsedParameters (Thomas Knudsen)
2023-08-07: Jacobian: Remove unused factors (Thomas Knudsen)
2023-08-07: Jacobian: Minor correction (Thomas Knudsen)
2023-08-07: Handle pipeline inversions and omissions (Thomas Knudsen)
2023-08-07: parse_proj: handle a few more pathological cases (Thomas Knudsen)
2023-08-06: Merge pull request #57 from busstoptaktik/proj-parser (Thomas Knudsen)
2023-08-06: PROJ-to-Rust Geodesy syntax converter (Thomas Knudsen)
2023-08-04: Jacobian (#54) (Thomas Knudsen)
2023-08-01: Restore support for inline comments in step definitions (Thomas Knudsen)
2023-08-01: Merge pull request #53 from busstoptaktik/assertions (Thomas Knudsen)
2023-08-01: Better assertions (Thomas Knudsen)
2023-08-01: Merge pull request #52 from busstoptaktik/introspection (Thomas Knudsen)
2023-08-01: Operator introspection functionality (Thomas Knudsen)
2023-08-01: Spelling (Thomas Knudsen)
2023-08-01: Streamline split_into_steps() (Thomas Knudsen)
2023-07-30: Better exposure of Coor2D and Coor3D (Thomas Knudsen)
2023-07-30: Move proj operator to examples (Thomas Knudsen)
2023-07-11: Linting: cargo clippy + cargo fmt (Thomas Knudsen)
2023-07-11: Correction of an example (Thomas Knudsen)
2023-07-11: Remove the unused 'assets' tree (Thomas Knudsen)
2023-07-11: Remove file accidentally committed in #6e58f43 (Thomas Knudsen)
2023-07-11: Rumination #2: Linguistics and mino corrections (Thomas Knudsen)
2023-07-09: Rename the NMEA operators to dm/dms and iso_dm/iso_dms (Thomas Knudsen)
2023-07-09: Rename support files from 'collection' to 'register' (Thomas Knudsen)
2023-07-09: Experiment with a different formatting convention (Thomas Knudsen)
2023-07-09: Add missing half sentence to nkg.collection (Thomas Knudsen)
2023-07-09: Extend the 'plain' context provider and use it! (Thomas Knudsen)
2023-07-08: Substantial improvements of the 'plain' context provider (Thomas Knudsen)
2023-07-08: Merge pull request #44 from busstoptaktik/kp (Thomas Knudsen)
2023-07-08: Merge branch 'main' into kp (Thomas Knudsen)
2023-07-08: Remove some superfluous messages from tmerc (Thomas Knudsen)
2023-07-08: Switch examples from simple-logger to env-logger (Thomas Knudsen)
2023-07-08: parse_sexagesimal now supports NaN (Thomas Knudsen)
2023-07-08: KP overhaul (Thomas Knudsen)
2023-07-08: Reintroduce 'clap' as de-dependency (Thomas Knudsen)
2023-07-07: Adjustment of dependencies (Thomas Knudsen)
2023-07-06: Merge pull request #43 from busstoptaktik/tmerc (Thomas Knudsen)
2023-07-06: Less verbosity for tmerc (Thomas Knudsen)
2023-07-06: Rough overhaul (Thomas Knudsen)
2023-07-05: Remove intentional test failure (Thomas Knudsen)
2023-07-04: Improved description of deformation based transformations (Thomas Knudsen)
2023-07-02: Forward part of the deformation operator (Thomas Knudsen)
2023-07-02: Syntax correction in example (Thomas Knudsen)
2023-07-01: Improved code example in rumination 000 (Thomas Knudsen)
2023-07-01: Merge pull request #42 from busstoptaktik/coord_types (Thomas Knudsen)
2023-07-01: Correct a formal error in a comment (Thomas Knudsen)
2023-07-01: Implement CoordinateSet for tuples (T, f64, f64) & (T, f64) (Thomas Knudsen)
2023-06-30: Add remaining examples to justfile run-all (Thomas Knudsen)
2023-06-27: Minor cleanups (Thomas Knudsen)
2023-06-27: Enter Coor3D (Thomas Knudsen)
2023-06-27: Converters for Coor32 (Thomas Knudsen)
2023-06-27: More coordinate mopping (Thomas Knudsen)
2023-06-27: Rename coord.rs to coor4d.rs (Thomas Knudsen)
2023-06-27: Mop up after rename (Thomas Knudsen)
2023-06-26: Rename Coord to Coor4D (Thomas Knudsen)
2023-06-26: Minor improvements to the slice-example (Thomas Knudsen)
2023-06-26: Give an example of using slices [Coord] (Thomas Knudsen)
2023-06-24: Clean up (Thomas Knudsen)
2023-06-24: Correction of some remaining old parameter syntax (Thomas Knudsen)
2023-06-23: Example of user defined coordinate types and containers (Thomas Knudsen)
2023-06-23: Exit DirectPosition (Thomas Knudsen)
2023-06-23: Eliminate the need for Plain context in tests (Thomas Knudsen)
2023-06-07: Ironing out some 'build with_plain' glitches (Thomas Knudsen)
2023-06-07: Minor addtion to HOWTO-RELEASE (Thomas Knudsen)
2023-06-07: Split dependencies between lib and cli (Thomas Knudsen)
2023-06-07: HOWTO-RELEASE. Draft but functionally complete (Thomas Knudsen)
2023-06-07: More descriptive keywords (Thomas Knudsen)
2023-06-07: First preparations for 0.10.0 (Thomas Knudsen)
2023-06-07: Linguistics (Thomas Knudsen)
2023-06-06: UTM: Support "south" aspect (Thomas Knudsen)
2023-06-06: Update documentation. Mostly linguistic corrections (Thomas Knudsen)
2023-06-02: Formatting and linting (Thomas Knudsen)
2023-06-02: Support geodesics as operators (Thomas Knudsen)
2023-06-02: Support sexagesimal degrees in args and input (Thomas Knudsen)
2023-06-01: Another test for the curvature operation (Thomas Knudsen)
2023-05-31: Radii-of-curvature operator (Thomas Knudsen)
2023-05-31: Radii-of-curvature operator (Thomas Knudsen)
2023-05-31: Make inverse operation optional for Op::plain (Thomas Knudsen)
2023-05-30: Some additional curvature tests (Thomas Knudsen)
2023-05-25: Better intro in README.md (Thomas Knudsen)
2023-05-24: Linting (Thomas Knudsen)
2023-05-24: Minor comment correction (Thomas Knudsen)
2023-05-24: Support oblique mercator and web mercator (Thomas Knudsen)
2023-05-24: Formatting (Thomas Knudsen)
2023-05-24: Support D:M:S sexagesimal values in parameter values (Thomas Knudsen)
2023-05-23: Formatting (Thomas Knudsen)
2023-04-17: Minor doc updates (Thomas Knudsen)
2023-03-15: Grammar (Thomas Knudsen)
2023-03-15: Handle \r\n in pipeline input (Thomas Knudsen)
2023-03-14: Small correction of a misleading comment (Thomas Knudsen)
2023-03-14: Add RegisterItem Crs enum variant (Thomas Knudsen)
2023-02-27: Rename CoordinateSet accessors (Thomas Knudsen)
2023-02-27: mockup/stub for parallel context provider (Thomas Knudsen)
2023-02-27: Minor cleanups (Thomas Knudsen)
2023-02-27: impl CoordinateSet for a slice of Coords (Thomas Knudsen)
2023-02-21: Repair doctest in Coor32 (Thomas Knudsen)
2023-02-21: Experiment: Range iterators (Thomas Knudsen)
2023-02-21: Introduce the tiny 32 bit 2D Coor32 (Thomas Knudsen)
2023-02-20: Formatting (Thomas Knudsen)
2023-02-20: Merge remote-tracking branch 'origin/main' (Thomas Knudsen)
2023-02-20: A few type name changes and other linguistics (Thomas Knudsen)
2023-02-20: CoordinateSet for Coor2D (Thomas Knudsen)
2023-02-20: Major refactor of coordinate handling (Thomas Knudsen)
2023-02-18: Introduce CoordinateSet trait (Thomas Knudsen)
2023-02-07: inner_op latitude: Handle 'parametric' arg (Thomas Knudsen)
2023-02-07: inner_op latitude: Handle 'parametric' arg (Thomas Knudsen)
2023-02-03: Clean up and repair meridian distance code (Thomas Knudsen)
2023-02-03: Rename 'preamble' to 'prelude' for conformity's sake (Thomas Knudsen)
2023-02-01: Move Op from preamble to operator_authoring (Thomas Knudsen)
2023-02-01: Preamble strength reduction (Thomas Knudsen)
2023-01-31: Minor: Mostly clippy 'Inline format args' (Thomas Knudsen)
2023-01-27: Formatting (Thomas Knudsen)
2023-01-27: Remove superfluous pub'ness from 2 modules (Thomas Knudsen)
2023-01-26: Drop beta and nightly from ci (Thomas Knudsen)
2023-01-26: Relax an overly optimistic test requirement, failing under Linux (Thomas Knudsen)
2023-01-26: Build infrastructure (Thomas Knudsen)
2023-01-26: Clean up inner_op tests and return types (Thomas Knudsen)
2023-01-24: add js feature (Kyle Barron)
2023-01-24: Merge branch '0.9' (Thomas Knudsen)
2023-01-24: Update 0.9 branch to version 0.9.2 (Thomas Knudsen)
2023-01-24: Update README.md with LAEA info (Thomas Knudsen)
2023-01-23: Add the missing CHANGELOG (Thomas Knudsen)
2023-01-23: Delayed changelog (Thomas Knudsen)
2023-01-23: Update version to v0.9.0 (Thomas Knudsen)
2023-01-23: Better terminology for temporal directionality (Thomas Knudsen)
2023-01-23: Formatting (Thomas Knudsen)
2023-01-22: Correct a bad link in Rumination #2 (Thomas Knudsen)
2023-01-22: Support authalic latitudes in latitude method (Thomas Knudsen)
2023-01-22: LAEA: polar aspects and docs (Thomas Knudsen)
2023-01-22: LAEA forward direction completed (Thomas Knudsen)
2023-01-22: First steps toward LAEA support (Thomas Knudsen)
2023-01-22: Support for authalic latitudes (Thomas Knudsen)
2023-01-21: Scaffolding for laea (Thomas Knudsen)
2023-01-21: Streamline latitudes API (Thomas Knudsen)
2023-01-21: Clarify the description and use of pj_tsfn (now: ts) (Thomas Knudsen)
2023-01-20: A few clarifications in impl Op (Thomas Knudsen)
2023-01-17: Change `provider` args to `ctx` (Thomas Knudsen)
2023-01-17: Document diff between Context::default() and ::new() (Thomas Knudsen)
2023-01-17: Clean-ups in the import logic (Thomas Knudsen)
2023-01-15: Minor corrections in README.md (Thomas Knudsen)
2023-01-14: add missing file to previous commit (Thomas Knudsen)
2023-01-14: Auxiliary latitudes as pipeline operators (Thomas Knudsen)
2023-01-14: More cleanup of cart (Thomas Knudsen)
2023-01-14: Aux latitudes: Coefficients now call-by-reference (Thomas Knudsen)
2023-01-14: Add missing mut to test example for inner_op template (Thomas Knudsen)
2023-01-14: Better test example for inner_op template (Thomas Knudsen)
2023-01-14: Eliminate another leftover template comment (Thomas Knudsen)
2023-01-14: Eliminate a leftover template comment (Thomas Knudsen)
2023-01-14: Geodesics: replace (sin, cos) with sin_cos (Thomas Knudsen)
2023-01-13: Refactor reduced latitude + all latitude tests (Thomas Knudsen)
2023-01-12: Delete slightly over-zealous test (Thomas Knudsen)
2023-01-11: Switch lookup sigil in macros from '^' to '$' (Thomas Knudsen)
2023-01-11: Better logging initialization in kp (Thomas Knudsen)
2023-01-10: clean up a leftover comment in tmerc (Thomas Knudsen)
2023-01-08: Add some logging to tmerc (Thomas Knudsen)
2023-01-08: Re-enable logging in kp (Thomas Knudsen)
2023-01-08: A few improved comments in tmerc (Thomas Knudsen)
2023-01-08: Clean up `justfile` (Thomas Knudsen)
2023-01-07: Bring `tmerc` code in accordance to `template.rs` (Thomas Knudsen)
2023-01-07: Rename remaining 'prv' cases to 'ctx' (Thomas Knudsen)
2023-01-07: Update `adapt` test cases to reflect new default tmerc (Thomas Knudsen)
2023-01-07: Formatting (Thomas Knudsen)
2023-01-07: Switch default Transverse Mercator to Engsager (Thomas Knudsen)
2023-01-07: UTM for etmerc (Thomas Knudsen)
2023-01-07: "Contains" predicate for Grid (Thomas Knudsen)
2023-01-07: Remove custom 'clamp' from Grid. Use built-in instead (Thomas Knudsen)
2023-01-06: Rename the Provider trait to Context (Thomas Knudsen)
2023-01-06: Merge remote-tracking branch 'origin/main' (Thomas Knudsen)
2023-01-06: Doc corrections (Thomas Knudsen)
2023-01-06: Add clenshaw_sin_optimized_for_tmerc (Thomas Knudsen)
2023-01-06: Optimize the etmerc forward direction code (Thomas Knudsen)
2023-01-05: Inverse Engsager/Poder style transverse mercator (Thomas Knudsen)
2023-01-05: Engsager/Poder transverse mercator (Thomas Knudsen)
2023-01-04: Extend ParsedParameters + set default scale, k=1 (Thomas Knudsen)
2023-01-04: Change a (sin, cos)-pair to sin_cos in Bowring's tmerc (Thomas Knudsen)
2023-01-06: Doc corrections (Thomas Knudsen)
2023-01-06: Add clenshaw_sin_optimized_for_tmerc (Thomas Knudsen)
2023-01-06: Optimize the etmerc forward direction code (Thomas Knudsen)
2023-01-05: Inverse Engsager/Poder style transverse mercator (Thomas Knudsen)
2023-01-05: Engsager/Poder transverse mercator (Thomas Knudsen)
2023-01-04: Extend ParsedParameters + set default scale, k=1 (Thomas Knudsen)
2023-01-04: Change a (sin, cos)-pair to sin_cos in Bowring's tmerc (Thomas Knudsen)
2023-01-03: Major refactor of the latitude subsystem of Ellipsoid (Thomas Knudsen)
2022-12-29: Rectifying latitude (Thomas Knudsen)
2022-12-27: Ellipsoid constants/coefficients in separate module (Thomas Knudsen)
2022-12-26: Introducing the math module (Thomas Knudsen)
2022-12-18: Merge pull request #29 from busstoptaktik/clippy (Thomas Knudsen)
2022-12-18: Rust 1.66 update: clippy+fmt (Thomas Knudsen)
2022-09-24: Implement 'Eq' for enum 'Direction' (Thomas Knudsen)
2022-06-19: Prepare for v0.8.0 (Thomas Knudsen)
2022-06-19: Rumination #004 (Thomas Knudsen)
2022-06-19: Abstract for README.md (Thomas Knudsen)
2022-06-19: Rumination #006 (Thomas Knudsen)
2022-06-19: Minor corrections from clippy+fmt (Thomas Knudsen)
2022-06-19: Minor correction in rumination #002 (Thomas Knudsen)
2022-06-19: Improved Provider support for built in adaptors (Thomas Knudsen)
2022-06-19: Minor (Thomas Knudsen)
2022-06-19: Remove spurious comment (Thomas Knudsen)
2022-06-14: Sanitize Provider::new() (Thomas Knudsen)
2022-06-14: Repair example 03 (Thomas Knudsen)
2022-06-09: Additional test in Maximal (Thomas Knudsen)
2022-06-07: Documentation updates (Thomas Knudsen)
2022-06-07: Brief description of the two parameter representations (Thomas Knudsen)
2022-06-07: proj: eliminate a few more warts (Thomas Knudsen)
2022-06-07: proj smoothing (Thomas Knudsen)
2022-06-07: proj: Handle error indicator conversion from PROJ to RG convention (Thomas Knudsen)
2022-06-07: clippy & fmt (Thomas Knudsen)
2022-06-07: Experimental support for calls to 'proj' projections (Thomas Knudsen)
2022-06-06: Rename a few cases of 'mod test' to 'mod tests' (Thomas Knudsen)
2022-06-06: Add test/demo combo for user defined providers (Thomas Knudsen)
2022-06-06: Clean up 'tests' directory (Thomas Knudsen)
2022-06-04: Clippy & fmt (Thomas Knudsen)
2022-06-04: Strip binaries in release mode (Thomas Knudsen)
2022-06-01: Intro to R004 (Thomas Knudsen)
2022-05-30: Add 2 missing bullet points to rumination #005 (Thomas Knudsen)
2022-05-30: Rumination #005: Divided by a common language (Thomas Knudsen)
2022-05-30: Improved doc for the Grid struct (Thomas Knudsen)
2022-05-30: Correction of the user-local path in the 'plain' provider (Thomas Knudsen)
2022-05-30: Improve a few comments (Thomas Knudsen)
2022-05-22: Straighten up provider dependencies (Thomas Knudsen)
2022-05-22: Doc updates (Thomas Knudsen)
2022-05-22: Formatting (Thomas Knudsen)
2022-05-22: Operationalize the Plain provider (Thomas Knudsen)
2022-05-22: Clean up and unify grid handling code (Thomas Knudsen)
2022-05-19: Get rid of exitcode dependency (Thomas Knudsen)
2022-05-18: minor correction (Thomas Knudsen)
2022-05-17: Init Rumination #004 (Thomas Knudsen)
2022-05-17: Switch OpHandle inits from default() to new() (Thomas Knudsen)
2022-05-16: Switch from StructOpt to Clap for CLI arg parsing (Thomas Knudsen)
2022-05-15: The new(...) method in the Provider trait (Thomas Knudsen)
2022-05-15: Remove superfluous dbg!(...) cases (Thomas Knudsen)
2022-05-15: Minor corrections to docs (Thomas Knudsen)
2022-05-15: Simplify RawParameter construction logic (Thomas Knudsen)
2022-05-15: Remove ug.rs and a few redundant (non-)dependencies (Thomas Knudsen)
2022-05-14: Clarify gridshift convention for units (Thomas Knudsen)
2022-05-11: Minor brush-up of pipeline InnerOp (Thomas Knudsen)
2022-05-10: push/pop for inverse pipeline invocation + omit_fwd/inv support everywhere (Thomas Knudsen)
2022-05-10: Fmt (Thomas Knudsen)
2022-05-10: Implement push and pop (Thomas Knudsen)
2022-05-09: Update documentation to reflect that the gridshift operator is now available (Thomas Knudsen)
2022-05-09: Documentation for the gridshift operator (Thomas Knudsen)
2022-05-08: A few more corrections for Rumination 002 (Thomas Knudsen)
2022-05-08: Modern syntax in Ruminations 002 & 003 (Thomas Knudsen)
2022-05-08: Refactor grid code (Thomas Knudsen)
2022-05-08: Minor (Thomas Knudsen)
2022-05-07: Improve Minimal provider path handling (Thomas Knudsen)
2022-05-03: Fmt (Thomas Knudsen)
2022-05-03: Minor changes in gridshift (Thomas Knudsen)
2022-05-03: Improved path structure for resource files (Thomas Knudsen)
2022-05-03: Gridshift with proper 2D inverse (Thomas Knudsen)
2022-05-03: Clippy and fmt (Thomas Knudsen)
2022-05-03: Gridshift compiles (but still not complete) (Thomas Knudsen)
2022-05-03: Exit plain (Thomas Knudsen)
2022-05-03: Remove outdated 'pile' and 'macros' dirs (Thomas Knudsen)
2022-05-03: Finally dropping the attic (Thomas Knudsen)
2022-05-03: Gridshift conceptual adjustments (Thomas Knudsen)
2022-05-03: Towards support of Gravsoft arcsec units (Thomas Knudsen)
2022-05-02: remove separate gravsoft module (Thomas Knudsen)
2022-05-02: steps toward gridshift (Thomas Knudsen)
2022-04-25: Remove misleading comment in adapt test (Thomas Knudsen)
2022-04-25: Improved testing for 'adapt' (Thomas Knudsen)
2022-04-24: Handle 'inv'-as-arg-to-macro properly (Thomas Knudsen)
2022-04-23: Add test for macro default args (Thomas Knudsen)
2022-04-20: Repair macro pipeline invocation (Thomas Knudsen)
2022-04-07: Use destructuring assignment in Helmert (Thomas Knudsen)
2022-03-24: Rumination 000 revision + related general changes (Thomas Knudsen)
2022-02-24: Gravsoftify (Thomas Knudsen)
2022-02-22: Clean up (Thomas Knudsen)
2022-02-10: `Coord` arithmetic (Thomas Knudsen)
2022-02-09: Improved id handling for `Op`s (Thomas Knudsen)
2022-02-08: Formatting and Clippy (Thomas Knudsen)
2022-02-08: Merge pull request #26 from busstoptaktik/geod (Thomas Knudsen)
2022-02-08: Remove the original operator implementations (Thomas Knudsen)
2022-02-08: Remove some superfluous dbg!() calls (Thomas Knudsen)
2022-02-08: Add `molodensky` operator (Thomas Knudsen)
2022-02-08: Add `merc` operator (Thomas Knudsen)
2022-02-08: Eliminate a few spurious `CoordinateTuples` in comments (Thomas Knudsen)
2022-02-08: Minor correction of `InnerOp` template (Thomas Knudsen)
2022-02-08: Add `nmea` operator (Thomas Knudsen)
2022-02-08: Add `utm` operator (Thomas Knudsen)
2022-02-06: More operator template adjustments (Thomas Knudsen)
2022-02-06: Add `tmerc` operator (Thomas Knudsen)
2022-02-06: Operator template adjustment (Thomas Knudsen)
2022-02-06: Add `lcc` operator (Thomas Knudsen)
2022-02-06: Make `InnerOp`s return a `Result<usize, Error>` enum (Thomas Knudsen)
2022-02-06: Minor touch-ups (Thomas Knudsen)
2022-02-06: Remove some superfluous dbg!s (Thomas Knudsen)
2022-02-06: Repair example 02 (Thomas Knudsen)
2022-02-06: Eliminate `Coord` abbreviations (Thomas Knudsen)
2022-02-05: Formatting (Thomas Knudsen)
2022-02-05: Rename `CoordinateTuple` to `Coord` (Thomas Knudsen)
2022-02-05: remove etc from lib.rs (Thomas Knudsen)
2022-02-05: remove etc (Thomas Knudsen)
2022-02-05: empty etc (Thomas Knudsen)
2022-02-05: A few doc improvements (Thomas Knudsen)
2022-02-05: Generic de-cluttering (Thomas Knudsen)
2022-02-04: , replaces / as ellipsoid separator (Thomas Knudsen)
2022-02-03: Minor adjustments to the InnerOp template (Thomas Knudsen)
2022-02-03: Add the noop operator (Thomas Knudsen)
2022-02-03: Add 'tree' command to justfile (Thomas Knudsen)
2022-02-03: Formatting (Thomas Knudsen)
2022-02-03: The `adapt` operator (Thomas Knudsen)
2022-02-03: cart (Thomas Knudsen)
2022-02-03: Clean up use-statements in distance test case (Thomas Knudsen)
2022-02-03: Helper function for common-case Op-instantiations (Thomas Knudsen)
2022-02-03: Ergonomical streamlining (Thomas Knudsen)
2022-02-01: Change everything (Thomas Knudsen)
2022-02-01: Add warning about outdated docs in README (Thomas Knudsen)
2022-02-01: Add inner_op template (Thomas Knudsen)
2022-02-01: Improved testing for Helmert (Thomas Knudsen)
2022-01-31: Helmert et al (Thomas Knudsen)
2022-01-30: Half baked Helmert (Thomas Knudsen)
2022-01-30: Base - OpDescriptor and other minor changes (Thomas Knudsen)
2022-01-30: Minor cleanups (Thomas Knudsen)
2022-01-29: Handle operator inversion (Thomas Knudsen)
2022-01-29: Formatting (Thomas Knudsen)
2022-01-29: Make `use` use relative paths (Thomas Knudsen)
2022-01-29: rename op to geod (Thomas Knudsen)
2022-01-29: Clippy (Thomas Knudsen)
2022-01-29: Some test improvements (Thomas Knudsen)
2022-01-28: An unreasonable amount of extensions and improvements (Thomas Knudsen)
2022-01-23: Experiments with ug, a new, minimal implementation (Thomas Knudsen)
2021-12-19: small bits from the last few days (Thomas Knudsen)
2021-12-15: Grid indexing (Thomas Knudsen)
2021-12-14: Gridding along (Thomas Knudsen)
2021-12-13: grids and pieces all over the place (Thomas Knudsen)
2021-12-09: Experimental level memory mapped pile (Thomas Knudsen)
2021-12-08: Give Provider trait some less confusing method names (Thomas Knudsen)
2021-12-08: Reduce Provider trait (Thomas Knudsen)
2021-12-08: Anyhow error return syntax for src/bin (Thomas Knudsen)
2021-11-30: Minimal provider debuts + minor cleanups (Thomas Knudsen)
2021-11-29: touch up examples (Thomas Knudsen)
2021-11-29: Improved support for macro arguments (Thomas Knudsen)
2021-11-27: kp etc (Thomas Knudsen)
2021-11-24: Last operator converted (Thomas Knudsen)
2021-11-24: More operators adapted (Thomas Knudsen)
2021-11-24: Operator construction OK (Thomas Knudsen)
2021-11-23: eliminate ancient debris (Thomas Knudsen)
2021-11-22: Activate user defined mecros (Thomas Knudsen)
2021-11-20: Halfway, and not compiling (Thomas Knudsen)
2021-11-19: New pipeline instantiation shapes up (Thomas Knudsen)
2021-11-18: A drove of cleanups (Thomas Knudsen)
2021-11-16: Separate 'Plain' resource provider (Thomas Knudsen)
2021-11-16: Linguistics and documentation (Thomas Knudsen)
2021-11-16: gys and resource now have their own homes (Thomas Knudsen)
2021-11-11: ResourceProviders arriving (Thomas Knudsen)
2021-11-10: Rationalize ellipsoid handling (Thomas Knudsen)
2021-11-09: Introducing a YAML-free GYS (Thomas Knudsen)
2021-11-07: Reduce scope of Context (Thomas Knudsen)
2021-10-23: Formatting (Thomas Knudsen)
2021-10-22: Update to Rust edition 2021 (Thomas Knudsen)
2021-10-20: Follow conventions for FWD, INV (Thomas Knudsen)
2021-10-20: Optimize builtins, prepare for yanking YAML (Thomas Knudsen)
2021-10-05: Replace Option by Result in operator construction flow (Thomas Knudsen)
2021-10-05: Minimum viable implementation (Thomas Knudsen)
2021-10-02: Update bibliography with SMITSWAM-paper by Ruffhead (Thomas Knudsen)
2021-09-25: Improved Molodensky tests (#19) (Thomas Knudsen)
2021-09-20: Docs: minor corrections (Thomas Knudsen)
2021-09-12: Cart code and test cleanup (Thomas Knudsen)
2021-09-12: Update cart to use index (Thomas Knudsen)
2021-09-12: Simplify Context::test() use (Thomas Knudsen)
2021-09-12: Enter internals (Thomas Knudsen)
2021-09-12: Refactor and introduce Context::test() (Thomas Knudsen)
2021-09-11: Lcc now with 2 standard parallels, more tests and documentation (Thomas Knudsen)
2021-09-11: Lcc first shot (Thomas Knudsen)
2021-09-10: Formatting (Thomas Knudsen)
2021-09-10: Inverse isometric latitude (Thomas Knudsen)
2021-09-10: Refactor coordinates (Thomas Knudsen)
2021-09-10: Refactor bibliography (Thomas Knudsen)
2021-09-10: Refactor operator (Thomas Knudsen)
2021-09-10: Improved help text in pq.rs (Thomas Knudsen)
2021-09-10: Refactor Ellipsoid (Thomas Knudsen)
2021-09-09: Merc: improved short-circuiting (Thomas Knudsen)
2021-09-09: pile: clippy (Thomas Knudsen)
2021-09-09: More tests etc. for Mercator projection (Thomas Knudsen)
2021-09-08: Handle latitude of projection center in tmerc (Thomas Knudsen)
2021-09-08: The Mercator projection debuts (Thomas Knudsen)
2021-09-08: Add 'executable abstracts' to all ruminations (Thomas Knudsen)
2021-09-07: Slight speed up of Helmert operator (Thomas Knudsen)
2021-09-04: PILE debuts (Thomas Knudsen)
2021-09-02: Some minor linguistic improvements (Thomas Knudsen)
2021-08-31: Rumination 003: Minor correction (Thomas Knudsen)
2021-08-30: Roundtrip functionality for `kp` (Thomas Knudsen)
2021-08-30: Publish v0.7.1 (Thomas Knudsen)
2021-08-30: Prepare for 0.7.1 (Thomas Knudsen)
2021-08-30: Add CHANGELOG (Thomas Knudsen)
2021-08-29: Minor corrections to Rumination 000 (Thomas Knudsen)
2021-08-29: Comments are now Ruminations (Thomas Knudsen)
2021-08-29: Repair inversion logic in `adapt` (Thomas Knudsen)
2021-08-28: Initial kp doc (Thomas Knudsen)
2021-08-26: Comment 000: Extend prologue (Thomas Knudsen)
2021-08-26: Repair justfile 'default run' (Thomas Knudsen)
2021-08-24: Improved interpretation of the name GYS (Thomas Knudsen)
2021-08-23: Dms (#17) (Thomas Knudsen)
2021-08-22: Let README.md reflect the improved state of documentation (Thomas Knudsen)
2021-08-20: Comment 002 debuts (Thomas Knudsen)
2021-08-20: Factual correction in Comment 001 (Thomas Knudsen)
2021-08-17: coordinates given as dms (Thomas Knudsen)
2021-08-17: 0.7.0 (Thomas Knudsen)
2021-08-17: Molodensky arrives (Thomas Knudsen)
2021-08-16: Add PROJ supported ellipsoids (Thomas Knudsen)
2021-08-15: Improved asset handling. (Thomas Knudsen)
2021-08-08: GYS, Adapt and KP (Thomas Knudsen)
2021-08-08: Refactor instantiation of built-ins. (Thomas Knudsen)
2021-08-08: Comment 000: clarifications (Thomas Knudsen)
2021-08-07: 14 parameter Helmert (Thomas Knudsen)
2021-08-07: Rename Context method "operator" to "operation" (Thomas Knudsen)
2021-08-07: Add inverse test for Helmert 7 par (Thomas Knudsen)
2021-08-07: v0.5.0 (Thomas Knudsen)
2021-08-07: Clean up after renaming dx,dy,dz to x,y,z and transformations.zip to cookbook.zip (Thomas Knudsen)
2021-08-07: Helmert extended to 7 parameters (Thomas Knudsen)
2021-08-06: Linguistic clarification (Thomas Knudsen)
2021-08-06: fmt + clippy (Thomas Knudsen)
2021-08-06: Improved test for shared macros (Thomas Knudsen)
2021-08-06: Support shared, predefined transformations/macros (Thomas Knudsen)
2021-08-03: Add an example of a non-invertible operator (Thomas Knudsen)
2021-08-02: 0.4.1 (Thomas Knudsen)
2021-08-02: Comments and much internal change. (Thomas Knudsen)
2021-07-30: Introduce justfile and do some cleanups (Thomas Knudsen)
2021-07-30: Move 'gas' to operator_construction. (Thomas Knudsen)
2021-07-29: Version 0.3.0 (Thomas Knudsen)
2021-07-29: Clean up ellipsoids (Thomas Knudsen)
2021-07-29: Clean up namespaces (Thomas Knudsen)
2021-07-29: Version 0.2.0 (Thomas Knudsen)
2021-07-29: CoordinateTuple - improve documentation (Thomas Knudsen)
2021-07-29: Remove obsolete CoordinateTuple methods from Context (Thomas Knudsen)
2021-07-29: New and much improved version of CoordinateTuple (Thomas Knudsen)
2021-07-28: Add licensing and publishing information (Thomas Knudsen)
2021-07-28: Squashed commit of the following: (Thomas Knudsen)
2021-07-26: Turn CoordinateTuples into arrays that can be flattened (Thomas Knudsen)
2021-07-24: Gas arrives (Thomas Knudsen)
2021-07-24: OperatorConstructor (Thomas Knudsen)
2021-07-23: Some improved incapsulation (Thomas Knudsen)
2021-07-23: User defined operators tested and done (Thomas Knudsen)
2021-07-23: Clippy cleanup (Thomas Knudsen)
2021-07-22: More macro and user defined function functionality (Thomas Knudsen)
2021-07-22: Make context mandatory (Thomas Knudsen)
2021-07-21: Extensive testing of macros (Thomas Knudsen)
2021-07-20: Macro works for single statements. Not yet tested for pipelines (Thomas Knudsen)
2021-07-20: Steps toward handling of macros (Thomas Knudsen)
2021-07-20: Begin operatorargs cleanup (Thomas Knudsen)
2021-07-18: Remove superfluous YAML-file (Thomas Knudsen)
2021-07-18: Improved YAML-resource handling (Thomas Knudsen)
2021-07-18: Minor corrections (Thomas Knudsen)
2021-07-18: Cart revisited (Thomas Knudsen)
2021-07-18: Remove cruft (Thomas Knudsen)
2021-07-18: Formatting (Thomas Knudsen)
2021-07-18: Make room for user defined operators (Thomas Knudsen)
2021-07-13: Minor experiments with traits and ellipsoids (Thomas Knudsen)
2021-07-11: Enter triaxial and fat ellipsoids (Thomas Knudsen)
2021-07-11: Shuttle renamed to Context (Thomas Knudsen)
2021-07-01: Enter KP (Thomas Knudsen)
2021-07-01: Rename Operand to Shuttle (Thomas Knudsen)
2021-07-01: Formatting (Thomas Knudsen)
2021-07-01: Minor corrections here and there (Thomas Knudsen)
2021-01-22: Test minimal-yaml + first shot at Fukushima's 2006 cart-to-geo algorithm (Thomas Knudsen)
2021-01-19: Comment re split Operator/OperatorCore API (Thomas Knudsen)
2021-01-19: First steps toward a high level Operator API on top of OperatorCore (Thomas Knudsen)
2021-01-18: Test clean up (Thomas Knudsen)
2021-01-18: Formatting and a few minor corrections (Thomas Knudsen)
2021-01-18: Major refactoring (Thomas Knudsen)
2021-01-18: Add reference to Fukushima (2006) (Thomas Knudsen)
2021-01-18: Use Fukushima's optimizations in Bowrings method for cartesian-to-geodetic (Thomas Knudsen)
2021-01-17: Default ellipsoid + streamline tmerc tests (Thomas Knudsen)
2021-01-16: ...and fmt (Thomas Knudsen)
2021-01-16: Add Euclidean and geodesic distance measures (Thomas Knudsen)
2021-01-16: Additional advice from cargo clippy -- -W clippy::pedantic (Thomas Knudsen)
2021-01-16: Follow some good advice from Clippy (Thomas Knudsen)
2021-01-15: Better tests (Thomas Knudsen)
2021-01-15: operator(): Test and docs (Thomas Knudsen)
2021-01-14: Debut: operator() (Thomas Knudsen)
2021-01-14: Minor test cleanups (Thomas Knudsen)
2021-01-12: Remove superfluous test case output (Thomas Knudsen)
2021-01-12: Minor linting + explore coordinate definitions (Thomas Knudsen)
2021-01-08: Docs and refs (Thomas Knudsen)
2021-01-08: Forward geodesic (Thomas Knudsen)
2021-01-07: Degree handling for CoordinateTuple (Thomas Knudsen)
2021-01-07: Formatting (Thomas Knudsen)
2021-01-07: fwd/inv replaces true/false (Thomas Knudsen)
2021-01-07: More descriptive identifiers for goedesics (Thomas Knudsen)
2021-01-06: Inverse geodesics + GL test for UTM (Thomas Knudsen)
2021-01-05: Add README.md (Thomas Knudsen)
2021-01-04: Use the errmsg infrastructure for type errors in numeric keys (Thomas Knudsen)
2021-01-04: Better error messaging infrastructure for operator construction (Thomas Knudsen)
2021-01-04: tmerc: correct sign in inverse direction (Thomas Knudsen)
2021-01-03: tmerc roundtrip test (Thomas Knudsen)
2021-01-03: Invers tmerc undervejs (Thomas Knudsen)
2021-01-03: Added docs, tmerc in progress (Thomas Knudsen)
2021-01-02: inverse meridian distanc AND a pipeline that works (Thomas Knudsen)
2021-01-02: More improvements to the Pipeline implementation (Thomas Knudsen)
2021-01-01: Pipelining (Thomas Knudsen)
2021-01-01: Generalize populate() (Thomas Knudsen)
2020-12-31: More tests for meridional distance, more references, introductory docstring (Thomas Knudsen)
2020-12-30: Polar radius of curvature, c (Thomas Knudsen)
2020-12-30: Meridional Distance, following Bowring (1983) (Thomas Knudsen)
2020-12-30: meridian quadrants and isometric latitudes (Thomas Knudsen)
2020-12-30: OperatorWorkspace renamed to Operand, etc. (Thomas Knudsen)
2020-12-22: Oprens tests (Thomas Knudsen)
2020-12-22: Nu med OperatorArgs::prepare_from_yaml (Thomas Knudsen)
2020-12-22: fuld opbygning af operatorargs (Thomas Knudsen)
2020-12-22: Hen mod en fornuftig pipelineoperator (Thomas Knudsen)
2020-12-21: Refactor + additional improvements to geo/cart (Thomas Knudsen)
2020-12-16: Constructors and better tests for ellps (Thomas Knudsen)
2020-12-16: mere pudsning af ellps (Thomas Knudsen)
2020-12-16: mindre rettelser (Thomas Knudsen)
2020-12-15: Mindre ændringer ifbm pythontests (Thomas Knudsen)
2020-12-15: Meget bedre cart (Thomas Knudsen)
2020-12-14: cart/geo (Thomas Knudsen)
2020-12-11: Streamline return-cases (Thomas Knudsen)
2020-12-10: Tættere på pipeineconstructor (Thomas Knudsen)
2020-12-10: cargo fmt (Thomas Knudsen)
2020-12-10: Refaktorering til operator/navn-struktur (Thomas Knudsen)
2020-12-09: lidt bedre tests - nu klar til at skippe helmert og hulmert (Thomas Knudsen)
2020-12-09: Så er YAML også ved at være på plads (Thomas Knudsen)
2020-12-08: OperatorArgs (Thomas Knudsen)
2020-12-07: Tættere på med mappede strengargumenter (Thomas Knudsen)
2020-12-07: Flere eksperimenter i retning af generiske operationer (Thomas Knudsen)
2020-12-03: Nu med skyggeimplementering via structs istf closures. Det er vist meget bedre! (Thomas Knudsen)
2020-11-30: Operation til Operator, rekursiv num (Thomas Knudsen)
2020-11-29: Latitude trait (Thomas Knudsen)
2020-11-27: Flyt Coord og Operation til operations (Thomas Knudsen)
2020-11-27: crlf (Thomas Knudsen)
2020-11-27: crlf (Thomas Knudsen)
2020-11-27: Flere tests, foundations (Thomas Knudsen)
2020-11-27: Flere tests (Thomas Knudsen)
2020-11-26: Boxing (Thomas Knudsen)
2020-11-26: Implement vector of inhomogeneous closures (Thomas Knudsen)
2020-11-26: Nu med bool retur (Thomas Knudsen)
2020-11-26: Nu med bool retur (Thomas Knudsen)
2020-11-26: crlf (Thomas Knudsen)
2020-11-26: crlf (Thomas Knudsen)
2020-11-26: Frem mod forsimpling af operationsimplementering (Thomas Knudsen)
2020-11-25: Initial import (Thomas Knudsen)