File not found: sympy_printing_ccode.patch

Python library for symbolic mathematics

Edit Package python-sympy

SymPy 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 and does not require any external libraries.

Refresh
Refresh
Source Files
Filename Size Changed
python-sympy-rpmlintrc 0000000094 94 Bytes
python-sympy.changes 0000094979 92.8 KB
python-sympy.spec 0000004047 3.95 KB
sympy-1.12.1.tar.gz 0006722359 6.41 MB
Latest Revision
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1183920 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 32)
- update to 1.12.1:
  * improved compatibility with NumPy 2.0 and CPython 3.12

  * https://github.com/sympy/sympy/wiki/release-notes-for-1.12
  * There was a regression in 1.7 that meant that __slots__
    would not work correctly for Basic instances and they
    would end up having __dict__. This also made it possible
    to set arbitrary attributes on Basic instances such as
    symbols which breaks immutability. This was fixed in
    1.7.1 to ensure that Basic instances do not have
    __dict__ and it is not possible to set attributes on
  * Fixed lazy iteration of series with expr.series(x,
     n=None) which was broken in the 1.7 release. (#20589 by
     @oscarbenjamin and @sachin-4099)
  * Updated documentation for sympy.stats.sample for seed
  * sympy.stats.sample now has an optional seed argument.
  * Random failures with sympy.stats.sample have now been
  * Modules and names that were accidentally importable from
    sympy are no longer importable. In sympy 1.6 importing and
    using these names would give a deprecation warning. In
    sympy 1.7 these names are removed. As an example from
    sympy import add would need to be from sympy.core import
    add or import sympy.core.add as add. (#19554 by
  * DEPRECATION: Using non-Expr args in Add, Mul or Pow is
  * Manifold.patches attribute is deprecated. (#19368 by
  * Patch.coord_systems attribute is deprecated. (#19368 by
  * Class signature names of CoordSystem is deprecated.
    CoordinateSymbol class and CoordSystem.symbols attribute are
  * CoordSystem.transforms, CoordSystem.connect_to, and
    CoordSystem.coord_tuple_transform_to are deprecated. Class
Comments 0
openSUSE Build Service is sponsored by