8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43e9608 + 916aa39 commit f12d3ffCopy full SHA for f12d3ff
winpython/__init__.py
@@ -28,6 +28,6 @@
28
OTHER DEALINGS IN THE SOFTWARE.
29
"""
30
31
-__version__ = '7.0.20231015'
+__version__ = '7.0.20231022'
32
__license__ = __doc__
33
__project_url__ = 'http://winpython.github.io/'
winpython/data/packages.ini
@@ -3703,3 +3703,12 @@ description = JSON Referencing + Python
3703
[rpds-py]
3704
description = Python bindings to Rust's persistent data structures (rpds)
3705
3706
+[flox]
3707
+description = GroupBy operations for dask.array
3708
+
3709
+[numbagg]
3710
+description = Fast N-dimensional aggregation functions with Numba
3711
3712
+[numpy-groupies]
3713
+description = Optimised tools for group-indexing operations: aggregated sum and more.
3714
0 commit comments