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

release: 0.22.0 #937

Merged
merged 1 commit into from
Nov 13, 2024
Merged
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
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@

## Next Release

## 0.22.0

### Updates

- Drop official Python 3.7 support, add Python 3.12 support
- Updated pandas version to 2.x
- Enable automated test run as required step for release process
- Enable basic DependaBot scanning for pip packages and GitHub actions used in CI
- Address security vulnerabilities in dependencies
- Add CI support for release proces with [release.yaml](.github/workflows/release.yml) workflow
- Release documentation is updated acrodingly in [RELEASING.md](./RELEASING.md)
- Add CI support for release process with [release.yaml](.github/workflows/release.yml) workflow
- Release documentation is updated accordingly in [RELEASING.md](./RELEASING.md)
- Update README.md with installation methods on newer Jupyter and JupyterLab releases

### Bug Fixes

- Address security vulnerabilities in dependencies

## 0.21.0

### Updates
Expand Down
Loading