From 7ea82914d515ebdd81671328ad2bc22dd2e423dd Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 30 Oct 2024 14:31:52 -0700 Subject: [PATCH 1/2] api/python: update for OpenSlide Python 1.4.1 Signed-off-by: Benjamin Gilbert --- api/python/index.html | 8 ++++---- api/python/objects.inv | Bin 743 -> 743 bytes api/python/search.html | 8 ++++---- api/python/static/documentation_options.js | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/api/python/index.html b/api/python/index.html index cb96d4d..e9c24c7 100644 --- a/api/python/index.html +++ b/api/python/index.html @@ -5,11 +5,11 @@ - OpenSlide Python — OpenSlide Python 1.4.0 documentation + OpenSlide Python — OpenSlide Python 1.4.1 documentation - + @@ -18,7 +18,7 @@ @@ -745,7 +745,7 @@

This Page

diff --git a/api/python/objects.inv b/api/python/objects.inv index da447e52469aaefbeec9b991fd85957c9774f9d7..c8ac1532b8d78bcf8533fe127a0f0a1d1121f829 100644 GIT binary patch delta 12 TcmaFP`kZxw2czLe&v{G$Aesby delta 12 TcmaFP`kZxw2cyA8&v{G$Ae97s diff --git a/api/python/search.html b/api/python/search.html index ad911c7..aa9f033 100644 --- a/api/python/search.html +++ b/api/python/search.html @@ -4,12 +4,12 @@ - Search — OpenSlide Python 1.4.0 documentation + Search — OpenSlide Python 1.4.1 documentation - + @@ -24,7 +24,7 @@ @@ -75,7 +75,7 @@

Search

diff --git a/api/python/static/documentation_options.js b/api/python/static/documentation_options.js index 55bfe5a..dfba10e 100644 --- a/api/python/static/documentation_options.js +++ b/api/python/static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '1.4.0', + VERSION: '1.4.1', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', From 349d746bd48526bd6f7eaa3775212b3299784323 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 30 Oct 2024 14:33:00 -0700 Subject: [PATCH 2/2] OpenSlide Python 1.4.1 Signed-off-by: Benjamin Gilbert --- _data/releases.yaml | 1 + _includes/news.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/_data/releases.yaml b/_data/releases.yaml index fe59be3..23bf3db 100644 --- a/_data/releases.yaml +++ b/_data/releases.yaml @@ -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.1, date: 2024-10-30, gz: 1, xz: 1, whl: 1, src_: 1} - {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} diff --git a/_includes/news.md b/_includes/news.md index 9cfcf9c..6a02401 100644 --- a/_includes/news.md +++ b/_includes/news.md @@ -1,5 +1,12 @@ {% include links.md %} +## OpenSlide Python version 1.4.1, 2024-10-30 + +[OpenSlide Python 1.4.1][python-1.4.1] fixes some failures on older systems. + +[python-1.4.1]: https://github.com/openslide/openslide-python/releases/tag/v1.4.1 + + ## OpenSlide Python version 1.4.0, 2024-10-29 [OpenSlide Python 1.4.0][python-1.4.0] adds support for OpenSlide [installed