From e94b07728575cc138a066f5c6942b6855a836ec39a94033a233b565845e1e348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 9 Jul 2020 16:24:00 +0000 Subject: [PATCH] Accepting request 819742 from home:mcalabkova:branches:devel:languages:python:numeric - Update to version 1.10.2 * release(1.10.2): fixed bug in remap * fix: remap was not handling missing labels correctly (#23) * Revert "feat: adds argminmax, argmin, argmax, ravel\_index (#22)" * feat: adds argminmax, argmin, argmax, ravel\_index (#22) * chore: update changelog * chore: adds tox * release(1.10.1): faster renumber and by proxy unique in some circumstances * chore: add tox.ini * perf: faster renumber by using unordered\_map (#21) * release(1.10.0): adds component\_map and inverse\_component\_map * fix: should use int instead of uint * test: abort appveyor early if a test fails * fix: test for renumber dying on uint64 assertion * fix: remove 'build.cmd' as we are not supporting 3.3 or 3.4 * chore: add appveyor.yml * docs: show how to use component\_map and inverse\_component\_map * feat: add components\_map and inverse\_components\_map * Update README.md * release(1.9.2): fixed performance issue with fastremap.unique * perf: faster unique\_va\_array * release(1.9.1): ipt handles 64-bit addressable arrays * fix: support 64-bit addressable volumes for IPT * release(1.9.0): adds unique, minmax, refit, fit\_dtype, pixel\_pairs * chore: add py3.8 to dockerfile * feat: unique, minmax, refit, fit\_dtype, pixel\_pairs (#20) OBS-URL: https://build.opensuse.org/request/show/819742 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=9 --- fastremap-1.10.2.tar.gz | 3 +++ fastremap-1.8.0.tar.gz | 3 --- python-fastremap.changes | 30 ++++++++++++++++++++++++++++++ python-fastremap.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 fastremap-1.10.2.tar.gz delete mode 100644 fastremap-1.8.0.tar.gz diff --git a/fastremap-1.10.2.tar.gz b/fastremap-1.10.2.tar.gz new file mode 100644 index 0000000..43349fd --- /dev/null +++ b/fastremap-1.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4b70f5dff44c57022829d10d17452b01387b5c4b7c4c1cbc03606908fa5122 +size 348515 diff --git a/fastremap-1.8.0.tar.gz b/fastremap-1.8.0.tar.gz deleted file mode 100644 index 1feca91..0000000 --- a/fastremap-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a0cb832a3622916fd1b4e4883c41024d714b3f376ed8563a0e2ca09adc3a296d -size 241355 diff --git a/python-fastremap.changes b/python-fastremap.changes index 28e4faf..7f51367 100644 --- a/python-fastremap.changes +++ b/python-fastremap.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Thu Jul 9 14:27:11 UTC 2020 - Marketa Calabkova + +- Update to version 1.10.2 + * release(1.10.2): fixed bug in remap + * fix: remap was not handling missing labels correctly (#23) + * Revert "feat: adds argminmax, argmin, argmax, ravel\_index (#22)" + * feat: adds argminmax, argmin, argmax, ravel\_index (#22) + * chore: update changelog + * chore: adds tox + * release(1.10.1): faster renumber and by proxy unique in some circumstances + * chore: add tox.ini + * perf: faster renumber by using unordered\_map (#21) + * release(1.10.0): adds component\_map and inverse\_component\_map + * fix: should use int instead of uint + * test: abort appveyor early if a test fails + * fix: test for renumber dying on uint64 assertion + * fix: remove 'build.cmd' as we are not supporting 3.3 or 3.4 + * chore: add appveyor.yml + * docs: show how to use component\_map and inverse\_component\_map + * feat: add components\_map and inverse\_components\_map + * Update README.md + * release(1.9.2): fixed performance issue with fastremap.unique + * perf: faster unique\_va\_array + * release(1.9.1): ipt handles 64-bit addressable arrays + * fix: support 64-bit addressable volumes for IPT + * release(1.9.0): adds unique, minmax, refit, fit\_dtype, pixel\_pairs + * chore: add py3.8 to dockerfile + * feat: unique, minmax, refit, fit\_dtype, pixel\_pairs (#20) + ------------------------------------------------------------------- Thu Jan 30 14:53:17 UTC 2020 - Todd R diff --git a/python-fastremap.spec b/python-fastremap.spec index 5a79e0b..aa1f557 100644 --- a/python-fastremap.spec +++ b/python-fastremap.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-fastremap -Version: 1.8.0 +Version: 1.10.2 Release: 0 Summary: Module to Remap, mask, renumber, and in-place transpose numpy arrays License: LGPL-3.0-only