Releases: CADWRDeltaModeling/pyhecdss
Releases · CADWRDeltaModeling/pyhecdss
Works with numpy >2 and python 3.11+
Numpy 2 made breaking changes and this version fixes that.
1.4.0
fixes for pandas deprecations and other minor issues
Fix for time window parsing #19
Fix for issue #19 Thanks to Zack Leady for finding and report it!
Fixed for pandas out of bounds timestamp: issue #16
0.4.0 fixes for issue #16: pandas timestamp limitations
Compatible with pandas 1.0.0
Fixed issue-15 to make it compatible with pandas 1.0.0
Fixed issue with end of timestamp writing to dss files for "PER-*" data type
Fixed issue with end of timestamp writing to dss files for "PER-*" data type
Fixes issue #8
For linux using the latest compilers for gcc/gfortran/g++ fixed crashes when linking with libgfortran.so.4 at runtime
Partial fixes for offset
Partial fixes for offset: Fixed for INST-* timeseries but not PER-* timeseries (issue #12)
Fixed end of timestamp storage and crashing issue
Release after Henry's pull request
issues warnings or throws exception based on return value from functions
fixed minor typo(s), added tests,