Skip to content

Latest commit

 

History

History
85 lines (37 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

85 lines (37 loc) · 2.46 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.

0.6.0 - 2024-09-09

➕ Added

  • 📂🔎 added function to combine/crawl multiple skald runs into one dataframe (#14)

✨ Changed

  • 💻 added sub-commands to the skald CLI (#14)

0.5.2 - 2024-09-03

🐛 Fixed

  • 🤷 switched to ´"diagonal_relaxed"´ strategy in ´pl.concat´ when logging metrics (#21)

📦 Misc

  • 🧑‍💻 added CI (#20)

0.5.0 - 2024-07-04

➕ Added

  • 🖼️ added Logger.log_figure to log matplotlib figures as artifacts (#15)
  • ✨ added convenience Logger.log method (#16)

0.4.0 - 2024-06-07

➕ Added

  • 📃 added console logging and stdout capturing (#8)

0.3.0 - 2024-06-07

➕ Added

  • 🧑‍💻 added skald TUI prototype. (#8)

🐛 Fixed

  • ⏱️ fixed time stamp format when run_name is not defined. (#8)

0.2.0 - 2024-06-03

➕ Added

  • 📈⚙️ implemented metrics and parameter logging (#6)

📦 Misc

  • 📮 designed API and documented it (partly) in README and docstrings (#5)

0.1.0 - 2024-05-03

➕ Added

  • 🗣️ setup towncrier (#1)

📦 Misc