You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+18-9
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and
6
+
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [Unreleased]
9
9
@@ -69,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
69
69
70
70
- Improved syntax for register resources (See *Rumination #009*)
71
71
72
-
- Change the name of `CHANGES.md` to `CHANGELOG.md`, and try to follow guidelines from [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
72
+
- Change the name of `CHANGES.md` to `CHANGELOG.md`, and try to follow guidelines from
73
+
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
73
74
74
75
### Removed
75
76
@@ -81,11 +82,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
81
82
82
83
### Improvements
83
84
84
-
- Alternative parameter names for the `helmert` operator (`translations`, `rotations` etc.) (Nic Hill)
85
+
- Alternative parameter names for the `helmert` operator
86
+
(`translations`, `rotations` etc.) (Nic Hill)
85
87
- Improved syntax and parameter handling (#92) (Thomas Knudsen)
86
-
-`>` and `<` can be used to indicate pipeline steps that are `omit_inv` and `omit_fwd` respectively (syntactic sugar for `| omit_inv`, etc.)
87
-
- True utf-8 subscripts supported in parameter names (e.g. `x₀`), as alternatives to the existing `x_0`-style
88
-
- More free form syntax: Modifiers `inv`, `omit_inv` and `omit_fwd` may now prefix the operator name, i.e. `inv utm zone=32` is functionally identical to `utm inv zone=32`
88
+
-`>` and `<` can be used to indicate pipeline steps that are `omit_inv` and
89
+
`omit_fwd` respectively (syntactic sugar for `| omit_inv`, etc.)
90
+
- True utf-8 subscripts supported in parameter names (e.g. `x₀`), as alternatives
91
+
to the existing `x_0`-style
92
+
- More free form syntax: Modifiers `inv`, `omit_inv` and `omit_fwd` may now prefix
93
+
the operator name, i.e. `inv utm zone=32` is functionally identical to `utm inv zone=32`
89
94
- Implement the `axisswap` operator (#84) (Thomas Knudsen)
90
95
- Replace `once_cell` with `std::sync::OneLock`. (Corey Farwell)
@@ -131,7 +136,8 @@ Geodesy v0.12.0 materialized through contributions from
131
136
132
137
which does nothing, in a very convoluted way
133
138
- Partial operator introspection
134
-
- General support for 2D, 3D, 4D, and 32 bit 2D coordinates (`Coor2D`, `Coor3D`, `Coor4D`, `Coor32`)
139
+
- General support for 2D, 3D, 4D, and 32 bit 2D coordinates
140
+
(`Coor2D`, `Coor3D`, `Coor4D`, `Coor32`)
135
141
- Hence `Coord` is gone
136
142
137
143
### Bug fixes
@@ -140,4 +146,7 @@ Geodesy v0.12.0 materialized through contributions from
140
146
141
147
### Acknowledgements
142
148
143
-
A huge thank you goes to [Sean Rennie](https://github.com/Rennzie) who a.o. did most of the work on the improved grid support in 0.11.0, and to [Kyle Barron](https://github.com/kylebarron) for pushing Geodesy over the WASM barrier in 0.10.0
149
+
A huge thank you goes to [Sean Rennie](https://github.com/Rennzie) who a.o. did most
150
+
of the work on the improved grid support in 0.11.0,
151
+
and to [Kyle Barron](https://github.com/kylebarron) for pushing Geodesy over the
0 commit comments