Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Oct 5, 2023
1 parent 062906f commit 5dca22f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

### Added
* Optional dependency `curifactory[h5]` (pytables, for h5 pandas cacher) to setup.

### Changed
* Repr for Lazy objects, so OutputSignatureErrors don't just list pointer addresses.
* Procedures initialized without an artifact manager don't auto-create one.
Expand All @@ -17,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Lazy instance cached from previous run not displaying correct preview in detailed report map.
* Experiment run spewing out command error if running from non-git-repo. (Single line warning is now displayed instead.)
* Raising InputSignatureError for potentially unrelated TypeErrors raised within stages.
* Completer parsing for experiments and parameters on MacOS.
* `generate_report()` calls inside an experiment `run()` breaking in map mode.
* Fallback package report CSS not being used if report path has no style.css.



Expand Down

0 comments on commit 5dca22f

Please sign in to comment.