From 05f47bd7a6365e05c193436eb261135ca88560de0f75c7cdf9fd09067e09c57b Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 8 Jan 2023 20:34:27 +0000 Subject: [PATCH] - update to 1.13.3: * release(1.13.2): (inverse\_)component\_map accepts non-aligned inputs * fix: component\_map and inverse\_component\_map accept non-aligned inputs * fixtest: elements in inv\_component\_map are now sorted * feat: unique accepts lists * fix: remove duplicates from inverse\_component\_map * build: update build system with aarch64 and py310 * release(1.13.0): using improved map for faster renumber, remap, more * perf: switch to ska::flat\_hash\_map instead of std::unordered\_map * release(1.12.2): release binaries with broader numpy ABI compat * chore: use oldest-supported-numpy when building wheels * release(1.12.1): unique accepts empty arrays * fix: fastremap.unique doesn't accept empty arrays * release(1.12.0): new point\_cloud and foreground functions * feat(point\_cloud): new point\_cloud and foreground functions * fix(renumber): preserve\_zero=False w/ arrays starting with 0 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=13 --- fastremap-1.11.4.tar.gz | 3 --- fastremap-1.13.3.tar.gz | 3 +++ python-fastremap.changes | 21 +++++++++++++++++++++ python-fastremap.spec | 4 ++-- 4 files changed, 26 insertions(+), 5 deletions(-) delete mode 100644 fastremap-1.11.4.tar.gz create mode 100644 fastremap-1.13.3.tar.gz diff --git a/fastremap-1.11.4.tar.gz b/fastremap-1.11.4.tar.gz deleted file mode 100644 index 8ac9cac..0000000 --- a/fastremap-1.11.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c0f118fb2f5ece59772ab5a48266b23ab03a9c4c43cb4ac62c2ff0c508102e3 -size 379756 diff --git a/fastremap-1.13.3.tar.gz b/fastremap-1.13.3.tar.gz new file mode 100644 index 0000000..b7a63e8 --- /dev/null +++ b/fastremap-1.13.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c07e1b1d42192a46352b55e33da8062560940dcaf4ae4e667f4de71e05a5e5d0 +size 425836 diff --git a/python-fastremap.changes b/python-fastremap.changes index d9ead78..8fe3fd1 100644 --- a/python-fastremap.changes +++ b/python-fastremap.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sun Jan 8 20:32:43 UTC 2023 - Dirk Müller + +- update to 1.13.3: + * release(1.13.2): (inverse\_)component\_map accepts non-aligned inputs + * fix: component\_map and inverse\_component\_map accept non-aligned + inputs + * fixtest: elements in inv\_component\_map are now sorted + * feat: unique accepts lists + * fix: remove duplicates from inverse\_component\_map + * build: update build system with aarch64 and py310 + * release(1.13.0): using improved map for faster renumber, remap, more + * perf: switch to ska::flat\_hash\_map instead of std::unordered\_map + * release(1.12.2): release binaries with broader numpy ABI compat + * chore: use oldest-supported-numpy when building wheels + * release(1.12.1): unique accepts empty arrays + * fix: fastremap.unique doesn't accept empty arrays + * release(1.12.0): new point\_cloud and foreground functions + * feat(point\_cloud): new point\_cloud and foreground functions + * fix(renumber): preserve\_zero=False w/ arrays starting with 0 + ------------------------------------------------------------------- Thu Apr 22 00:47:39 UTC 2021 - Steve Kowalik diff --git a/python-fastremap.spec b/python-fastremap.spec index 0e958d0..dc81df4 100644 --- a/python-fastremap.spec +++ b/python-fastremap.spec @@ -1,7 +1,7 @@ # # spec file for package python-fastremap # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define skip_python2 1 %define skip_python36 1 Name: python-fastremap -Version: 1.11.4 +Version: 1.13.3 Release: 0 Summary: Module to Remap, mask, renumber, and in-place transpose numpy arrays License: LGPL-3.0-only