summaryrefslogtreecommitdiff
path: root/math/py-modin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/py-modin: Update to 0.37.1Po-Chuan Hsieh2025-10-192-5/+6
| | | | Changes: https://github.com/modin-project/modin/releases
* math/py-modin: Update to 0.36.0Po-Chuan Hsieh2025-10-062-5/+6
| | | | | | - Update LICENSE Changes: https://github.com/modin-project/modin/releases
* math/py-modin: Update to 0.35.0Po-Chuan Hsieh2025-09-082-5/+5
| | | | Changes: https://github.com/modin-project/modin/releases
* math/py-modin: Update to 0.34.1Po-Chuan Hsieh2025-07-132-4/+4
| | | | Changes: https://github.com/modin-project/modin/releases
* math/py-modin: Update to 0.33.2Po-Chuan Hsieh2025-06-292-4/+4
| | | | Changes: https://github.com/modin-project/modin/releases
* math/py-modin: Update to 0.33.1Po-Chuan Hsieh2025-06-023-16/+5
| | | | Changes: https://github.com/modin-project/modin/releases
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-061-1/+1
| | | | | | | | | | | | | | | | | | The filesystems category houses file systems and file system utilities. It is added mainly to turn the sysutils/fusefs-* pseudo-category into a proper one, but is also useful for the sundry of other file systems related ports found in the tree. Ports that seem like they belong there are moved to the new category. Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are not moved as they currently don't fetch and don't have TIMESTAMP set in their distinfo, but that is required to be able to push a rename of the port by the pre-receive hook. Approved by: portmgr (rene) Reviewed by: mat Pull Request: https://github.com/freebsd/freebsd-ports/pull/302 PR: 281988
* math/py-modin: Add py-modin 0.32.0Po-Chuan Hsieh2024-09-164-0/+47
Modin is a drop-in replacement for pandas. While pandas is single-threaded, Modin lets you instantly speed up your workflows by scaling pandas so it uses all of your cores. Modin works especially well on larger datasets, where pandas becomes painfully slow or runs out of memory. Also, Modin comes with the additional APIs to improve user experience.