|
6 | 6 | * examples: Default to ICC profile's default intent, not absolute colorimetric |
7 | 7 | * tests: Correctly require pytest ≥ 7.0 |
8 | 8 |
|
| 9 | + |
9 | 10 | ## Version 1.3.0, 2023-07-22 |
10 | 11 |
|
11 | 12 | * Support new soname in OpenSlide ≥ 4.0.0 |
|
21 | 22 | * examples: Correctly import `openslide` on Windows if `OPENSLIDE_PATH` not set |
22 | 23 | * tests: Fix `pytest` of installed package from source directory |
23 | 24 |
|
| 25 | + |
24 | 26 | ## Version 1.2.0, 2022-06-17 |
25 | 27 |
|
26 | 28 | * Drop support for Python \< 3.7 |
|
37 | 39 | * examples: Read OpenSlide DLL path from `OPENSLIDE_PATH` env var on Windows |
38 | 40 | * examples: Update OpenSeadragon to 3.0.0 |
39 | 41 |
|
| 42 | + |
40 | 43 | ## Version 1.1.2, 2020-09-13 |
41 | 44 |
|
42 | 45 | * Fix install with setuptools ≥ 46 |
43 | 46 | * Fix `ImportError` with Python 3.9 |
44 | 47 | * Fix docs build with Sphinx 2.x |
45 | 48 | * Remove `--without-performance` install option |
46 | 49 |
|
| 50 | + |
47 | 51 | ## Version 1.1.1, 2016-06-11 |
48 | 52 |
|
49 | 53 | * Change default Deep Zoom tile size to 254 pixels |
|
54 | 58 | * Add test suite |
55 | 59 | * examples: Drop support for Internet Explorer \< 9 |
56 | 60 |
|
| 61 | + |
57 | 62 | ## Version 1.1.0, 2015-04-20 |
58 | 63 |
|
59 | 64 | * Improve pixel read performance using optional extension module |
|
63 | 68 | * examples: Verify at server startup that file was specified |
64 | 69 | * examples: Disable pinch zoom outside of viewer |
65 | 70 |
|
| 71 | + |
66 | 72 | ## Version 1.0.1, 2014-03-09 |
67 | 73 |
|
68 | 74 | * Fix documentation build breakage |
69 | 75 |
|
| 76 | + |
70 | 77 | ## Version 1.0.0, 2014-03-09 |
71 | 78 |
|
72 | 79 | * Add documentation |
73 | 80 | * Switch from distutils to setuptools |
74 | 81 | * Declare Pillow dependency in `setup.py` (but still support PIL) |
75 | 82 |
|
| 83 | + |
76 | 84 | ## Version 0.5.1, 2014-01-26 |
77 | 85 |
|
78 | 86 | * Fix breakage on Python 2.6 |
79 | 87 | * examples: Fix tile server breakage on classic PIL |
80 | 88 |
|
| 89 | + |
81 | 90 | ## Version 0.5.0, 2014-01-25 |
82 | 91 |
|
83 | 92 | * Require OpenSlide 3.4.0 |
|
93 | 102 | * examples: Avoid loading smallest Deep Zoom levels |
94 | 103 | * examples: Update OpenSeadragon to 1.0.0 |
95 | 104 |
|
| 105 | + |
96 | 106 | ## Version 0.4.0, 2012-09-08 |
97 | 107 |
|
98 | 108 | * Require OpenSlide 3.3.0 |
|
101 | 111 | * Properly report `openslide_open()` errors on OpenSlide 3.3.0 |
102 | 112 | * Fix library loading on Mac OS X |
103 | 113 |
|
| 114 | + |
104 | 115 | ## Version 0.3.0, 2011-12-16 |
105 | 116 |
|
106 | 117 | * Fix segfault if properties/associated images accessed after `OpenSlide` |
|
110 | 121 | * Fix for large JPEG tiles in example Deep Zoom tilers |
111 | 122 | * Make example static tiler output self-contained |
112 | 123 |
|
| 124 | + |
113 | 125 | ## Version 0.2.0, 2011-09-02 |
114 | 126 |
|
115 | 127 | * Initial library release |
|
0 commit comments