Skip to content

OpenSlide Python 1.4.2 #329

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

Merged
merged 1 commit into from
Apr 29, 2025
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Notable Changes in OpenSlide Python

## Version 1.4.2, 2025-04-28

### Changes

* Drop support for Python 3.8
* Switch to [PEP 639][] project license metadata
* examples: Update OpenSeadragon to 5.0.1
* examples: Add license files for bundled JavaScript
* tests: Add [PEP 735][] dependency group for test dependencies

[PEP 639]: https://peps.python.org/pep-0639/
[PEP 735]: https://peps.python.org/pep-0735/


## Version 1.4.1, 2024-10-30

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion openslide/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
This module is an implementation detail. The package version should be
obtained from openslide.__version__."""

__version__ = '1.4.1'
__version__ = '1.4.2'