Releases: AgentOxygen/GenTS
Releases · AgentOxygen/GenTS
GenTS Release v0.3.0
Features and Improvements ✨
- Added time_bnds handling methods as alternative to using raw time values
- Moved attribute check further upstream to avoid needlessly loading history files for non-overwrite cases where timeseries already exist
Bug Fixes 🐛
- Fixed KeyError from grouping of existing timeseries with history files
GenTS Release 0.2.0
Features and Improvements ✨
- Added Command Line Interface (CLI)
- Implemented serial workflow if user doesn't want to use Dask
- Added verbosity level control and revamped internal logging mechanism
- Updated README to include new features and for easier reading
- Optimized metadata gathering parameters to decrease task data size
- Changed tag name to include 'v' prefix
Bug Fixes 🐛
- Fixed error with forcing serial mode during the build stage
- Fixed log messages not being stored in the class object (regardless of printing to the output stream)
GenTS Release 0.1.1
Features and Improvements ✨
- Package can be installed using PyPI (click here to view the PyPI page)!
- Added parameter for changing compression algorithm used by netcdf4 engine
- Integrated github workflow for automatic publishing to PyPI
- Added dynamic version attribute to keep track of what GenTS version was used to create the timeseries files
- Implemented dask bag when reading history file metadata to avoid overwhelming the scheduler with too many tasks
- Cleaned up documentation
- Simplified some arguments passing from build stage to run stage
Bug Fixes 🐛
- Fixed issue with year slicing that prevented last timeseries slice from being written
0.0.0 Initialization
Testing PyPI release workflow