Releases: sandialabs/MAPIT
Beta Release 1.5.0
This release introduces the GEMUFV1 and GEMUFV5B3 statistical tests. Also, the covariance matrix calculation has been split from the SITMUF calculation. There has also been some changes to the thresholds in the GUI that allows specifying linear thresholds instead of just constant thresholds.
Beta Release 1.4.97
This release includes several bug fixes related to importing .mat data.
Beta Release 1.4.90
This release includes bug fixes for features introduced in 1.4.7.
Beta Release 1.4.85
Contains minor fixes for conda feedstock
Beta Release 1.4.8
This is a minor update fixing some bugs with the CuMUF calculation.
Beta Release 1.4.7
This release contains two new features. First, MAPIT can now simulate a recalibration period. This calculates a new systematic error at a set interval to simulate a sensor recalibration. Second, MAPIT can now handle discrete and continuous signals separately. Functionally, discrete signals are not integrated, unlike continuous signals. This allows for different types of data to be included in the material balance.
Beta Release 1.4.6
This release contains various bug fixes.
Beta Release 1.4.5
This release comes with improvements and a few new features:
- Parallel processing is now available in the API using the ray library.
- Further improvements to the setup.py file
- Using
pip install git+https://github.com/sandialabs/MAPIT
is now the preferred install method
- Using
- The MAPIT GUI has been updated to use PySide6 (Qt6).
- Improved file organization
- Configs and data folders are now specified via platform specifications using
platformdirs
- Configs and data folders are now specified via platform specifications using
- Various bug fixes
Beta Release 1.3.35
We added setup.py
to streamline the install of MAPIT and correspondingly updated the install instructions.
Beta Release 1.3.3
Various bug fixes related to pathing and internal data loading.