Releases: EelcoHoogendoorn/Numpy_arraysetops_EP
Releases · EelcoHoogendoorn/Numpy_arraysetops_EP
0.3.7: Merge pull request #21 from EelcoHoogendoorn/fix-numpy-deprecations
Fixed numpy dtype deprecations
0.3.5
0.3.4
bugfixes and unification of behavior related to groupby axis keywords
0.3.3
added remap functionality, plus some minor improvements
0.3.2
Added groupy prod, all and any reductions
0.3.1
Added weights options to group_by.var and group_by.std
0.3.0: Revert "another test"
Added optional weights to group_by.mean
Added group_by.argmin/argmax
Added missing futures dependency in pip install
0.2.19
Added pyyaml dependency to setup.py so that pip install should work correctly for everyone
0.2.18
Fixed some corner cases in npi.contains, and added regression tests
0.2.16
Fixed some packaging issues