Recent Releases of https://github.com/ml31415/numpy-groupies
https://github.com/ml31415/numpy-groupies - v0.11.3
What's Changed
- Fix compatibility with 32bt architectures by @avalentino in https://github.com/ml31415/numpy-groupies/pull/94
New Contributors
- @avalentino made their first contribution in https://github.com/ml31415/numpy-groupies/pull/94
Full Changelog: https://github.com/ml31415/numpy-groupies/compare/v0.11.2...v0.11.3
- Python
Published by ml31415 9 months ago
https://github.com/ml31415/numpy-groupies - v0.11.2
What's Changed
- Improve precision for mean, std, var, cumsum. by @dcherian in https://github.com/ml31415/numpy-groupies/pull/90
Full Changelog: https://github.com/ml31415/numpy-groupies/compare/v0.11.1...v0.11.2
- Python
Published by dcherian over 1 year ago
https://github.com/ml31415/numpy-groupies - v0.11.1
What's Changed
- Improve publishing to pypi by @ml31415 in https://github.com/ml31415/numpy-groupies/pull/87
- Reduce skipped tests by @ml31415 in https://github.com/ml31415/numpy-groupies/pull/89
Full Changelog: https://github.com/ml31415/numpy-groupies/compare/v0.11.0...v0.11.1
- Python
Published by ml31415 almost 2 years ago
https://github.com/ml31415/numpy-groupies - v0.11.0
What's Changed
- Adding py3.12 by @ml31415 in https://github.com/ml31415/numpy-groupies/pull/83
- Routine maintenance by @ml31415 in https://github.com/ml31415/numpy-groupies/pull/86
Full Changelog: https://github.com/ml31415/numpy-groupies/compare/v0.10.2...v0.11.0
- Python
Published by ml31415 almost 2 years ago
https://github.com/ml31415/numpy-groupies - v0.10.2
- Bugfix for numpy implementations nancumsum
- Python
Published by ml31415 over 2 years ago
https://github.com/ml31415/numpy-groupies - v0.10.1
- Moved project config into pyproject.toml
- weave implementation removed
- python2 legacy removed
- Python
Published by ml31415 over 2 years ago
https://github.com/ml31415/numpy-groupies - v0.9.22
- Automatic pypi deployment fixed
- Python
Published by ml31415 almost 3 years ago
https://github.com/ml31415/numpy-groupies - v0.9.21
Performance improvements
What's Changed
- Fix versioneer configuration. by @sebastic in https://github.com/ml31415/numpy-groupies/pull/71
- Fix pytest failure without numba. by @sebastic in https://github.com/ml31415/numpy-groupies/pull/72
- Move to micromamba by @dcherian in https://github.com/ml31415/numpy-groupies/pull/76
- Use faster group_idx creation when axis == -1 by @dcherian in https://github.com/ml31415/numpy-groupies/pull/77
- Some optimizations for numpy aggregations by @dcherian in https://github.com/ml31415/numpy-groupies/pull/78
New Contributors
- @sebastic made their first contribution in https://github.com/ml31415/numpy-groupies/pull/71
Full Changelog: https://github.com/ml31415/numpy-groupies/compare/v0.9.20...v0.9.21
- Python
Published by dcherian almost 3 years ago
https://github.com/ml31415/numpy-groupies - Bugfix release
Fixes some issues for argmin and argmax
- Python
Published by ml31415 over 3 years ago
https://github.com/ml31415/numpy-groupies - v0.9.16
- Python
Published by dcherian almost 4 years ago
https://github.com/ml31415/numpy-groupies - v0.9.10
- Fixes an issue for non-default fill_values for mean/std/var.
- Python
Published by ml31415 about 6 years ago
https://github.com/ml31415/numpy-groupies - v0.9.8.4
This version comes with a couple of new functions for the numba implementation of aggregate:
- argmin
- argmax
- cumsum
- cumprod
- cummin
- cummax
The numba implementation now also handles jitting of arbitrary reduce functions, though the speed is not that impressive as it might sound.
sort was modified and sped up, so that it produces a groupwise sorted array in the same size of the input, and not an array of arrays anymore. This should be the more useful mode of operation.
- Python
Published by ml31415 almost 8 years ago
https://github.com/ml31415/numpy-groupies - v0.9.6
This version is finally fully tested and compatible with python3. Note that the weave implementation is not available in python3, as python3 is unfortunately not supported by them. We recommend the numba implementation for new projects!
- Python
Published by ml31415 almost 9 years ago
https://github.com/ml31415/numpy-groupies - v0.9.5
Import fixes for recent scipy version, which finally forcing weave as a standalone package.
- Python
Published by ml31415 almost 9 years ago
https://github.com/ml31415/numpy-groupies - pypi debut
agregate API is well documented, and has a fairly thorough selection of tests and benchmarks. numba code is provided but not ready for use.
multi_cumsum and multi_arange are included only to make it clear that this package is intending to be more than just aggregate, their APIs and implementations may change considerably in future.
- Python
Published by d1manson over 10 years ago