|
4 | 4 |
|
5 | 5 | * docs: Document using ICC profile's default intent, not absolute colorimetric
|
6 | 6 | * 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 |
8 | 8 |
|
9 | 9 | ## Version 1.3.0, 2023-07-22
|
10 | 10 |
|
11 |
| -* Support new soname in OpenSlide ≥ 4.0.0 |
| 11 | +* Support new soname in OpenSlide ≥ 4.0.0 |
12 | 12 | * Drop support for Python 3.7
|
13 | 13 | * Expose color management profiles where available
|
14 | 14 | * Notate available OpenSlide functions in low-level API
|
15 | 15 | * docs: Update OpenSlide 3.5.0 references to 4.0.0
|
16 | 16 | * 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 |
19 | 19 | * examples: Transform to sRGB (with absolute colorimetric intent) by default
|
20 | 20 | * examples: Update OpenSeadragon to 4.1.0
|
21 | 21 | * examples: Correctly import `openslide` on Windows if `OPENSLIDE_PATH` not set
|
22 | 22 | * tests: Fix `pytest` of installed package from source directory
|
23 | 23 |
|
24 | 24 | ## Version 1.2.0, 2022-06-17
|
25 | 25 |
|
26 |
| -* Drop support for Python < 3.7 |
| 26 | +* Drop support for Python \< 3.7 |
27 | 27 | * Support cache customization with OpenSlide 3.5.0
|
28 | 28 | * Improve pixel read performance
|
29 | 29 | * Clarify exception raised on Windows or macOS when OpenSlide can't be found
|
|
39 | 39 |
|
40 | 40 | ## Version 1.1.2, 2020-09-13
|
41 | 41 |
|
42 |
| -* Fix install with setuptools ≥ 46 |
| 42 | +* Fix install with setuptools ≥ 46 |
43 | 43 | * Fix `ImportError` with Python 3.9
|
44 | 44 | * Fix docs build with Sphinx 2.x
|
45 | 45 | * Remove `--without-performance` install option
|
|
48 | 48 |
|
49 | 49 | * Change default Deep Zoom tile size to 254 pixels
|
50 | 50 | * Fix image reading with Pillow 3.x when installed `--without-performance`
|
51 |
| -* Fix reading ≥ 2<sup>29</sup> pixels per call `--without-performance` |
| 51 | +* Fix reading ≥ 2<sup>29</sup> pixels per call `--without-performance` |
52 | 52 | * Fix some `unclosed file` ResourceWarnings on Python 3
|
53 | 53 | * Improve object reprs
|
54 | 54 | * Add test suite
|
55 |
| -* examples: Drop support for Internet Explorer < 9 |
| 55 | +* examples: Drop support for Internet Explorer \< 9 |
56 | 56 |
|
57 | 57 | ## Version 1.1.0, 2015-04-20
|
58 | 58 |
|
|
0 commit comments