-
Notifications
You must be signed in to change notification settings - Fork 12
Versioning
Kimberly Bastille edited this page Jun 9, 2020
·
1 revision
Versioning in ecodata follows standard practices:
Each increment is defined as follows:
A patch is used to fix bugs or make minor changes. No new features are added under a patch release.
For ecodata these equate to:
- Change plotting code in subgroup rmds
A minor release is used when new features have been added that are backward compatible.
- Update datasets
- Add new data
A major release is used for changes that are not backward compatible. Changes that would break previous versions.
- Change plotting functions
- Rename datasets