Skip to content

Version 6.0.0

Latest
Compare
Choose a tag to compare
@ivarurdalen ivarurdalen released this 18 Oct 15:26
· 2 commits to main since this release
6ac95f8

Added

  • Add scripts for handling Data Sets (create, read, update, delete and list)
  • Add export to CSV file when listing signals
  • Add script for loading signals from CSV with columns signal name, display name and description (load_signals_from_csv.py)
  • Add security as entity type for checking identifiers in the script check_company_identifiers_in_csv.py

Changed

  • Include parsing of resource name in scripts for better handling of resource names.
  • Refactor list_time_series.py and list_entities.py scripts.

Fixed

  • Improved feedback messages

Removed

  • Removed support for Python 3.8 as it no longer receives security support. Please upgrade to Python 3.9 or newer.