Skip to content

Releases: sandialabs/MAPIT

Beta Release 1.4.85

23 Jan 13:09
Compare
Choose a tag to compare

Contains minor fixes for conda feedstock

Beta Release 1.4.8

22 Jan 13:47
Compare
Choose a tag to compare

This is a minor update fixing some bugs with the CuMUF calculation.

Beta Release 1.4.7

21 Jan 16:02
Compare
Choose a tag to compare

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

18 Jul 13:30
Compare
Choose a tag to compare

This release contains various bug fixes.

Beta Release 1.4.5

09 May 17:42
Compare
Choose a tag to compare

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
  • 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
  • Various bug fixes

Beta Release 1.3.35

27 Feb 20:06
Compare
Choose a tag to compare

We added setup.py to streamline the install of MAPIT and correspondingly updated the install instructions.

Beta Release 1.3.3

08 Jan 21:38
Compare
Choose a tag to compare

Various bug fixes related to pathing and internal data loading.

Beta Release 1.3.2

14 Nov 19:36
Compare
Choose a tag to compare

Minor bug fixes

Beta Release 1.3

02 Nov 16:26
Compare
Choose a tag to compare
  • 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

12 Jun 12:12
Compare
Choose a tag to compare

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 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 of MAPIT.core.AuxFunctions.trapSum.