- Improve docs, including addition of glossary - Implement invalid/corrupt file handler for raw data downloading
0.3.2
- 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 - Rename `forecast_start/end` to `run_start/end` - Add forecast-type datetime validation and corresponding testing
0.3.1
- Patch for functionality in v0.3.0 - Refactor `downloader` to reduce redundant code
0.3.0
- Handle PREDISP_ALL_DATA (complete pre dispatch data for each month) - Associated testing - Update to docs
0.2.1
- Bug fix for Windows (PermissionError) - Switch date format to `yyyy/mm/dd HH:MM` for consistency with NEMOSIS and AEMO date format - Rename `Loader` to `Query` - Lazy parquet conversion - More testing, including doctesting of examples in Quick Start section of docs
0.2.0
- More sophisticated handling of raw data in `raw_cache`: - Check whether query data exists in `raw_cache` prior to downloading data - Progress bar for downloads - Cache data as parquet, with select columns parsed as datetime or category - Code base reorganised to facilitate function reuse