NEMOSIS Versions Save

NEMOSIS: NEM Open-source information service. A Python package for downloading historical data published by the Australian Energy Market Operator (AEMO)

v1.3.0

5 years ago

Added new merging type based off pandas merge as of. Lets you merge the left time column with the most recent record in the right time column. For more details read: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.merge_asof.html

Also added filter to select for highest numbered version of a given record. Data is grouped by the remaining primary key columns and the record with highest version number is kept. Should only be used on single AEMO tables that have not been merged with other AEMO tables.

v1.2.1

5 years ago

Version of NEMOSIS to accompany the first release of Nemlite.

v1.2.0

5 years ago

Version of NEMOSIS to accompany the first release of Nemlite.

v1.1

5 years ago
  • changed name again!

v1.0

5 years ago
  • Separated AEMO table and custome tables.
  • Selected buttons for cache folder and output folder
  • Moved run button
  • Fixed table dispatch price
  • Note not compatible with session files created by previous versions

v5.0-beta

5 years ago

Added 30 min data tables.

v4.0-beta

5 years ago

Reduced memory usage for EMS and MMS matching algorithm.

v3.0-beta

5 years ago

Updated registration list name.

v2.0-beta

5 years ago

Beta version with extended unit testing.

v1.0-beta

5 years ago

First public release of the nem-data tool, released for user testing, use with caution.