Releases: sandialabs/MAPIT
Beta Release 1.4.85
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.
Beta Release 1.3.2
Minor bug fixes
Beta Release 1.3
- Removed data and API examples from main repo
- This to reduce the growing size of the repo to separate data from the core capabilities
- Upcoming inclusion into conda-forge
- Added some UI front end to specify exemplar data path (if applicable)
- Improved plotting behavior, options no longer reset if rerunning analysis
- Leveraged QSettings to carry UI settings between sessions (theme, font size, etc)
- Added ability to adjust font sizes
- Reworked error contribution table
Beta Release 3
Fixes and improvements:
- Offloaded processing of compute heavy functions to separate threads to improve GUI responsiveness
- Overhauled UI to better fit workflow and smaller screens
- Also enabled HiDPI backend options in QT
- Added GUI font size option
- Also added automatic saving/loading of GUI preferences; position and font size
- Added TQDM progress bar support to the API
- Improved API parameter naming scheme
- Optimized loading/unloading of data in GUI
- Resolved bugs around loading external
.mat
and.csv
data- Added examples of API support for
.mat
and.csv
data formats
- Added examples of API support for
- Added plot option in GUI for SEID/Sigma MUF contribution
- Visual representation of table present under tabular data view
- Updated GUI styling
- Improved performance of
MAPIT.core.StatsTests
functions by up to 40% by reducing the reliance on fancy indexing ofMAPIT.core.AuxFunctions.trapSum
.