Skip to content

Releases: nasa/GSAP

GSAP v2.0.0

25 Sep 23:45
Compare
Choose a tag to compare

Changes:

  • Refactored GSAP to operate asynchronously, including automatic thread management to perform calculations on multiple threads.
  • Added "simple" operational mode for resource constrained hardware.
  • Replaced ProgData with discrete ProgEvent and SysTraj messages
  • Created Load Estimator interface- for custom estimation of future loading
  • Implemented savepts- specified moments in a prediction to report the predicted state
  • Various bug fixes and efficiency improvements

GSAP v1.1.2

04 Dec 22:39
Compare
Choose a tag to compare

This release fixes a bug in the battery model.

GSAP v1.1.1

01 Aug 01:47
Compare
Choose a tag to compare

Bugfixes from the v1.1.0 release, including

Fixed OpenMP Features
Fixed missing logic for model event name specification

GSAP v1.1.0

20 Jun 21:18
Compare
Choose a tag to compare

Changes:

  • Added Particle Filter Observer
  • Created Load Estimator Interface
  • Provide const, moving average load estimators
  • Added OpenMP Support to MonteCarloPredictor (enable using UseOpenMP flag when running CMake)
  • Model Improvement
  • Removed duplicate information in input/output (now hard coded for models)
  • Sensor data name masking in models
  • Improved Battery Model Efficiency
  • Added ability send commands (start, stop, pause, resume) through ProgManager without prompt
  • Added support for layered configMaps
  • Moved input, output, and event declaration from configuration file to model class declaration
  • ConfigMap can now load command line arguments (argc, argv)
  • Fixed factory auto registration
  • Added Model-Based Prognoser benchmarking tool
  • Improved error handling in prognoser
  • Fixed faulty Matrix:diagonal
  • Other small bug fixes

Bug Fixes and PF

20 Mar 20:59
Compare
Choose a tag to compare

New Features

  • Particle Filter
  • Benchmarking Tool
  • TCP/UDP Sockets
  • Made loopdelay configurable

Bugfixes:

  • Playback bugs- not parsing the header correctly
    - Fixed improper handling of comma delimiter
  • UKF bug- M_Q improperly initialized

Version 1.0.0

11 Jan 21:41
Compare
Choose a tag to compare

This represents the first official GSAP Release