Skip to content

Releases: consbio/mpilot

Version 1.2.8

30 Nov 20:19
1.2.8
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changes

  • Fixed EEMSWrite line endings on Windows with Python 2.7

Version 1.2.4

09 Mar 03:30
Compare
Choose a tag to compare

Changes

  • Fix dependency issues for Python 2.7

Version 1.2.3

26 Feb 01:21
Compare
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
Compare
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
Compare
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.

Version 1.1.0

10 Sep 22:09
Compare
Choose a tag to compare

New Features

  • Added new "Normalize" companions to the "CvtToFuzzy" commands: NormalizeZScore, NormalizeCat, NormalizeCurve, NormalizeMeanToMid, and NormalizeCurveZScore.

Version 1.0.0

01 Sep 18:32
Compare
Choose a tag to compare

Bug Fixes

  1. Fixed #12 (duplicate raw values error when running CvtToFuzzyMeanToMid with certain inputs)