Skip to content

Releases: consbio/mpilot

Version 1.3.2

05 Dec 21:04
1.3.2

Choose a tag to compare

Changes

  • Fixed bug with NetCDF EEMSWrite command where using a template dataset with fill values for dimension variables would fail.

Full Changelog: 1.3.1...1.3.2

Version 1.3.1

26 Nov 00:22
1.3.1

Choose a tag to compare

Changes

  • Upgrade dependencies
  • Oldest supported Python is now 3.11.

Full Changelog: 1.3.0...1.3.1

Version 1.2.8

30 Nov 20:19
1.2.8

Choose a tag to compare

Changes

  • Added CRS metadata to output NetCDF datasets

Full Changelog: 1.2.7...1.2.8

Version 1.2.7

21 Nov 00:41
1.2.7

Choose a tag to compare

Changes

  • Fix NetCDF I/O bugs
  • Compress NetCDF outputs

Full Changelog: 1.2.6...1.2.7

1.2.6

20 Nov 20:27
1.2.6

Choose a tag to compare

Changes

  • Fixed NetCDF I/O commands & added NetCDF tests

Full Changelog: 1.2.5...1.2.6

Version 1.2.5

05 May 01:56

Choose a tag to compare

Changes

  • Fixed EEMSWrite line endings on Windows with Python 2.7

Version 1.2.4

09 Mar 03:30

Choose a tag to compare

Changes

  • Fix dependency issues for Python 2.7

Version 1.2.3

26 Feb 01:21

Choose a tag to compare

Changes

  • Fixed a bug where the EEMS Sum command would modify the result from the first input

Version 1.2.1

06 Nov 00:17

Choose a tag to compare

Bug fixes

  • Fixed a bug with Python 2.7, which uses an older version of numpy which doesn't support some function arguments.

Version 1.2.0

05 Nov 01:11

Choose a tag to compare

Changes

  • Fixed #13 Sum returns normal array type instead of MaskedArray.
  • Removed unnecessary StartVal and EndVal parameters from normalize commands that don't need them.