Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update release notes to v2.1.1 #119

Merged
merged 1 commit into from
Jun 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@ Released changes are shown in the
### Added

### Changed
- Renamed our docker images to use `servicenowdocker` registry on Docker Hub.
- Add option `DEVICE=auto` to automatically run Azimuth on GPU if available.

### Deprecated/Breaking Changes

### Removed

### Fixed
- Fixed issue where the performance analysis table showed empty results for some smart tags.
- Fixed BEHAVIORAL_TESTING environment variable
- Fixed unexpected borders in Performance Analysis table

### Security
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors:
- family-names: "Babu"
given-names: "Nandhini"
title: "Azimuth, an open-source dataset and error analysis tool for text classification"
version: 2.1.0
version: 2.1
doi: 10.5281/zenodo.6511558
date-released: 2022-05-27
url: "https://github.com/ServiceNow/azimuth"
19 changes: 19 additions & 0 deletions docs/docs/getting-started/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Releases

## [2.1.1] - 2021-06-06

### Changed

- Our Docker images are now available through Docker Hub
- Renamed our docker images to use `servicenowdocker` registry on Docker Hub.
- Users can now use `make launch` instead of `make compose`.
- Add option `DEVICE=auto` to automatically run Azimuth on GPU if available. As such, `DEVICE=cpu`
or `DEVICE=gpu` does not need to be specified.
- We added analytics in our documentation, which will add a pop-up to accept cookies when users
first access the page.

### Fixed

- Fixed issue where the performance analysis table showed empty results for some smart tags.
- Fixed `BEHAVIORAL_TESTING` environment variable.
- Fixed unexpected borders in Performance Analysis table.
- Fixed proposed actions which couldn't be applied on an utterance in the latest release.

## [2.1.0] - 2021-05-27

- Ability to get predictions without postprocessing in the exploration space. See section "Excluding
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.1.0"
version = "2.1.1"
description = "Azimuth provides an unified error analysis experience to data scientists."
readme = "README.md"
authors = ["Butter-ball team <[email protected]>"]
Expand Down