Skip to content

Commit

Permalink
Add changelog for 2.8.0 (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephMarinier committed Jul 5, 2023
2 parents 3fd2559 + c072889 commit f966add
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ Released changes are shown in the
## [Not released]

### Added
- Two buttons in the config UI to import/export a JSON config file.
- Drop-down menu to load a previous config.
- Discard buttons to individual config fields.
- For HF pipelines, the saliency layer is now automatically detected and no longer needs to be specified in the config. To disable saliency maps, the user can still specify `null`.

### Changed

Expand Down
10 changes: 10 additions & 0 deletions docs/docs/getting-started/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Releases

## [2.8.0] - 2023-07-TODO

### Added
- Config UI:
- Two buttons in the config UI to import/export a JSON config file.
- Drop-down menu to load a previous config.
- Discard buttons for individual config fields.
- HF pipelines:
- The saliency layer is now automatically detected and no longer needs to be specified in the config. To disable saliency maps, the user can still specify `null`.

## [2.7.0] - 2023-06-12

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "azimuth"
version = "2.7.0"
version = "2.8.0"
description = "Azimuth provides a unified error analysis experience to data scientists."
readme = "README.md"
authors = ["Azimuth team <azimuth-team@servicenow.com>"]
Expand Down

0 comments on commit f966add

Please sign in to comment.