All notable changes to this project will be documented in this file.
Releases page is here.
Models are now loaded before the API starts.
Added option to preload the models or load them for each request.
Fixed various links to point to the open source code respositories instead of internal NASA repositories.
- Make command to download models from data.nasa.gov.
- .ebsextensions command for downloading models for elastic beanstalk deployment
Original open-source release of this repository on github.com/nasa after having received SRA (software release authority) approval.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Changelogs are for humans, not machines.
- There should be an entry for every single version.
- The same types of changes should be grouped.
- Versions and sections should be linkable.
- The latest version comes first.
- The release date of each version is displayed.
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.
Google technical writer Sarah Maddox gave the following advice about release notes:
“The most important function of release notes is to let customers know that something has changed in the product, particularly when that something may affect the way the customer uses the product.”