Skip to content

Commit 483f136

Browse files
committed
OpenSlide Python 1.4.3
Signed-off-by: Benjamin Gilbert <[email protected]>
1 parent 3e75afb commit 483f136

File tree

13 files changed

+1780
-343
lines changed

13 files changed

+1780
-343
lines changed

_data/releases.yaml

Lines changed: 1 addition & 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}

_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+
## OpenSlide Python version 1.4.3, 2025-12-03
4+
5+
[OpenSlide Python 1.4.3][python-1.4.3] adds support for
6+
[free-threaded Python][] and drops support for Python 3.9.
7+
8+
[python-1.4.3]: https://github.com/openslide/openslide-python/releases/tag/v1.4.3
9+
[free-threaded Python]: https://docs.python.org/3/howto/free-threading-python.html
10+
11+
312
## OpenSlide Java version 0.13.1, 2025-12-02
413

514
[OpenSlide Java 0.13.1][java-0.13.1] fixes backward compatibility of JARs

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)