Port details |
- py-sparse Sparse n-dimensional arrays
- 0.15.5 devel
=2 0.15.4Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2023-02-05 15:54:32
- Last Update: 2025-02-03 15:51:21
- Commit Hash: bb9977d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://sparse.pydata.org/en/stable/
- https://github.com/pydata/sparse
- Description:
- This implements sparse arrays of arbitrary dimension on top of numpy and
scipy.sparse. It generalizes the scipy.sparse.coo_matrix and
scipy.sparse.dok_matrix layouts, but extends beyond just rows and columns to an
arbitrary number of dimensions.
Additionally, this project maintains compatibility with the numpy.ndarray
interface rather than the numpy.matrix interface used in scipy.sparse
These differences make this project useful in certain situations where
scipy.sparse matrices are not well suited, but it should not be considered a
full replacement. The data structures in pydata/sparse complement and can be
used in conjunction with the fast linear algebra routines inside scipy.sparse. A
format conversion or copy may be required.
 ¦ ¦ ¦ ¦ 
- 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}sparse>0:devel/py-sparse@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/devel/py-sparse/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/py-sparse
- pkg install py311-sparse
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-sparse listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-sparse
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1738089070
SHA256 (sparse-0.15.5.tar.gz) = 4c76ce0c96f5cd5c31b7e79e650f0022424c2b16f05f10049e9c6381ee4be266
SIZE (sparse-0.15.5.tar.gz) = 359719
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=61 : devel/py-setuptools@py311
- py311-setuptools-scm>=8 : devel/py-setuptools-scm@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-numba>=0.49 : devel/py-numba@py311
- py311-numpy>=1.17,1 : math/py-numpy@py311
- py311-scipy>=0.19 : science/py-scipy@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_py-sparse
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.15.5 03 Feb 2025 15:51:21
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Update to 0.15.5
Changes: https://github.com/pydata/sparse/blob/main/docs/changelog.md
https://github.com/pydata/sparse/commits/0.15-maint
https://sparse.pydata.org/en/stable/changelog.html |
0.15.4 28 May 2024 20:19:55
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Update to 0.15.4
Changes: https://github.com/pydata/sparse/blob/main/docs/changelog.rst
https://github.com/pydata/sparse/commits/0.15-maint
https://sparse.pydata.org/en/stable/changelog.html |
0.15.3 28 May 2024 10:21:33
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Update to 0.15.3
Changes: https://github.com/pydata/sparse/blob/main/docs/changelog.rst
https://sparse.pydata.org/en/stable/changelog.html |
0.15.2 19 May 2024 22:11:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Update to 0.15.2
Changes: https://github.com/pydata/sparse/blob/main/docs/changelog.rst
https://sparse.pydata.org/en/stable/changelog.html |
0.15.1_1 31 Mar 2024 03:06:46
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Fix typo in 8bc09aa2e50ec02932d8998da90e935cf7b3afde
- Clean up patch-pyproject.toml (should be part of
35e1ae3838401f8582c0ced4cf4312f90bd984c7)
- Bump PORTREVISION for dependency and package change
version_file is a replacement for write_to since py-setuptools-scm 8.0.0. |
0.15.1 09 Mar 2024 14:06:06
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Update version requirement of BUILD_DEPENDS |
0.15.1 29 Feb 2024 07:18:32
    |
Charlie Li (vishwin)  |
devel/py-setuptools-scm: update to 8.0.4
Directory and PORTNAME changed to match normalised name in release
tarball; consumers updated to match.
Although setuptools itself is specified as a run dependency in the
Python package metadata, it is currently left out here to prevent
environment pollution until at least PR 270510 is committed.
Additionally, this version of setuptools-scm requires setuptools>=61,
which means this version is only meant for USE_PYTHON=pep517 ports
as all USE_PYTHON=distutils ports will switch to devel/py-setuptools58
also after PR 270510. science/py-emmet-core is switched to
devel/py-setuptools_scm7 accordingly, as it specifies setuptools-scm<8.
devel/py-{flit-scm,hatch-vcs} have ${PY_SETUPTOOLS} added to
RUN_DEPENDS to compensate.
Further details: https://wiki.freebsd.org/Python/setuptools
Reported by: yuri
Co-authored by: matthew
Exp-run by: antoine (earlier iteration)
Approved by: yuri (science/py-emmet-core, previous iteration)
PR: 272134
Differential Revision: https://reviews.freebsd.org/D39288 |
0.15.1 21 Feb 2024 15:07:47
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Update to 0.15.1
- Update WWW
- Convert to USE_PYTHON=pep517
Changes: https://github.com/pydata/sparse/blob/main/docs/changelog.rst
https://sparse.pydata.org/en/stable/changelog.html |
0.14.0_1 27 Jun 2023 19:34:34
    |
Rene Ladan (rene)  |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.14.0_1 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.14.0 21 Mar 2023 19:21:03
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Update to 0.14.0
Changes: https://github.com/pydata/sparse/blob/master/docs/changelog.rst
https://sparse.pydata.org/en/stable/changelog.html |
0.13.0 05 Feb 2023 15:47:38
    |
Po-Chuan Hsieh (sunpoet)  |
devel/py-sparse: Add py-sparse 0.13.0
This implements sparse arrays of arbitrary dimension on top of numpy and
scipy.sparse. It generalizes the scipy.sparse.coo_matrix and
scipy.sparse.dok_matrix layouts, but extends beyond just rows and columns to an
arbitrary number of dimensions.
Additionally, this project maintains compatibility with the numpy.ndarray
interface rather than the numpy.matrix interface used in scipy.sparse
These differences make this project useful in certain situations where
scipy.sparse matrices are not well suited, but it should not be considered a
full replacement. The data structures in pydata/sparse complement and can be
used in conjunction with the fast linear algebra routines inside scipy.sparse. A
format conversion or copy may be required. |