Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenSlide Python 1.4.0 #97

Merged
merged 3 commits into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ c:
- {version: 2.1.0, date: 2009-08-18, gz: 1}
- {version: 2.0.0, date: 2009-07-16, gz: 1}
python:
- {version: 1.4.0, date: 2024-10-29, gz: 1, xz: 1, whl: 1, src_: 1}
- {version: 1.3.1, date: 2023-10-08, gz: 1, xz: 1, whl: 1}
- {version: 1.3.0, date: 2023-07-22, gz: 1, xz: 1, whl: 1}
- {version: 1.2.0, date: 2022-06-17, gz: 1, xz: 1, whl: 1}
Expand Down
2 changes: 2 additions & 0 deletions _includes/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,5 @@
[bin-issues]: https://github.com/openslide/openslide-bin/issues
[builds-issues]: https://github.com/openslide/builds/issues
[site-issues]: https://github.com/openslide/openslide.github.io/issues

[bin-pypi]: https://pypi.org/project/openslide-bin/
13 changes: 11 additions & 2 deletions _includes/news.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{% include links.md %}

## OpenSlide Python version 1.4.0, 2024-10-29

[OpenSlide Python 1.4.0][python-1.4.0] adds support for OpenSlide [installed
from PyPI][bin-pypi], adds type hints, adds Linux and macOS wheels, drops
32-bit Windows wheels, and fixes bugs.

[python-1.4.0]: https://github.com/openslide/openslide-python/releases/tag/v1.4.0


## Binary build 4.0.0.6, 2024-09-29

[Binary build 4.0.0.6][bin-4.0.0.6] switches from zlib to zlib-ng and
Expand Down Expand Up @@ -78,6 +87,8 @@ users to easily install the latest OpenSlide and OpenSlide Python releases
before they reach Ubuntu.


{% if page.news_show_extended %}

## OpenSlide Python version 1.3.1, 2023-10-08

OpenSlide Python 1.3.1 updates the docs and example tools to transform
Expand All @@ -93,8 +104,6 @@ where available, and updates the Deep Zoom example tools to transform images
to sRGB by default.


{% if page.news_show_extended %}

## New Windows build, 2023-04-14

Windows build 20230414 integrates most dependencies into the OpenSlide
Expand Down
9 changes: 7 additions & 2 deletions _includes/source-release-table.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<div class="releases indent">
<table>
{% for release in releases %}
{% if release.src_ %}
{% capture srcname %}{{ package|replace:'-','_' }}{% endcapture %}
{% else %}
{% assign srcname = package %}
{% endif %}
<tr class="{% cycle package: 'odd', 'even' %}">
<th>
<a href="https://github.com/openslide/{{ package }}/releases/tag/v{{ release.version }}">
Expand All @@ -25,14 +30,14 @@
<td>{{ release.date }}</td>
<td>
{% if release.gz %}
<a href="https://github.com/openslide/{{ package }}/releases/download/v{{ release.version }}/{{ package }}-{{ release.version }}.tar.gz">tar.gz</a>
<a href="https://github.com/openslide/{{ package }}/releases/download/v{{ release.version }}/{{ srcname }}-{{ release.version }}.tar.gz">tar.gz</a>
{% elsif release.gh %}
<a href="https://github.com/openslide/{{ package }}/archive/refs/tags/v{{ release.version }}.tar.gz">tar.gz</a>
{% endif %}
</td>
<td>
{% if release.xz %}
<a href="https://github.com/openslide/{{ package }}/releases/download/v{{ release.version }}/{{ package }}-{{ release.version }}.tar.xz">tar.xz</a>
<a href="https://github.com/openslide/{{ package }}/releases/download/v{{ release.version }}/{{ srcname }}-{{ release.version }}.tar.xz">tar.xz</a>
{% endif %}
</td>
{% if any_gh %}
Expand Down
4 changes: 0 additions & 4 deletions api/python/.buildinfo

This file was deleted.

241 changes: 152 additions & 89 deletions api/python/index.html

Large diffs are not rendered by default.

Binary file modified api/python/objects.inv
Binary file not shown.
32 changes: 15 additions & 17 deletions api/python/search.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,27 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Search &#8212; OpenSlide Python 1.3.1 documentation</title>
<title>Search &#8212; OpenSlide Python 1.4.0 documentation</title>
<link rel="stylesheet" type="text/css" href="static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="static/classic.css?v=0dc0530d" />
<link rel="stylesheet" type="text/css" href="static/classic.css?v=f11ead97" />


<script src="static/documentation_options.js?v=bb516dca"></script>
<script src="static/doctools.js?v=888ff710"></script>
<script src="static/documentation_options.js?v=9172181d"></script>
<script src="static/doctools.js?v=9bcbadda"></script>
<script src="static/sphinx_highlight.js?v=dc90522c"></script>

<script src="static/searchtools.js"></script>
<script src="static/language_data.js"></script>
<link rel="search" title="Search" href="#" />
<script src="searchindex.js" defer></script>

<script src="searchindex.js" defer="defer"></script>
<meta name="robots" content="noindex" />


</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="nav-item nav-item-0"><a href="index.html">OpenSlide Python 1.3.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">OpenSlide Python 1.4.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Search</a></li>
</ul>
</div>
Expand Down Expand Up @@ -58,32 +59,29 @@ <h1 id="search-documentation">Search</h1>
</form>



<div id="search-results">

</div>
<div id="search-results"></div>


<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<div class="related" role="navigation" aria-label="Related">
<h3>Navigation</h3>
<ul>
<li class="nav-item nav-item-0"><a href="index.html">OpenSlide Python 1.3.1 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">OpenSlide Python 1.4.0 documentation</a> &#187;</li>
<li class="nav-item nav-item-this"><a href="">Search</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2010-2023 Carnegie Mellon University and others.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
&#169; Copyright 2010-2024 Carnegie Mellon University and others.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 8.1.3.
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion api/python/searchindex.js

Large diffs are not rendered by default.

Loading