diff --git a/python-sympy.spec b/python-sympy.spec index 72f867f5baeefd8de1feae3653a1ee5e95eec2de..c9b2b78d77601484d29742cc9596c934221c91bf 100644 --- a/python-sympy.spec +++ b/python-sympy.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-sympy -Version: 1.13.3 +Version: 1.14.0 Release: 1 Summary: Computer algebra system (CAS) in Python License: BSD and MIT @@ -74,6 +74,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Aug 12 2025 Ge Wang - 1.14.0-1 +- Update package to version 1.14.0 + * Fixed a bug where Mod(1, n) evaluates to 1 - n when n is a positive integer + * Added handling for tan functions of complex numbers in evalf + * Fixed a bug with Float. Formerly, ZeroDivisionError as using python built-in types caused result to be zero in the denominator + * Print the expression when you cannot determine truth value of relational + * Cache assumption canonicalization in SymPy + * Thu Oct 24 2024 Hann - 1.13.3-1 - upgrade to 1.13.3-1 - Handle matrices of zero columns correctly in the Matrix constructor diff --git a/sympy-1.13.3.tar.gz b/sympy-1.14.0.tar.gz similarity index 49% rename from sympy-1.13.3.tar.gz rename to sympy-1.14.0.tar.gz index d0f3e03c770a8d2ab6ec66b45715798e87d590f4..0660fc5c03493879eba5dc8df95476908d5a9082 100644 Binary files a/sympy-1.13.3.tar.gz and b/sympy-1.14.0.tar.gz differ