1
0

22 Commits

Author SHA256 Message Date
Ana Guerrero
357994b505 Accepting request 1187423 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1187423
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=11
2024-07-15 17:49:23 +00:00
Steve Kowalik
00fc61cf82 - Update to 1.14.2:
* build: temporarily exclude macos until ecosystem fixes itself
  * chore: ignore fastremap.cpp
  * chore: ignore fastremap.cpp
  * build: update for py312
  * build: update build
- Switch to pyproject macros.
- Cythonize pyx file before building.
- No more greedy globs in %files.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=21
2024-07-08 01:12:30 +00:00
Ana Guerrero
fc96a33e90 Accepting request 1131189 from devel:languages:python:numeric
- update to 1.14.0:
  * docs: add README info and docstring
  * docs: add tobytes example
  * feat: bulk tobytes

  * docs: move "all available functions" higher

OBS-URL: https://build.opensuse.org/request/show/1131189
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=10
2023-12-06 22:48:02 +00:00
41d5288138 - update to 1.14.0:
* docs: add README info and docstring
  * docs: add tobytes example
  * feat: bulk tobytes
  * docs: move "all available functions" higher

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=19
2023-12-05 17:49:25 +00:00
Dominique Leuenberger
a4ec25e0ca Accepting request 1087746 from devel:languages:python:numeric
- update to 1.13.5:
  * release(1.13.5): updated build for py311

OBS-URL: https://build.opensuse.org/request/show/1087746
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=9
2023-05-18 13:19:48 +00:00
4b15e54408 - update to 1.13.5:
* release(1.13.5): updated build for py311

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=17
2023-05-18 07:27:27 +00:00
Dominique Leuenberger
eb805aa03b Accepting request 1066271 from devel:languages:python:numeric
- update to 1.13.4:
  * release(1.13.4): easier installation
  * Delayed numpy import during setup
  * fix: handle all LP64 platforms generically

OBS-URL: https://build.opensuse.org/request/show/1066271
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=8
2023-02-17 15:45:17 +00:00
8488c2a299 - update to 1.13.4:
* release(1.13.4): easier installation
  * Delayed numpy import during setup
  * fix: handle all LP64 platforms generically

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=15
2023-02-10 12:30:38 +00:00
Dominique Leuenberger
e1fde52308 Accepting request 1056941 from devel:languages:python:numeric
- 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/request/show/1056941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=7
2023-01-09 16:23:34 +00:00
05f47bd7a6 - 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
2023-01-08 20:34:27 +00:00
Dominique Leuenberger
b230768411 Accepting request 887388 from devel:languages:python:numeric
- Update to 1.11.4:
  * chore: support only py36 - py39
  * chore: drop py27 from build
  * fix(inverse\_component\_map): not checking component for continue cond
  * release(1.11.2): fix numpy deprecation of np.bool
  * fix: further fix numpy deprecation of np.bool
  * chore: fix numpy 1.20 deprecation of np.bool in favor of bool
  * chore: update setup.cfg
  * release(1.11.1): python39 support
  * chore: make build\_linux.sh script generic
  * chore: add updated build system
  * fix: pbr couldn't see git repo
  * release(1.11.0): unique(..., return\_index=True) now accelerated
  * feat(unique): adds return\_index to high performance paths (#25)
- Do not build on Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/request/show/887388
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=6
2021-04-22 16:03:59 +00:00
Steve Kowalik
c12de15598 - Update to 1.11.4:
* chore: support only py36 - py39
  * chore: drop py27 from build
  * fix(inverse\_component\_map): not checking component for continue cond
  * release(1.11.2): fix numpy deprecation of np.bool
  * fix: further fix numpy deprecation of np.bool
  * chore: fix numpy 1.20 deprecation of np.bool in favor of bool
  * chore: update setup.cfg
  * release(1.11.1): python39 support
  * chore: make build\_linux.sh script generic
  * chore: add updated build system
  * fix: pbr couldn't see git repo
  * release(1.11.0): unique(..., return\_index=True) now accelerated
  * feat(unique): adds return\_index to high performance paths (#25)
- Do not build on Python 3.6, due to no NumPy.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=11
2021-04-22 00:49:52 +00:00
Dominique Leuenberger
e6ef9dfb88 Accepting request 819764 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/819764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=5
2020-07-10 12:13:09 +00:00
Tomáš Chvátal
e94b077285 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
2020-07-09 16:24:00 +00:00
Dominique Leuenberger
213e1bb979 Accepting request 768799 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/768799
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=4
2020-02-03 10:12:52 +00:00
Todd R
e815415f87 Accepting request 768787 from home:TheBlackCat:branches:devel:languages:python:numeric
- Update to version 1.8.0
  * faster remap and mask operators

OBS-URL: https://build.opensuse.org/request/show/768787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=7
2020-01-30 15:50:24 +00:00
Dominique Leuenberger
c0f303ff94 Accepting request 749764 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/749764
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=3
2019-11-20 09:28:51 +00:00
Todd R
8e5fae0705 Accepting request 749763 from home:TheBlackCat:branches:devel:languages:python:numeric
Update to version 1.7.0

OBS-URL: https://build.opensuse.org/request/show/749763
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=5
2019-11-19 21:04:00 +00:00
Dominique Leuenberger
f3b8434fa3 Accepting request 733685 from devel:languages:python:numeric
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/733685
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=2
2019-09-30 13:58:45 +00:00
Dominique Leuenberger
4c514b330b Accepting request 731469 from devel:languages:python:numeric
OBS-URL: https://build.opensuse.org/request/show/731469
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastremap?expand=0&rev=1
2019-09-27 12:49:33 +00:00
Tomáš Chvátal
9eefc5fc69 Accepting request 731501 from home:jengelh:branches:devel:languages:python:numeric
- Use noun phrase in descriptions.

OBS-URL: https://build.opensuse.org/request/show/731501
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=2
2019-09-17 13:01:46 +00:00
Tomáš Chvátal
71f55d8cf2 Accepting request 731462 from home:jayvdb:py-new
dep of cloud-volume

OBS-URL: https://build.opensuse.org/request/show/731462
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-fastremap?expand=0&rev=1
2019-09-17 10:02:27 +00:00