Skip to content

Commit a85098e

Browse files
committed
openslide-bin 4.0.0.10
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 483f136 commit a85098e

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

_data/releases.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ java:
6464
- {version: 0.6.0, date: 2009-08-17, gz: 1}
6565
- {version: 0.5.0, date: 2009-07-15, gz: 1}
6666
bin:
67+
- {version: 4.0.0.10, date: 2025-12-03, linux_aarch64: 1}
6768
- {version: 4.0.0.8, date: 2025-04-27, linux_aarch64: 1}
6869
- {version: 4.0.0.6, date: 2024-09-29, linux_aarch64: 1}
6970
- {version: 4.0.0.5, date: 2024-09-10, linux_aarch64: 1}

_includes/news.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{% include links.md %}
22

3+
## Binary build 4.0.0.10, 2025-12-03
4+
5+
[Binary build 4.0.0.10][bin-4.0.0.10] drops Python 3.8 support in the Python
6+
binary packages, enables SIMD JPEG decoding on macOS x86_64, and updates
7+
many dependencies.
8+
9+
[bin-4.0.0.10]: https://github.com/openslide/openslide-bin/releases/tag/v4.0.0.10
10+
11+
312
## OpenSlide Python version 1.4.3, 2025-12-03
413

514
[OpenSlide Python 1.4.3][python-1.4.3] adds support for

download/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ openslide/[~4]</pre>
251251
<th><a href="https://pypi.org/">PyPI</a></th>
252252
<td>
253253
<div>
254-
<i>On RHEL 8 (with Python 3.8+) or Ubuntu 20.04:</i><br>
254+
<i>On RHEL 8 (with Python 3.9+):</i><br>
255255
<code>
256256
python3 -m pip install --upgrade pip<br>
257257
python3 -m pip install openslide-bin

0 commit comments

Comments
 (0)