Releases: HydrologicEngineeringCenter/Vortex
v0.13.3
v0.13.2
Feature: Upgraded build tooling to Gradle 8.6 and Java 21 source/target compatibility.
Feature: Bundled JRE upgraded from Temurin 17.0.7 to Temurin 21.0.9 across all distributions (Windows x64, Linux x64, macOS x64).
Bugfix: Grid-to-point converter: Time series produced from instantaneous variables (temperature, humidity, shortwave radiation, longwave radiation, pressure, wind speed, snow water equivalent) were written with the wrong DSS data type (PER-AVER instead of INST-VAL) and the first time stamp was shifted forward by one interval. The DSS data type is now derived from each grid's own duration rather than the spacing between consecutive grids.
Bugfix: Grid units: Grids with undefined units now use UNDEF (per HEC-HMS user's manual conventions) instead of UNSPECIF. Time series with undefined units are unchanged and continue to use UNSPECIF.
Full Changelog: v0.13.1...v0.13.2
v0.13.1
Feature: Gap Filler performance and reliability improvements. Optimized memory usage by eliminating unnecessary array allocations and data copies. Fixed a bug where gap filling could process the wrong grid index.
Bugfix: Added ShifterWizard back to API to maintain backwards compatibility. ShifterWizard is deprecated as of v0.13.0.
v0.13.0
0.12.3
Feature: Add support for TransverseMercator Projection
Feature: Add support for new PRISM file naming convention. See doc here: https://prism.oregonstate.edu/documents/PRISM_downloads_web_service.pdf
Feature: Assign INST-VAL or PER-AVER data types for temperature, humidity, shortwave radiation, longwave radiation, pressure, and wind speed based on grid duration.
Feature: Add support additional short names for meteorologic variables.
Feature: Detect and message when an unrecognized archive format is encountered.
Bugfix: Variables with latitude and longitude dimensions are now selectable regardless of type.
Bugfix: In the Importer, skip files that do not contain the target variable when validating files and variables.
v0.12.3-rc.3
Feature: Assign INST-VAL or PER-AVER data types for temperature, humidity, shortwave radiation, longwave radiation, pressure, and wind speed based on grid duration.
Feature: Add support additional short names for meteorologic variables.
Bugfix: Variables with latitude and longitude dimensions are now selectable regardless of type.
Bugfix: In the Importer, skip files that do not contain the target variable when validating files and variables.
v0.12.3-rc.2
Feature: Add support for new PRISM file naming convention. See doc here: https://prism.oregonstate.edu/documents/PRISM_downloads_web_service.pdf
v0.12.3-rc.1
Feature: Add support for TransverseMercator Projection