Releases: UNSW-CEEM/NEMSEER
Releases · UNSW-CEEM/NEMSEER
v0.6.0
v0.5.0
v0.4.0
v0.3.2
What's Changed
- Forecast type validation and renaming forecast datetimes by @prakaa in #19
- Expand testing, including testing all to check zip content exits for all possible URLs
- Add hidden file handler for corrupted CSV/zips from NEMWeb
- Improve doc referencing
Full Changelog: v0.3.1...v0.3.2
v0.3.1
v0.3.0
v0.2.1
- Bug fix for Windows (PermissionError) #6
- Switch date format to
yyyy/mm/dd HH:MM
for consistency with NEMOSIS and AEMO date format #7 - Rename
Loader
toQuery
#9 - Lazy parquet conversion #8
- More testing, including doctesting of examples in Quick Start section of docs
Thanks @nick-gorman for feedback
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Functionality:
- Checks
raw_cache
for existing parquet. If it exists, will not download - Added
keep_csv
arg fordownload_raw_data
- Progress bar via
tqdm
for downloads - Conversion of downloaded csvs to parquet, with some columns parsed as datetime or category
Other:
- More tests of code base
- Reorganise code base for better function reuse
Full Changelog: v0.1.0...v0.2.0