Path to this page:
./
math/py-sympy,
Python library for symbolic mathematics
Branch: CURRENT,
Version: 1.13.3,
Package name: py312-sympy-1.13.3,
Maintainer: minskimSymPy is a Python library for symbolic mathematics.
It aims to become a full-featured computer algebra system (CAS) while
keeping the code as simple as possible in order to be comprehensible
and easily extensible. SymPy is written entirely in Python.
Required to run:[
devel/py-setuptools] [
math/py-mpmath] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 7356.637 KB
Version history: (Expand)
- (2024-09-19) Updated to version: py312-sympy-1.13.3
- (2024-08-12) Updated to version: py312-sympy-1.13.2
- (2024-08-08) Updated to version: py311-sympy-1.13.1
- (2024-05-30) Updated to version: py311-sympy-1.12.1
- (2023-05-11) Updated to version: py310-sympy-1.12
- (2022-11-21) Updated to version: py310-sympy-1.11.1
CVS history: (Expand)
2023-08-02 01:20:57 by Thomas Klausner | Files touched by this commit (158) |
Log message:
*: remove more references to Python 3.7
|
2023-05-11 11:38:04 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-sympy: updated to 1.12
1.12
https://github.com/sympy/sympy/wiki/release-notes-for-1.12
|
2022-11-21 18:30:08 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-sympy: updated to 1.11.1
1.11.1
Changes
utilities
The 1.11 release introduced a regression when using lambdify with the cse=True \
option (introduced in 1.9) resulting in a list being returned for a lambdified \
expression that was not a list. This bug is now fixed in the 1.11.1 release.
1.11.0
Better support for integrating several different types of expressions.
The series expansion has seen several improvements.
The assumption system is now fully deterministic, so it should work in \
multi-threaded environments.
A new and improved Mathematica parser.
|
2022-07-18 14:49:20 by Jonathan Perkin | Files touched by this commit (2) |
Log message:
py-sympa: Remove man entries from ALTERNATIVES.
pkg_alternatives does not support manual pages (it creates its own wrappers
based on the binary names), and including them breaks upgrade rebuilds.
Bump PKGREVISION.
|
2022-06-24 09:27:28 by Thomas Klausner | Files touched by this commit (1) |
Log message:
py-sympy: use PKGMANDIR in ALTERNATIVES file
|
2022-02-15 09:17:04 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
py-sympy: add ALTERNATIVES
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|