Skip to content

Latest commit

 

History

History
56 lines (27 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

56 lines (27 loc) · 1.97 KB

🕰️ Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

This project uses towncrier to build the changelog you are currently reading.

1.1.0 - 2025-01-08

➕ Added

  • 📲 implemented __setitem__ method for ParameterStore (#9)
  • 🤘 add additional shorthand initialization of a ParameterStore for Parameters without a schedule. (#10)
  • 🔮 global scope parameter passing logic. (#11)

1.0.6 - 2025-01-08

📦 Misc

  • 🎵🎶 migrated to poetry 2.0.0 (#8)

1.0.4 - 2024-12-03

📦 Misc

  • 📦 lowered anytree version constraint to >=2.7 (#7)

1.0.3 - 2024-08-29

➖ Removed

  • 🐍 dropped support for python 3.10 (#4)

📦 Misc

  • 🤖 added CI github actions (#3)

1.0.1 - 2024-08-19

➖ Removed

  • 🔥 temporarily removed the avalanche-lib stream construction helper functions due to an import problem in avalanche. (#2)

1.0.0 - 2024-08-19

📦 Misc

  • 1.0.0 release repo preparations 🎉 (#1)