notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Newsfeed changes

The news feed page[s] were not laid out well. Two pages, disjointed information, hard to figure out how to use the optional parameters...

Thankfully, someone told me.

The new page is ready for your review. Please compare these two:

You may also be interested in the Github issue.
Port details
py-dataclass-array Dataclasses that behave like numpy arrays (with indexing, slicing, vectorization)
1.5.2 devel on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.5.2Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-08-16 18:33:47
Last Update: 2024-06-03 02:38:09
Commit Hash: c479401
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
Also Listed In: python
License: APACHE20
WWW:
https://dataclass-array.readthedocs.io/en/latest/
https://github.com/google-research/dataclass_array
Description:
DataclassArray are dataclasses which behave like numpy-like arrays (can be batched, reshaped, sliced,...), compatible with Jax, TensorFlow, and numpy (with torch support planned). This reduce boilerplate and improve readability.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}dataclass-array>0:devel/py-dataclass-array@${PY_FLAVOR}
To install the port:
cd /usr/ports/devel/py-dataclass-array/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/py-dataclass-array
  • pkg install py311-dataclass-array
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py311-dataclass-array listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py311-dataclass-array
Package flavors (<flavor>: <package>)
  • py311: py311-dataclass-array
distinfo:
TIMESTAMP = 1711466126 SHA256 (dataclass_array-1.5.2.tar.gz) = 39343847138c9c4aced96fb4b31dea48b7f2f73b257b01282a5cba6fd8107b94 SIZE (dataclass_array-1.5.2.tar.gz) = 34785

Packages (timestamps in pop-ups are UTC):
py311-dataclass-array
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.5.21.5.2-1.5.21.5.2---
FreeBSD:13:quarterly1.5.21.5.2-1.5.21.5.2---
FreeBSD:14:latest1.5.21.5.2-1.5.21.5.2---
FreeBSD:14:quarterly1.5.21.5.2-1.5.21.5.2---
FreeBSD:15:latest1.5.21.5.2n/a1.5.2n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py311-flit-core>=3.8<4 : devel/py-flit-core@py311
  2. python3.11 : lang/python311
  3. py311-build>=0 : devel/py-build@py311
  4. py311-installer>=0 : devel/py-installer@py311
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. py311-einops>=0 : misc/py-einops@py311
  2. py311-etils>=0 : devel/py-etils@py311
  3. py311-lark>=0 : devel/py-lark@py311
  4. py311-numpy>=0,1 : math/py-numpy@py311
  5. py311-typing-extensions>=0 : devel/py-typing-extensions@py311
  6. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_py-dataclass-array
USES:
python:3.11+
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/d/dataclass_array/
  2. https://pypi.org/packages/source/d/dataclass_array/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.5.2
03 Jun 2024 02:38:09
commit hash: c4794018938a14b98fa16ed6fbd6638499158dbfcommit hash: c4794018938a14b98fa16ed6fbd6638499158dbfcommit hash: c4794018938a14b98fa16ed6fbd6638499158dbfcommit hash: c4794018938a14b98fa16ed6fbd6638499158dbf files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dataclass-array: Use USES=python:3.11+ after python311 as default
(62a23ef0936e21fef507653054d6732bb7ef085f)
1.5.2
31 Mar 2024 03:06:22
commit hash: 1068b1f6554feeadacc4f0c6eed33f78ac5317d2commit hash: 1068b1f6554feeadacc4f0c6eed33f78ac5317d2commit hash: 1068b1f6554feeadacc4f0c6eed33f78ac5317d2commit hash: 1068b1f6554feeadacc4f0c6eed33f78ac5317d2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dataclass-array: Update to 1.5.2

Changes:	https://github.com/google-research/dataclass_array/releases
1.5.1
14 Dec 2023 20:45:10
commit hash: 9b8f7594874eb6c7552f48a37234386db788122acommit hash: 9b8f7594874eb6c7552f48a37234386db788122acommit hash: 9b8f7594874eb6c7552f48a37234386db788122acommit hash: 9b8f7594874eb6c7552f48a37234386db788122a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dataclass-array: Update USES=python

devel/py-etils requires Python 3.10+
1.5.1
04 Sep 2023 21:30:09
commit hash: eeb547583c2fc690b8394c43470276a98c715a0ccommit hash: eeb547583c2fc690b8394c43470276a98c715a0ccommit hash: eeb547583c2fc690b8394c43470276a98c715a0ccommit hash: eeb547583c2fc690b8394c43470276a98c715a0c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dataclass-array: Update to 1.5.1

- Update WWW

Changes:	https://github.com/google-research/dataclass_array/releases
1.5.0
16 Aug 2023 18:25:05
commit hash: 9b4992baf6eb7db7cdbada0e6013a0f6e0304557commit hash: 9b4992baf6eb7db7cdbada0e6013a0f6e0304557commit hash: 9b4992baf6eb7db7cdbada0e6013a0f6e0304557commit hash: 9b4992baf6eb7db7cdbada0e6013a0f6e0304557 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/py-dataclass-array: Add py-dataclass-array 1.5.0

DataclassArray are dataclasses which behave like numpy-like arrays (can be
batched, reshaped, sliced,...), compatible with Jax, TensorFlow, and numpy (with
torch support planned).

This reduce boilerplate and improve readability.

Number of commits found: 5