Skip to content

Releases: UNSW-CEEM/NEMSEER

v0.6.0

06 Sep 07:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

01 Sep 03:49
ce7710a
Compare
Choose a tag to compare

What's Changed

  • Data compilation and runtime generation by @prakaa in #28

Full Changelog: v0.4.0...v0.5.0

v0.4.0

28 Aug 22:40
Compare
Choose a tag to compare

What's Changed

  • Docs update and glossary by @prakaa in #20
  • Handle invalid/corrupted files when downloading data by @prakaa in #21

Full Changelog: v0.3.2...v0.4.0

v0.3.2

25 Aug 05:56
Compare
Choose a tag to compare

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

21 Aug 22:44
Compare
Choose a tag to compare

Patching some v0.3.0 functionality

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Aug 12:01
Compare
Choose a tag to compare

What's Changed

  • Access to PREDISP_ALL_DATA by @prakaa in #13
    • Access to full pre-dispatch data for each month
    • Docs update
    • Example of pre dispatch tables in docs
    • Testing for new predisp_all_data tables

Full Changelog: v0.2.1...v0.3.0

v0.2.1

19 Aug 03:04
Compare
Choose a tag to compare
  • 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 to Query #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

16 Aug 06:28
Compare
Choose a tag to compare

Functionality:

  • Checks raw_cache for existing parquet. If it exists, will not download
  • Added keep_csv arg for download_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

v0.1.0

29 Jul 00:55
Compare
Choose a tag to compare

Initial release!

  • Generic input validation
  • Scrapers to provide table names and available years/months for forecast data on NEMWeb
  • Basic functionality to download and unzip CSVs from NEMWeb, with some logging feedback for users

What's Changed