Skip to content

Releases: claudiodsf/nllgrid

Release v1.5.3

01 Oct 15:24
Compare
Choose a tag to compare
  • Fix bug preventing writing a newly created grid to a file, when the grid
    float_type was not explicitly set

Release v1.5.2

30 Sep 18:32
Compare
Choose a tag to compare
  • Fix for missing test data in PyPI package

Release v1.5.1

30 Sep 16:15
Compare
Choose a tag to compare
  • Fix for PyPI publishing

Release v1.5

30 Sep 16:02
Compare
Choose a tag to compare
  • NLLGrid.horizontal_recenter() method to move the (x, y) origin of grid
    cartesian system to the grid center
  • NLLGrid.horizontal_rotate() method to rotate the grid horizontally around
    its center
  • NLLGrid.nudge() method to expand or contract in any direction a grid
  • Added TRANS_MERC and AZIMUTHAL_EQUIDIST projections
  • Fix projections when map_rot != 0

Release v1.4.2

19 Oct 21:15
Compare
Choose a tag to compare
  • Still another fix for version string

Release v1.4.1

12 Oct 08:54
Compare
Choose a tag to compare
  • Fix version string reported by nllgrid.__version__

Release v1.4

12 Oct 08:04
Compare
Choose a tag to compare
  • 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

Release v1.3

09 Oct 17:39
Compare
Choose a tag to compare
  • NLLGrid.iproject() method for inverse projection

Release v1.2.3

09 Oct 17:38
Compare
Choose a tag to compare
  • Move to python-versioneer

Release v1.2.2

09 Oct 17:38
Compare
Choose a tag to compare
  • Fixes for PyPI packaging