forked from pool/python-sympy
Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 73c7bbe04f | |||
| cc4f5fdedf |
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 20 17:15:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.13.3:
|
||||
* Handle matrices of zero columns correctly in the Matrix
|
||||
constructor.
|
||||
* NumPy numbers can be used with clebsch_gordan
|
||||
* An inconsistency in Float/Rational comparisons was fixed.
|
||||
* Fixed a bug that caused LambertW to hang on specific inputs
|
||||
* A regression introduced in SymPy 1.13 in the heurisch
|
||||
integration routine was fixed
|
||||
* see also https://github.com/sympy/sympy/wiki/release-notes-for-1.13.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 29 05:41:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
# Tests run 7h53m47s in OBS ... so we are switching them off right now
|
||||
%bcond_with test
|
||||
Name: python-sympy
|
||||
Version: 1.12.1
|
||||
Version: 1.13.3
|
||||
Release: 0
|
||||
Summary: Computer algebra system (CAS) in Python
|
||||
License: BSD-3-Clause
|
||||
|
||||
BIN
sympy-1.12.1.tar.gz
LFS
BIN
sympy-1.12.1.tar.gz
LFS
Binary file not shown.
3
sympy-1.13.3.tar.gz
Normal file
3
sympy-1.13.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b27fd2c6530e0ab39e275fc9b683895367e51d5da91baa8d3d64db2565fec4d9
|
||||
size 7533196
|
||||
Reference in New Issue
Block a user