Skip to content

Commit 9dc1e43

Browse files
Release 2.8.0
1 parent 3fd2559 commit 9dc1e43

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ Released changes are shown in the
1111
## [Not released]
1212

1313
### Added
14-
- Two buttons in the config UI to import/export a JSON config file.
15-
- Drop-down menu to load a previous config.
16-
- Discard buttons to individual config fields.
17-
- 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`.
1814

1915
### Changed
2016

docs/docs/getting-started/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Releases
22

3+
## [2.8.0] - 2023-07-TODO
4+
5+
### Added
6+
- Config UI:
7+
- Two buttons in the config UI to import/export a JSON config file.
8+
- Drop-down menu to load a previous config.
9+
- Discard buttons to individual config fields.
10+
- HF pipelines:
11+
- 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`.
12+
313
## [2.7.0] - 2023-06-12
414

515
### Added

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "azimuth"
3-
version = "2.7.0"
3+
version = "2.8.0"
44
description = "Azimuth provides a unified error analysis experience to data scientists."
55
readme = "README.md"
66
authors = ["Azimuth team <[email protected]>"]

0 commit comments

Comments
 (0)