Skip to content

V1.3

Choose a tag to compare

@abalijepalli abalijepalli released this 16 Nov 18:06
· 81 commits to devel-1.0 since this release

Change Log

  • Added a new MOSAIC examples repository that contains plotting scripts and Jupyter notebooks (https://github.com/usnistgov/mosaic-examples)
  • Added the CUSUM+ algorithm (see pull requests #34, #43, #45, and #46)
  • Added the ability to read arbitrary binary files.
  • Renamed StepResponseAnalysis to ADEPT 2-state.
  • Renamed multiStateAnalysis to ADEPT.
  • CUSUM+ is now used to generate initial guesses for ADEPT
  • Streamlined unit test framework. Added new tests for CUSUM+.
  • Updated MOSAIC dependencies to include newer package versions and pandas. Run 'python setup.py mosaic_deps' to update.
  • Added a new metadata column (mdStateResTime) that saves the residence time of each state to the database. This affects ADEPT and CUSUM+.
  • Processing time per event is now saved to the database.
  • Added support for warning status codes that begin with 'w'. These codes preserve metadata in the SQLite output and are used to flag events that need closer inspection.
  • Removed mosaicgui from PyPi. 'pip install mosaic-nist' only installs command line modules.
  • Top level ConvertTrajIO supports binary and ASCII files.
  • Added Travis continous integration support.
  • [GUI] Added a table that displays fit parameters in the event viewer window.
  • [GUI] Added more descriptive fit errors.
  • [GUI] Added CUSUM+ support to MOSAIC GUI.
  • [GUI] Export SQLITE database to CSV (#56).
  • [GUI] Support for warning codes in fit event viewer.
  • [GUI] Performance optimizations.
  • [GUI] Fit window in MOSAIC GUI displays idealized pulses overlays.
  • [GUI] Added additional analysis statistics.
  • [Addons] Added CUSUM+ support to Mathematica addon (PlotEvents in MosaicUtils.m)
  • [Addons] Mathematica queries are optionally handled through an external Python script to improve performance.
  • [Addons] Added an option to limit PlotEvents in Mathematica addon to N events.
  • Known Issues: See #8, #10, #40, #63 and #69.