8000 Merge pull request #1268 from stonebig/master · winpython/winpython@f12d3ff · GitHub
[go: up one dir, main page]

Skip to content

Commit f12d3ff

Browse files
authored
Merge pull request #1268 from stonebig/master
package names
2 parents 43e9608 + 916aa39 commit f12d3ff

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '7.0.20231015'
31+
__version__ = '7.0.20231022'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,3 +3703,12 @@ description = JSON Referencing + Python
37033703
[rpds-py]
37043704
description = Python bindings to Rust's persistent data structures (rpds)
37053705
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

Comments
 (0)
0