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

{README,CHANGELOG}: avoid HTML entities #244

Merged
merged 1 commit into from
Nov 18, 2023
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
16 changes: 8 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@

* docs: Document using ICC profile's default intent, not absolute colorimetric
* examples: Default to ICC profile's default intent, not absolute colorimetric
* tests: Correctly require pytest ≥ 7.0
* tests: Correctly require pytest 7.0

## Version 1.3.0, 2023-07-22

* Support new soname in OpenSlide ≥ 4.0.0
* Support new soname in OpenSlide 4.0.0
* Drop support for Python 3.7
* Expose color management profiles where available
* Notate available OpenSlide functions in low-level API
* docs: Update OpenSlide 3.5.0 references to 4.0.0
* docs: Consolidate license information
* docs: Drop support for building with Sphinx < 1.6
* examples: Fix startup failure with Flask ≥ 2.3.0
* docs: Drop support for building with Sphinx \< 1.6
* examples: Fix startup failure with Flask 2.3.0
* examples: Transform to sRGB (with absolute colorimetric intent) by default
* examples: Update OpenSeadragon to 4.1.0
* examples: Correctly import `openslide` on Windows if `OPENSLIDE_PATH` not set
* tests: Fix `pytest` of installed package from source directory

## Version 1.2.0, 2022-06-17

* Drop support for Python &lt; 3.7
* Drop support for Python \< 3.7
* Support cache customization with OpenSlide 3.5.0
* Improve pixel read performance
* Clarify exception raised on Windows or macOS when OpenSlide can't be found
Expand All @@ -39,7 +39,7 @@

## Version 1.1.2, 2020-09-13

* Fix install with setuptools &ge; 46
* Fix install with setuptools 46
* Fix `ImportError` with Python 3.9
* Fix docs build with Sphinx 2.x
* Remove `--without-performance` install option
Expand All @@ -48,11 +48,11 @@

* Change default Deep Zoom tile size to 254 pixels
* Fix image reading with Pillow 3.x when installed `--without-performance`
* Fix reading &ge; 2<sup>29</sup> pixels per call `--without-performance`
* Fix reading 2<sup>29</sup> pixels per call `--without-performance`
* Fix some `unclosed file` ResourceWarnings on Python 3
* Improve object reprs
* Add test suite
* examples: Drop support for Internet Explorer &lt; 9
* examples: Drop support for Internet Explorer \< 9

## Version 1.1.0, 2015-04-20

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ OpenSlide can read virtual slides in several formats:

## Requirements

* Python &ge; 3.8
* OpenSlide &ge; 3.4.0
* Python 3.8
* OpenSlide 3.4.0
* Pillow


Expand Down