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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
py-jax Differentiate, compile, and transform Numpy code
0.4.25 math on this many watch lists=0 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 0.4.23Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2020-07-09 18:10:24
Last Update: 2024-03-09 14:06:10
Commit Hash: 8d47cbf
Also Listed In: python
License: APACHE20
WWW:
https://github.com/google/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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

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 py39-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 py39-jax listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-jax
Package flavors (<flavor>: <package>)
  • py39: py39-jax
distinfo:
TIMESTAMP = 1709390684 SHA256 (jax-0.4.25.tar.gz) = a8ee189c782de2b7b2ffb64a8916da380b882a617e2769aa429b71d79747b982 SIZE (jax-0.4.25.tar.gz) = 1543586

Packages (timestamps in pop-ups are UTC):
py39-jax
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.4.250.4.25-0.4.250.4.25---
FreeBSD:13:quarterly0.4.230.4.23--0.4.23-0.4.23-
FreeBSD:14:latest0.4.250.4.25-0.4.250.4.25---
FreeBSD:14:quarterly0.4.230.4.23--0.4.23-0.4.23-
FreeBSD:15:latest0.4.250.4.25n/a0.4.23n/a-0.4.230.4.24
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-ml-dtypes>=0.2.0 : math/py-ml-dtypes@py39
  2. py39-numpy>=1.22,1 : math/py-numpy@py39
  3. py39-opt-einsum>=0 : math/py-opt-einsum@py39
  4. py39-scipy>=1.11.1 : science/py-scipy@py39
  5. python3.9 : lang/python39
  6. py39-importlib-metadata>=4.6 : devel/py-importlib-metadata@py39
This port is required by:
for Run
  1. math/py-flax
  2. science/meep

Configuration Options:
No options to configure
Options name:
math_py-jax
USES:
python
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/j/jax/
  2. https://pypi.org/packages/source/j/jax/
Collapse this list.

Number of commits found: 48

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.25
09 Mar 2024 14:06:10
commit hash: 8d47cbf53026c2c6bfc9f49eed7a4c44e1d725f6commit hash: 8d47cbf53026c2c6bfc9f49eed7a4c44e1d725f6commit hash: 8d47cbf53026c2c6bfc9f49eed7a4c44e1d725f6commit hash: 8d47cbf53026c2c6bfc9f49eed7a4c44e1d725f6 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 71c0f8486878ff1281077e75969e47f821b14571commit hash: 71c0f8486878ff1281077e75969e47f821b14571commit hash: 71c0f8486878ff1281077e75969e47f821b14571commit hash: 71c0f8486878ff1281077e75969e47f821b14571 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: d27944f7897f8e5697ccc963d86a64d113a5b7aecommit hash: d27944f7897f8e5697ccc963d86a64d113a5b7aecommit hash: d27944f7897f8e5697ccc963d86a64d113a5b7aecommit hash: d27944f7897f8e5697ccc963d86a64d113a5b7ae files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: c8b11444dd5f2198ba323d378f9f4c7d474c8d72commit hash: c8b11444dd5f2198ba323d378f9f4c7d474c8d72commit hash: c8b11444dd5f2198ba323d378f9f4c7d474c8d72commit hash: c8b11444dd5f2198ba323d378f9f4c7d474c8d72 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 3fe1ba16bd71dfe5c569f795660f22049ec2532dcommit hash: 3fe1ba16bd71dfe5c569f795660f22049ec2532dcommit hash: 3fe1ba16bd71dfe5c569f795660f22049ec2532dcommit hash: 3fe1ba16bd71dfe5c569f795660f22049ec2532d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 07895de6d4ba09213d212503becd1c252fa17816commit hash: 07895de6d4ba09213d212503becd1c252fa17816commit hash: 07895de6d4ba09213d212503becd1c252fa17816commit hash: 07895de6d4ba09213d212503becd1c252fa17816 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: e1de0c72824b070b9d98a5a8c8cb005154a3cab4commit hash: e1de0c72824b070b9d98a5a8c8cb005154a3cab4commit hash: e1de0c72824b070b9d98a5a8c8cb005154a3cab4commit hash: e1de0c72824b070b9d98a5a8c8cb005154a3cab4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 37ac3af84a233067d75d03b6041bb92b9b5e6a40commit hash: 37ac3af84a233067d75d03b6041bb92b9b5e6a40commit hash: 37ac3af84a233067d75d03b6041bb92b9b5e6a40commit hash: 37ac3af84a233067d75d03b6041bb92b9b5e6a40 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: ae9a3fe3366f874f0be8713f4cd1792e63cf2931commit hash: ae9a3fe3366f874f0be8713f4cd1792e63cf2931commit hash: ae9a3fe3366f874f0be8713f4cd1792e63cf2931commit hash: ae9a3fe3366f874f0be8713f4cd1792e63cf2931 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 97570a957029d03c397c3d3c5e2b5816242a0951commit hash: 97570a957029d03c397c3d3c5e2b5816242a0951commit hash: 97570a957029d03c397c3d3c5e2b5816242a0951commit hash: 97570a957029d03c397c3d3c5e2b5816242a0951 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: bd404275bbafa5d2d830623d6ab3e10ac0a4fa08commit hash: bd404275bbafa5d2d830623d6ab3e10ac0a4fa08commit hash: bd404275bbafa5d2d830623d6ab3e10ac0a4fa08commit hash: bd404275bbafa5d2d830623d6ab3e10ac0a4fa08 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 0e9e27d1952435a20effcfcb7cc4459de0c102bdcommit hash: 0e9e27d1952435a20effcfcb7cc4459de0c102bdcommit hash: 0e9e27d1952435a20effcfcb7cc4459de0c102bdcommit hash: 0e9e27d1952435a20effcfcb7cc4459de0c102bd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 1bac1f53f077162defa533fc1d17708cc16fa29dcommit hash: 1bac1f53f077162defa533fc1d17708cc16fa29dcommit hash: 1bac1f53f077162defa533fc1d17708cc16fa29dcommit hash: 1bac1f53f077162defa533fc1d17708cc16fa29d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 990920f453e0516d74425b10cc052405fdb08238commit hash: 990920f453e0516d74425b10cc052405fdb08238commit hash: 990920f453e0516d74425b10cc052405fdb08238commit hash: 990920f453e0516d74425b10cc052405fdb08238 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
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
commit hash: bb790ba60221bccca37ac59fc961c95ff2090f29commit hash: bb790ba60221bccca37ac59fc961c95ff2090f29commit hash: bb790ba60221bccca37ac59fc961c95ff2090f29commit hash: bb790ba60221bccca37ac59fc961c95ff2090f29 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 66b6854481939b011253a48e47fdd27fb4a58b8ccommit hash: 66b6854481939b011253a48e47fdd27fb4a58b8ccommit hash: 66b6854481939b011253a48e47fdd27fb4a58b8ccommit hash: 66b6854481939b011253a48e47fdd27fb4a58b8c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.4.8
09 Apr 2023 13:36:55
commit hash: 2bc11de5ba8e5d69c7dc610a90d0e1b368ae6fdecommit hash: 2bc11de5ba8e5d69c7dc610a90d0e1b368ae6fdecommit hash: 2bc11de5ba8e5d69c7dc610a90d0e1b368ae6fdecommit hash: 2bc11de5ba8e5d69c7dc610a90d0e1b368ae6fde files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 54584bb5356453d2e2b6d007628fd5dc8af1b814commit hash: 54584bb5356453d2e2b6d007628fd5dc8af1b814commit hash: 54584bb5356453d2e2b6d007628fd5dc8af1b814commit hash: 54584bb5356453d2e2b6d007628fd5dc8af1b814 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 56c52ca6bccc9e2c21d16a4417232552e19846b4commit hash: 56c52ca6bccc9e2c21d16a4417232552e19846b4commit hash: 56c52ca6bccc9e2c21d16a4417232552e19846b4commit hash: 56c52ca6bccc9e2c21d16a4417232552e19846b4 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
0.3.24
30 Dec 2022 09:05:00
commit hash: dc0840d22374a478a3736620dc5351294c3ae86acommit hash: dc0840d22374a478a3736620dc5351294c3ae86acommit hash: dc0840d22374a478a3736620dc5351294c3ae86acommit hash: dc0840d22374a478a3736620dc5351294c3ae86a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: d22998a7816d0229f8ca4a0c64e5955f33fe81d8commit hash: d22998a7816d0229f8ca4a0c64e5955f33fe81d8commit hash: d22998a7816d0229f8ca4a0c64e5955f33fe81d8commit hash: d22998a7816d0229f8ca4a0c64e5955f33fe81d8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: d25579dc442903d068bd9f614722e0e5baae35edcommit hash: d25579dc442903d068bd9f614722e0e5baae35edcommit hash: d25579dc442903d068bd9f614722e0e5baae35edcommit hash: d25579dc442903d068bd9f614722e0e5baae35ed files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 7958ac98c33a7c086f16c249be1897e278c138a8commit hash: 7958ac98c33a7c086f16c249be1897e278c138a8commit hash: 7958ac98c33a7c086f16c249be1897e278c138a8commit hash: 7958ac98c33a7c086f16c249be1897e278c138a8 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.3.17
04 Sep 2022 03:46:54
commit hash: 6534d4dfa42101cd9b3471e3ceedbd0303cda6adcommit hash: 6534d4dfa42101cd9b3471e3ceedbd0303cda6adcommit hash: 6534d4dfa42101cd9b3471e3ceedbd0303cda6adcommit hash: 6534d4dfa42101cd9b3471e3ceedbd0303cda6ad files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: dc77cf282cfc1186b87db35a7b5351f3919e431acommit hash: dc77cf282cfc1186b87db35a7b5351f3919e431acommit hash: dc77cf282cfc1186b87db35a7b5351f3919e431acommit hash: dc77cf282cfc1186b87db35a7b5351f3919e431a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 3e2b3cec36c42f65b1f03e944888da35962f9e96commit hash: 3e2b3cec36c42f65b1f03e944888da35962f9e96commit hash: 3e2b3cec36c42f65b1f03e944888da35962f9e96commit hash: 3e2b3cec36c42f65b1f03e944888da35962f9e96 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5dacommit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.3.14
07 Jul 2022 12:36:17
commit hash: 89e76c8b682e68e096d8ce78790423bd1d9d0d8ccommit hash: 89e76c8b682e68e096d8ce78790423bd1d9d0d8ccommit hash: 89e76c8b682e68e096d8ce78790423bd1d9d0d8ccommit hash: 89e76c8b682e68e096d8ce78790423bd1d9d0d8c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: b9f6ce5b6df352fdaf7b0f640a082fbddf8cb3bdcommit hash: b9f6ce5b6df352fdaf7b0f640a082fbddf8cb3bdcommit hash: b9f6ce5b6df352fdaf7b0f640a082fbddf8cb3bdcommit hash: b9f6ce5b6df352fdaf7b0f640a082fbddf8cb3bd files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 5b0210ac07ca8f58de4a620c9048955e5b0e9e7bcommit hash: 5b0210ac07ca8f58de4a620c9048955e5b0e9e7bcommit hash: 5b0210ac07ca8f58de4a620c9048955e5b0e9e7bcommit hash: 5b0210ac07ca8f58de4a620c9048955e5b0e9e7b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
math/py-jax: Update USES=python

math/py-numpy requires Python 3.7+
0.2.9
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.2.9
30 Jan 2021 12:25:08
Revision:563337Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:562818Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:557583Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:555854Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:555324Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:549138Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:548139Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:544991Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:544422Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:543308Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:541767Original commit files touched by this commit Sanity Test Failure
sunpoet search for other commits by this committer
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 View all of this commit message)

Number of commits found: 48