Releases: consbio/mpilot
Releases · consbio/mpilot
Version 1.2.8
Version 1.2.7
1.2.6
Version 1.2.5
Changes
- Fixed EEMSWrite line endings on Windows with Python 2.7
Version 1.2.4
Changes
- Fix dependency issues for Python 2.7
Version 1.2.3
Changes
- Fixed a bug where the EEMS
Sum
command would modify the result from the first input
Version 1.2.1
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
Changes
- Fixed #13
Sum
returns normal array type instead ofMaskedArray
. - Removed unnecessary
StartVal
andEndVal
parameters from normalize commands that don't need them.
Version 1.1.0
New Features
- Added new "Normalize" companions to the "CvtToFuzzy" commands:
NormalizeZScore
,NormalizeCat
,NormalizeCurve
,NormalizeMeanToMid
, andNormalizeCurveZScore
.
Version 1.0.0
Bug Fixes
- Fixed #12 (duplicate raw values error when running
CvtToFuzzyMeanToMid
with certain inputs)