1
0

- 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
This commit is contained in:
Dirk Mueller 2023-01-08 20:34:27 +00:00 committed by Git OBS Bridge
parent c12de15598
commit 05f47bd7a6
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c0f118fb2f5ece59772ab5a48266b23ab03a9c4c43cb4ac62c2ff0c508102e3
size 379756

3
fastremap-1.13.3.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c07e1b1d42192a46352b55e33da8062560940dcaf4ae4e667f4de71e05a5e5d0
size 425836

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Jan 8 20:32:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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 <steven.kowalik@suse.com>

View File

@ -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