This repository was archived by the owner on Jan 4, 2023. It is now read-only.
Releases: USGS-WiM/NSSServices
Releases · USGS-WiM/NSSServices
v2.3.0
v2.2.1
v2.2.0
Changed
- Update readme
- Filtered GetRegressions endpoint by regression region
- Filtered GetCitations endpoint by regression region
- Filtered GetStatisticGroups endpoint by regression region
- Check if all BCs are available for each equation in a regression region, if required BCs are not available for an equation it returns a value of -99999 for the equation. When an equation can not be calculated a disclaimer message is added.
- If an equation cannot be calculated and that equation is needed for FDCTM then an error is added to the messages and FDCTM is not calculated or returned.
- Update version numbers
Added
- Added englishUnitTypeID, metricUnitTypeID and statisticGroupID to regressionTypes
- Add docker support
- Added Si output
Fixed
- Fix for get citation endpoint
- Throw error when QPPQ index gage has no flow
v2.1.2
Fixed
- Issue where edits to regression regions failed when no limitations were attached
Changed
- Extended timeout in code to 5 minutes, eliminating issues with large basins timing out before regression regions were returned
v2.1.1
Fixed:
- An issue with status filters at the regions/{region}/scenarios endpoint
- Issues with updating variable types that have the same default English and Metric units when the full units are attached
- Issues with some equations validating when skipping the equation test
Changed
- Limitation variables now are deleted when the limitation is edited if the variables are not included in the edit
- Allows DA_Exponent and OrderIndex to be set for equations
v2.1.0
Added:
- Added post/put/delete endpoints for methods
Changed:
- Multiple updates made to service documentation, including additional information for variables and changing "regions" to "study areas"
- Batch scenario endpoint updates, enhanced to allow users to skip the equation check
- Edited variable functionality to allow default units and statistic groups
- Enhancements made to the Flow Duration Curve Transfer Method (or QPPQ), now uses published flow durations for computation
- renamed UnitsSystems to UnitSystems
Fixed:
- Authentication issues
v2.0.0
- Initial release of update to dotnetcore (currently v3.1.3)