Highlights
- New functions
isin,partition, andargpartition covis now vectorized- Delegation to existing libraries added for many functions
nuniquehas a faster implementation
What's Changed
- DEV: bump to v0.9.1.dev0 by @lucascolley in #422
- MAINT: update lock file to unblock CI by @lucascolley in #445
- PERF: Do not use stable sort in
nuniqueby @cakedev0 in #447 - ENH:
expand_dimsdelegation by @Enderdead in #450 - ENH: delegate
sincfunction by @Enderdead in #453 - ENH:
atleast_nddelegation by @Enderdead in #454 - ENH:
covdelegation by @adriagarp in #451 - ENH: add
partitionandargpartitionfunctions by @cakedev0 in #449 - MAINT: fix pytorch py310 dep by @lucascolley in #468
- BUG: preserve device for scalars with array input by @OmarManzoor in #479
- ENH: add new function
isinby @OmarManzoor in #485 - MAINT: Pixi maintenance by @crusaderky in #496
- ENH: setdiff1d: add delegation by @Enderdead in #456
- ENH: vectorize
covby @mdhaber in #507 - ENH: delegate
create_diagonalfunction by @Enderdead in #501 - BUG: Fix delegation behaviour with
atleast_3dby @Enderdead in #514 - REL: bump to v0.9.1 by @lucascolley in #527
New Contributors
- @cakedev0 made their first contribution in #447
- @Enderdead made their first contribution in #450
- @adriagarp made their first contribution in #451
- @OmarManzoor made their first contribution in #479
Full Changelog: v0.9.0...v0.9.1