Skip to content

Commit 5fab25f

Browse files
authored
Merge pull request #244 from bgilbert/entity
{README,CHANGELOG}: avoid HTML entities
2 parents 7f5ef2c + 5cf0b40 commit 5fab25f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,26 @@
44

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

99
## Version 1.3.0, 2023-07-22
1010

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

2424
## Version 1.2.0, 2022-06-17
2525

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

4040
## Version 1.1.2, 2020-09-13
4141

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

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

5757
## Version 1.1.0, 2015-04-20
5858

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ OpenSlide can read virtual slides in several formats:
3939

4040
## Requirements
4141

42-
* Python &ge; 3.8
43-
* OpenSlide &ge; 3.4.0
42+
* Python 3.8
43+
* OpenSlide 3.4.0
4444
* Pillow
4545

4646

0 commit comments

Comments
 (0)