Path to this page:
Subject: CVS commit: pkgsrc/math/py-sympy
From: Adam Ciarcinski
Date: 2024-09-19 10:09:03
Message id: 20240919080903.4BF81FC74@cvs.NetBSD.org
Log Message:
py-sympy: updated to 1.13.3
SymPy 1.13.3
Changes
matrices
Handle matrices of zero columns correctly in the Matrix constructor. In SymPy \
1.12 these produced empty matrices of the wrong shape and in 1.13 they resulted \
in an error. Now Matrix([[], []]).shape == (2,0).
physics.wigner
NumPy numbers can be used with clebsch_gordan. Fixes a regression introduced in \
SymPy 1.13.0.
Files: