Port details |
- py-jax Differentiate, compile, and transform Numpy code
- 0.4.35 math =2 0.4.33Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2020-07-09 18:10:24
- Last Update: 2024-10-26 23:26:49
- Commit Hash: 025eb15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: python
- License: APACHE20
- WWW:
- https://jax.readthedocs.io/en/latest/
- https://github.com/jax-ml/jax
- Description:
- JAX is Autograd and XLA, brought together for high-performance machine learning
research.
With its updated version of Autograd, JAX can automatically differentiate native
Python and NumPy functions. It can differentiate through loops, branches,
recursion, and closures, and it can take derivatives of derivatives of
derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation)
via grad as well as forward-mode differentiation, and the two can be composed
arbitrarily to any order.
What's new is that JAX uses XLA to compile and run your NumPy programs on GPUs
and TPUs. Compilation happens under the hood by default, with library calls
getting just-in-time compiled and executed. But JAX also lets you just-in-time
compile your own Python functions into XLA-optimized kernels using a
one-function API, jit. Compilation and automatic differentiation can be composed
arbitrarily, so you can express sophisticated algorithms and get maximal
performance without leaving Python. You can even program multiple GPUs or TPU
cores at once using pmap, and differentiate through the whole thing.
Dig a little deeper, and you'll see that JAX is really an extensible system for
composable function transformations. Both grad and jit are instances of such
transformations. Others are vmap for automatic vectorization and pmap for
single-program multiple-data (SPMD) parallel programming of multiple
accelerators, with more to come.
- ¦ ¦ ¦ ¦
- 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}jax>0:math/py-jax@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-jax/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-jax
- pkg install py311-jax
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-jax listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-jax
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729927013
SHA256 (jax-0.4.35.tar.gz) = c0c986993026b10bf6f607fecb7417377460254640766ce40f1fef3fd139c12e
SIZE (jax-0.4.35.tar.gz) = 1861189
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>=0 : devel/py-setuptools@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-ml-dtypes>=0.2.0 : math/py-ml-dtypes@py311
- py311-numpy>=1.26.0,1 : math/py-numpy@py311
- py311-opt-einsum>=0 : math/py-opt-einsum@py311
- py311-scipy>=1.11.1 : science/py-scipy@py311
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- devel/py-jaxtyping
- math/py-flax
- science/meep
Configuration Options:
- No options to configure
- Options name:
- math_py-jax
- USES:
- python:3.10+
- 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.4.35 26 Oct 2024 23:26:49 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.35
Changes: https://github.com/jax-ml/jax/releases
https://github.com/jax-ml/jax/blob/main/CHANGELOG.md |
0.4.34 14 Oct 2024 05:25:42 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.34
- Update WWW
Changes: https://github.com/jax-ml/jax/releases
https://github.com/jax-ml/jax/blob/main/CHANGELOG.md |
0.4.33 25 Sep 2024 04:22:34 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.33
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.32 18 Sep 2024 06:13:17 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.32
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.31 04 Aug 2024 17:14:09 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.31
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.30 03 Jul 2024 04:36:45 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.30
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.29 18 Jun 2024 04:00:16 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.29
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.28 19 May 2024 17:15:50 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.28
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.26 05 Apr 2024 23:57:59 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.26
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.25 09 Mar 2024 14:06:10 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.25
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.24 21 Feb 2024 15:07:53 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.24
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.23 25 Dec 2023 09:00:28 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.23
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.22 14 Dec 2023 20:45:34 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.22
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.21 14 Dec 2023 05:48:30 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.21
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.20 14 Nov 2023 17:15:57 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.20
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.19 01 Nov 2023 02:08:27 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.19
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.18 08 Oct 2023 11:55:17 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.18
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.17 05 Oct 2023 02:00:23 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.17
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.16 22 Sep 2023 03:18:21 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.16
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.15 04 Sep 2023 21:30:16 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.15
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.14 16 Aug 2023 18:25:40 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.14
- Add LICENSE_FILE
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.13 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
0.4.13 09 Jul 2023 10:19:45 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.13
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.12 30 Jun 2023 07:04:10 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.12
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.11 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.4.11 05 Jun 2023 18:47:19 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.11
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.10 27 May 2023 04:09:22 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.10
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.8_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.4.8 09 Apr 2023 13:36:55 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.8
- Convert to USE_PYTHON=pep517
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.4.4 21 Mar 2023 19:21:10 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.4.4
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.25 30 Jan 2023 13:00:11 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.25
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.24 11 Jan 2023 15:58:34 |
Dmitry Marakasov (amdmi3) |
*/*: rename CHEESESHOP to PYPI in MASTER_SITES
PR: 267994
Differential revision: D37518
Approved by: bapt |
0.3.24 30 Dec 2022 09:05:00 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.24
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.22 19 Nov 2022 08:12:14 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.22
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.21 09 Oct 2022 15:37:57 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.21
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.20 03 Oct 2022 17:10:37 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.20
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.3.17 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.3.17 04 Sep 2022 03:46:54 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.17
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.16 31 Aug 2022 11:41:11 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.16
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.15 30 Jul 2022 19:24:54 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.15
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.14 20 Jul 2022 14:22:24 |
Tobias C. Berner (tcberner) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
0.3.14 07 Jul 2022 12:36:17 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.14
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.3.13 29 Jun 2022 16:32:42 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update to 0.3.13
Changes: https://github.com/google/jax/releases
https://github.com/google/jax/blob/main/CHANGELOG.md |
0.2.9 05 Nov 2021 19:14:18 |
Po-Chuan Hsieh (sunpoet) |
math/py-jax: Update USES=python
math/py-numpy requires Python 3.7+ |
0.2.9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.9 30 Jan 2021 12:25:08 |
sunpoet |
Update to 0.2.9
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.2.8 26 Jan 2021 17:36:34 |
sunpoet |
Update to 0.2.8
- Remove PYNUMPY
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.2.7 10 Dec 2020 21:40:57 |
sunpoet |
Update to 0.2.7
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.2.6 21 Nov 2020 09:20:30 |
sunpoet |
Update to 0.2.6
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.2.5 15 Nov 2020 18:05:30 |
sunpoet |
Update to 0.2.5
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.1.77 20 Sep 2020 18:57:56 |
sunpoet |
Update to 0.1.77
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.1.76 09 Sep 2020 20:38:37 |
sunpoet |
Update to 0.1.76
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.1.75 15 Aug 2020 16:31:49 |
sunpoet |
Update to 0.1.75
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.1.74 08 Aug 2020 10:20:23 |
sunpoet |
Update to 0.1.74
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.1.73 24 Jul 2020 19:01:18 |
sunpoet |
Update to 0.1.73
Changes: https://github.com/google/jax/blob/master/docs/CHANGELOG.rst |
0.1.72 09 Jul 2020 18:08:06 |
sunpoet |
Add py-jax 0.1.72
JAX is Autograd and XLA, brought together for high-performance machine learning
research.
With its updated version of Autograd, JAX can automatically differentiate native
Python and NumPy functions. It can differentiate through loops, branches,
recursion, and closures, and it can take derivatives of derivatives of
derivatives. It supports reverse-mode differentiation (a.k.a. backpropagation)
via grad as well as forward-mode differentiation, and the two can be composed
arbitrarily to any order.
What's new is that JAX uses XLA to compile and run your NumPy programs on GPUs
and TPUs. Compilation happens under the hood by default, with library calls
getting just-in-time compiled and executed. But JAX also lets you just-in-time (Only the first 15 lines of the commit message are shown above ) |