Skip to content

Commit

Permalink
Bump changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
WarmCyan committed Dec 7, 2023
1 parent 4aa2c62 commit fa43a50
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.17.1] - 2023-12-07

### Added
* Link to the output log in generated reports.

### Changed
* `--print-params` output is now conditioned on `--verbose`: whether specifying
a hash directly or the flag by itself, the `_DRY_REPS` will be included when
`--verbose` is specified and removed when not.

### Fixed
* Excessive "no run info" warnings from caching when running an experiment
notebook.
* `run_experiment` not correctly handling a `param_files` of `None`




## [0.17.0] - 2023-11-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion curifactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
stage,
)

__version__ = "0.17.0"
__version__ = "0.17.1"

0 comments on commit fa43a50

Please sign in to comment.