Skip to content

Commit 0cd4b17

Browse files
authored
Merge pull request #115 from bgilbert/updates
OpenSlide Java 0.13.1, OpenSlide Python 1.4.3, openslide-bin 4.0.0.10
2 parents 62ccee9 + a85098e commit 0cd4b17

File tree

14 files changed

+1800
-344
lines changed

14 files changed

+1800
-344
lines changed

_data/releases.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ c:
2626
- {version: 2.1.0, date: 2009-08-18, gz: 1}
2727
- {version: 2.0.0, date: 2009-07-16, gz: 1}
2828
python:
29+
- {version: 1.4.3, date: 2025-12-03, gz: 1, xz: 1, whl: 1, src_: 1}
2930
- {version: 1.4.2, date: 2025-04-28, gz: 1, xz: 1, whl: 1, src_: 1}
3031
- {version: 1.4.1, date: 2024-10-30, gz: 1, xz: 1, whl: 1, src_: 1}
3132
- {version: 1.4.0, date: 2024-10-29, gz: 1, xz: 1, whl: 1, src_: 1}
@@ -43,6 +44,7 @@ python:
4344
- {version: 0.3.0, date: 2011-12-16, gz: 1, xz: 1}
4445
- {version: 0.2.0, date: 2011-09-02, gz: 1, xz: 1}
4546
java:
47+
- {version: 0.13.1, date: 2025-12-02, gh: 1, jar: 1}
4648
- {version: 0.13.0, date: 2024-05-04, gh: 1, jar: 1}
4749
- {version: 0.12.4, date: 2023-11-07, xz: 1}
4850
- {version: 0.12.3, date: 2022-12-17, xz: 1}
@@ -62,6 +64,7 @@ java:
6264
- {version: 0.6.0, date: 2009-08-17, gz: 1}
6365
- {version: 0.5.0, date: 2009-07-15, gz: 1}
6466
bin:
67+
- {version: 4.0.0.10, date: 2025-12-03, linux_aarch64: 1}
6568
- {version: 4.0.0.8, date: 2025-04-27, linux_aarch64: 1}
6669
- {version: 4.0.0.6, date: 2024-09-29, linux_aarch64: 1}
6770
- {version: 4.0.0.5, date: 2024-09-10, linux_aarch64: 1}

_includes/news.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
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+
12+
## OpenSlide Python version 1.4.3, 2025-12-03
13+
14+
[OpenSlide Python 1.4.3][python-1.4.3] adds support for
15+
[free-threaded Python][] and drops support for Python 3.9.
16+
17+
[python-1.4.3]: https://github.com/openslide/openslide-python/releases/tag/v1.4.3
18+
[free-threaded Python]: https://docs.python.org/3/howto/free-threading-python.html
19+
20+
21+
## OpenSlide Java version 0.13.1, 2025-12-02
22+
23+
[OpenSlide Java 0.13.1][java-0.13.1] fixes backward compatibility of JARs
24+
built with Java newer than 22.
25+
26+
[java-0.13.1]: https://github.com/openslide/openslide-java/releases/tag/v0.13.1
27+
28+
329
## OpenSlide Python version 1.4.2, 2025-04-28
430

531
[OpenSlide Python 1.4.2][python-1.4.2] drops support for Python 3.8 and adds

api/python/index.html

Lines changed: 55 additions & 55 deletions
Large diffs are not rendered by default.

api/python/objects.inv

0 Bytes
Binary file not shown.

api/python/search.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
<head>
55
<meta charset="utf-8" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Search &#8212; OpenSlide Python 1.4.2 documentation</title>
7+
<title>Search &#8212; OpenSlide Python 1.4.3 documentation</title>
88
<link rel="stylesheet" type="text/css" href="static/pygments.css?v=03e43079" />
99
<link rel="stylesheet" type="text/css" href="static/classic.css?v=f11ead97" />
1010

1111

12-
<script src="static/documentation_options.js?v=02f2166e"></script>
13-
<script src="static/doctools.js?v=9bcbadda"></script>
14-
<script src="static/sphinx_highlight.js?v=dc90522c"></script>
12+
<script src="static/documentation_options.js?v=a68a9277"></script>
13+
<script src="static/doctools.js?v=fd6eb6e6"></script>
14+
<script src="static/sphinx_highlight.js?v=6ffebe34"></script>
1515

1616
<script src="static/searchtools.js"></script>
1717
<script src="static/language_data.js"></script>
@@ -24,7 +24,7 @@
2424
<div class="related" role="navigation" aria-label="Related">
2525
<h3>Navigation</h3>
2626
<ul>
27-
<li class="nav-item nav-item-0"><a href="index.html">OpenSlide Python 1.4.2 documentation</a> &#187;</li>
27+
<li class="nav-item nav-item-0"><a href="index.html">OpenSlide Python 1.4.3 documentation</a> &#187;</li>
2828
<li class="nav-item nav-item-this"><a href="">Search</a></li>
2929
</ul>
3030
</div>
@@ -75,13 +75,13 @@ <h1 id="search-documentation">Search</h1>
7575
<div class="related" role="navigation" aria-label="Related">
7676
<h3>Navigation</h3>
7777
<ul>
78-
<li class="nav-item nav-item-0"><a href="index.html">OpenSlide Python 1.4.2 documentation</a> &#187;</li>
78+
<li class="nav-item nav-item-0"><a href="index.html">OpenSlide Python 1.4.3 documentation</a> &#187;</li>
7979
<li class="nav-item nav-item-this"><a href="">Search</a></li>
8080
</ul>
8181
</div>
8282
<div class="footer" role="contentinfo">
8383
&#169; Copyright 2010-2024 Carnegie Mellon University and others.
84-
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.2.3.
84+
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 9.0.1.
8585
</div>
8686
</body>
8787
</html>

api/python/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)