17
0

- update to 2022.9.29:

* Make subsampling compatible with ChimeraX (breaking).
  * Fix deprecated import of scipy.ndimage.interpolation.zoom.
  * Switch to Google style docstrings.
  * Add type hints.
  * Drop support for Python 3.7 and numpy < 1.19 (NEP29).
  * Fix LSM conversion with tifffile >= 2021.2.26.
  * Remove support for Python 3.6 (NEP 29).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-cmapfile?expand=0&rev=5
This commit is contained in:
2023-01-13 09:45:58 +00:00
committed by Git OBS Bridge
parent 9e060c0f88
commit b5a5aa79f4
4 changed files with 26 additions and 13 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 13 09:42:39 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2022.9.29:
* Make subsampling compatible with ChimeraX (breaking).
* Fix deprecated import of scipy.ndimage.interpolation.zoom.
* Switch to Google style docstrings.
* Add type hints.
* Drop support for Python 3.7 and numpy < 1.19 (NEP29).
* Fix LSM conversion with tifffile >= 2021.2.26.
* Remove support for Python 3.6 (NEP 29).
-------------------------------------------------------------------
Fri Feb 12 22:10:27 UTC 2021 - Ben Greiner <code@bnavigator.de>