diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d39faa..2ebfe2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ Python class for reading and writing (c) 2015-2021 Claudio Satriano, Natalia Poiata +## v1.4.1 - 2021-10-12 + + - Fix version string reported by `nllgrid.__version__` + + ## v1.4 - 2021-10-12 - `NLLGrid.get_value()`: support for 2D grids @@ -13,27 +18,27 @@ Python class for reading and writing - Fixed: `NLLGrid.get_value()` now correctly returns angles, instead of `None`, for `ANGLE` and `ANGLE2D` grids - + ## v1.3 - 2021-07-09 - `NLLGrid.iproject()` method for inverse projection - + ## v1.2.3 - 2021-05-20 - Move to `python-versioneer` - + ## v1.2.2 - 2021-03-05 - Fixes for PyPI packaging - + ## v1.2.1 - 2021-03-03 - Installation instructions via pip - + ## v1.2 - 2021-03-03 - Bug fixes