Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
5.6.0 19 Mar 2025 03:39:20
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Update to 5.6.0
Changes: https://github.com/scikit-hep/uproot5/releases |
5.5.2 20 Feb 2025 07:59:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Update to 5.5.2
Changes: https://github.com/scikit-hep/uproot5/releases |
5.5.1 28 Nov 2024 04:39:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Update to 5.5.1
Changes: https://github.com/scikit-hep/uproot5/releases |
5.5.0 21 Nov 2024 13:38:18
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Update to 5.5.0
Changes: https://github.com/scikit-hep/uproot5/releases |
5.4.1 06 Nov 2024 15:17:35
    |
Robert Clausecker (fuz)  |
filesystems: add new category for file systems and related utilities
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 |
5.4.1 14 Oct 2024 05:25:40
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Update to 5.4.1
Changes: https://github.com/scikit-hep/uproot5/releases |
5.4.0 07 Oct 2024 14:16:47
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Update to 5.4.0
Changes: https://github.com/scikit-hep/uproot5/releases |
5.3.13 30 Sep 2024 13:36:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Update to 5.3.13
Changes: https://github.com/scikit-hep/uproot5/releases |
5.3.12 08 Sep 2024 18:37:39
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Update to 5.3.12
Changes: https://github.com/scikit-hep/uproot5/releases |
5.3.10 21 Jul 2024 12:22:36
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Add HTTP, S3 and XROOTD options |
5.3.10 21 Jul 2024 09:55:09
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-uproot: Add py-uproot 5.3.10
Uproot is a library for reading and writing ROOT files in pure Python and NumPy.
Unlike the standard C++ ROOT implementation, Uproot is only an I/O library,
primarily intended to stream data into machine learning libraries in Python.
Unlike PyROOT and root_numpy, Uproot does not depend on C++ ROOT. Instead, it
uses Numpy to cast blocks of data from the ROOT file as Numpy arrays. |