Skip to content

Commit

Permalink
Fix tag_prefix in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiodsf committed Oct 19, 2021
1 parent 611c88c commit 742f97d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
33 changes: 19 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,56 @@ Python class for reading and writing
(c) 2015-2021 Claudio Satriano, Natalia Poiata


## v1.4.2 - 2021-10-19

- Still another fix for version string


## v1.4.1 - 2021-10-12

- Fix version string reported by `nllgrid.__version__`
- Fix version string reported by `nllgrid.__version__`


## v1.4 - 2021-10-12

- `NLLGrid.get_value()`: support for 2D grids
- `NLLGrid.plot()`: support for 2D grids
- Fixed: `NLLGrid.get_value()` now correctly returns angles,
instead of `None`, for `ANGLE` and `ANGLE2D` grids
- `NLLGrid.get_value()`: support for 2D grids
- `NLLGrid.plot()`: support for 2D grids
- 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
- `NLLGrid.iproject()` method for inverse projection


## v1.2.3 - 2021-05-20

- Move to `python-versioneer`
- Move to `python-versioneer`


## v1.2.2 - 2021-03-05

- Fixes for PyPI packaging
- Fixes for PyPI packaging


## v1.2.1 - 2021-03-03

- Installation instructions via pip
- Installation instructions via pip


## v1.2 - 2021-03-03

- Bug fixes
- Bug fixes


## v1.1 - 2018-07-13

- Python 3 compatibility
- `NLLGrid.project()` method
- Bug fixes
- Python 3 compatibility
- `NLLGrid.project()` method
- Bug fixes


## v1.0 - 2018-06-15

- Initial release
- Initial release
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ VCS = git
style = pep440
versionfile_source = nllgrid/_version.py
versionfile_build = nllgrid/_version.py
tag_prefix =
tag_prefix = v
parentdir_prefix = nllgrid-

0 comments on commit 742f97d

Please sign in to comment.