pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/py-sympy Update py-sympy to 1.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/435179093fb2
branches: trunk
changeset: 383000:435179093fb2
user: prlw1 <prlw1%pkgsrc.org@localhost>
date: Thu Jul 19 20:15:36 2018 +0000
description:
Update py-sympy to 1.2
Highlights
There are many changes in 1.2 (see below). Some of the highlights are
* Python 3.3 is no longer supported. If you require Python 3.3
support, use SymPy 1.1.1. See our [518]policy on dropping support
for major Python versions.
* Experimental LaTeX parsing with sympy.parsing.latex.parse_latex()
has been added, based on the latex2sympy project. This requires
antlr-python-runtime to be installed. [519]#13706
* The vector module has been improved to support orthogonal
curvilinear coordinate systems ([520]Szymon Mieszczak's GSoC
project)
* New module sympy.integrals.intpoly for integrating uni/bivariate
polynomials over 2-polytopes. ([521]Arif Ahmed's GSoC project)
* Improvements to the code generation module. ([522]Bj?rn Dahlgren's
GSoC project)
* Improvements to the group theory module. See below for more
information. ([523]Valeriia Gladkova's GSoC project)
* New module sympy.discrete for operating on discrete sequences.
polynomials over 2-polytopes. ([521]Arif Ahmed's GSoC project)
* Improvements to the code generation module. ([522]Bj?rn Dahlgren's
GSoC project)
* Improvements to the group theory module. See below for more
information. ([523]Valeriia Gladkova's GSoC project)
* New module sympy.discrete for operating on discrete sequences.
([524]Sidhant Nagpal's GSoC project)
Complete release notes at:
https://github.com/sympy/sympy/wiki/release-notes-for-1.2
diffstat:
math/py-sympy/Makefile | 4 +-
math/py-sympy/PLIST | 397 +++++++++++++++++++++++++++++++++++++++++++++++-
math/py-sympy/distinfo | 10 +-
3 files changed, 388 insertions(+), 23 deletions(-)
diffs (truncated from 731 to 300 lines):
diff -r 5ea57c76f89d -r 435179093fb2 math/py-sympy/Makefile
--- a/math/py-sympy/Makefile Thu Jul 19 17:58:57 2018 +0000
+++ b/math/py-sympy/Makefile Thu Jul 19 20:15:36 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/09/17 11:53:47 adam Exp $
+# $NetBSD: Makefile,v 1.20 2018/07/19 20:15:36 prlw1 Exp $
-DISTNAME= sympy-1.1.1
+DISTNAME= sympy-1.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_PYPI:=s/sympy/}
diff -r 5ea57c76f89d -r 435179093fb2 math/py-sympy/PLIST
--- a/math/py-sympy/PLIST Thu Jul 19 17:58:57 2018 +0000
+++ b/math/py-sympy/PLIST Thu Jul 19 20:15:36 2018 +0000
@@ -1,17 +1,30 @@
-@comment $NetBSD: PLIST,v 1.14 2017/09/17 11:53:47 adam Exp $
+@comment $NetBSD: PLIST,v 1.15 2018/07/19 20:15:36 prlw1 Exp $
bin/isympy${PYVERSSUFFIX}
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/isympy.py
+${PYSITELIB}/isympy.pyc
+${PYSITELIB}/isympy.pyo
${PYSITELIB}/sympy/__init__.py
${PYSITELIB}/sympy/__init__.pyc
${PYSITELIB}/sympy/__init__.pyo
${PYSITELIB}/sympy/abc.py
${PYSITELIB}/sympy/abc.pyc
${PYSITELIB}/sympy/abc.pyo
+${PYSITELIB}/sympy/algebras/__init__.py
+${PYSITELIB}/sympy/algebras/__init__.pyc
+${PYSITELIB}/sympy/algebras/__init__.pyo
+${PYSITELIB}/sympy/algebras/quaternion.py
+${PYSITELIB}/sympy/algebras/quaternion.pyc
+${PYSITELIB}/sympy/algebras/quaternion.pyo
+${PYSITELIB}/sympy/algebras/tests/test_quaternion.py
+${PYSITELIB}/sympy/algebras/tests/test_quaternion.pyc
+${PYSITELIB}/sympy/algebras/tests/test_quaternion.pyo
${PYSITELIB}/sympy/assumptions/__init__.py
${PYSITELIB}/sympy/assumptions/__init__.pyc
${PYSITELIB}/sympy/assumptions/__init__.pyo
@@ -141,27 +154,72 @@
${PYSITELIB}/sympy/codegen/__init__.py
${PYSITELIB}/sympy/codegen/__init__.pyc
${PYSITELIB}/sympy/codegen/__init__.pyo
+${PYSITELIB}/sympy/codegen/algorithms.py
+${PYSITELIB}/sympy/codegen/algorithms.pyc
+${PYSITELIB}/sympy/codegen/algorithms.pyo
+${PYSITELIB}/sympy/codegen/approximations.py
+${PYSITELIB}/sympy/codegen/approximations.pyc
+${PYSITELIB}/sympy/codegen/approximations.pyo
${PYSITELIB}/sympy/codegen/ast.py
${PYSITELIB}/sympy/codegen/ast.pyc
${PYSITELIB}/sympy/codegen/ast.pyo
${PYSITELIB}/sympy/codegen/cfunctions.py
${PYSITELIB}/sympy/codegen/cfunctions.pyc
${PYSITELIB}/sympy/codegen/cfunctions.pyo
-${PYSITELIB}/sympy/codegen/ffunctions.py
-${PYSITELIB}/sympy/codegen/ffunctions.pyc
-${PYSITELIB}/sympy/codegen/ffunctions.pyo
+${PYSITELIB}/sympy/codegen/cnodes.py
+${PYSITELIB}/sympy/codegen/cnodes.pyc
+${PYSITELIB}/sympy/codegen/cnodes.pyo
+${PYSITELIB}/sympy/codegen/cutils.py
+${PYSITELIB}/sympy/codegen/cutils.pyc
+${PYSITELIB}/sympy/codegen/cutils.pyo
+${PYSITELIB}/sympy/codegen/cxxnodes.py
+${PYSITELIB}/sympy/codegen/cxxnodes.pyc
+${PYSITELIB}/sympy/codegen/cxxnodes.pyo
+${PYSITELIB}/sympy/codegen/fnodes.py
+${PYSITELIB}/sympy/codegen/fnodes.pyc
+${PYSITELIB}/sympy/codegen/fnodes.pyo
+${PYSITELIB}/sympy/codegen/futils.py
+${PYSITELIB}/sympy/codegen/futils.pyc
+${PYSITELIB}/sympy/codegen/futils.pyo
+${PYSITELIB}/sympy/codegen/pyutils.py
+${PYSITELIB}/sympy/codegen/pyutils.pyc
+${PYSITELIB}/sympy/codegen/pyutils.pyo
+${PYSITELIB}/sympy/codegen/rewriting.py
+${PYSITELIB}/sympy/codegen/rewriting.pyc
+${PYSITELIB}/sympy/codegen/rewriting.pyo
+${PYSITELIB}/sympy/codegen/tests/test_algorithms.py
+${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyc
+${PYSITELIB}/sympy/codegen/tests/test_algorithms.pyo
+${PYSITELIB}/sympy/codegen/tests/test_applications.py
+${PYSITELIB}/sympy/codegen/tests/test_applications.pyc
+${PYSITELIB}/sympy/codegen/tests/test_applications.pyo
+${PYSITELIB}/sympy/codegen/tests/test_approximations.py
+${PYSITELIB}/sympy/codegen/tests/test_approximations.pyc
+${PYSITELIB}/sympy/codegen/tests/test_approximations.pyo
${PYSITELIB}/sympy/codegen/tests/test_ast.py
${PYSITELIB}/sympy/codegen/tests/test_ast.pyc
${PYSITELIB}/sympy/codegen/tests/test_ast.pyo
${PYSITELIB}/sympy/codegen/tests/test_cfunctions.py
${PYSITELIB}/sympy/codegen/tests/test_cfunctions.pyc
${PYSITELIB}/sympy/codegen/tests/test_cfunctions.pyo
-${PYSITELIB}/sympy/codegen/tests/test_ffunctions.py
-${PYSITELIB}/sympy/codegen/tests/test_ffunctions.pyc
-${PYSITELIB}/sympy/codegen/tests/test_ffunctions.pyo
+${PYSITELIB}/sympy/codegen/tests/test_cnodes.py
+${PYSITELIB}/sympy/codegen/tests/test_cnodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_cnodes.pyo
+${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.py
+${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_cxxnodes.pyo
+${PYSITELIB}/sympy/codegen/tests/test_fnodes.py
+${PYSITELIB}/sympy/codegen/tests/test_fnodes.pyc
+${PYSITELIB}/sympy/codegen/tests/test_fnodes.pyo
+${PYSITELIB}/sympy/codegen/tests/test_rewriting.py
+${PYSITELIB}/sympy/codegen/tests/test_rewriting.pyc
+${PYSITELIB}/sympy/codegen/tests/test_rewriting.pyo
${PYSITELIB}/sympy/combinatorics/__init__.py
${PYSITELIB}/sympy/combinatorics/__init__.pyc
${PYSITELIB}/sympy/combinatorics/__init__.pyo
+${PYSITELIB}/sympy/combinatorics/coset_table.py
+${PYSITELIB}/sympy/combinatorics/coset_table.pyc
+${PYSITELIB}/sympy/combinatorics/coset_table.pyo
${PYSITELIB}/sympy/combinatorics/fp_groups.py
${PYSITELIB}/sympy/combinatorics/fp_groups.pyc
${PYSITELIB}/sympy/combinatorics/fp_groups.pyo
@@ -177,6 +235,9 @@
${PYSITELIB}/sympy/combinatorics/group_constructs.py
${PYSITELIB}/sympy/combinatorics/group_constructs.pyc
${PYSITELIB}/sympy/combinatorics/group_constructs.pyo
+${PYSITELIB}/sympy/combinatorics/homomorphisms.py
+${PYSITELIB}/sympy/combinatorics/homomorphisms.pyc
+${PYSITELIB}/sympy/combinatorics/homomorphisms.pyo
${PYSITELIB}/sympy/combinatorics/named_groups.py
${PYSITELIB}/sympy/combinatorics/named_groups.pyc
${PYSITELIB}/sympy/combinatorics/named_groups.pyo
@@ -195,6 +256,9 @@
${PYSITELIB}/sympy/combinatorics/prufer.py
${PYSITELIB}/sympy/combinatorics/prufer.pyc
${PYSITELIB}/sympy/combinatorics/prufer.pyo
+${PYSITELIB}/sympy/combinatorics/rewritingsystem.py
+${PYSITELIB}/sympy/combinatorics/rewritingsystem.pyc
+${PYSITELIB}/sympy/combinatorics/rewritingsystem.pyo
${PYSITELIB}/sympy/combinatorics/subsets.py
${PYSITELIB}/sympy/combinatorics/subsets.pyc
${PYSITELIB}/sympy/combinatorics/subsets.pyo
@@ -204,6 +268,9 @@
${PYSITELIB}/sympy/combinatorics/tests/__init__.py
${PYSITELIB}/sympy/combinatorics/tests/__init__.pyc
${PYSITELIB}/sympy/combinatorics/tests/__init__.pyo
+${PYSITELIB}/sympy/combinatorics/tests/test_coset_table.py
+${PYSITELIB}/sympy/combinatorics/tests/test_coset_table.pyc
+${PYSITELIB}/sympy/combinatorics/tests/test_coset_table.pyo
${PYSITELIB}/sympy/combinatorics/tests/test_fp_groups.py
${PYSITELIB}/sympy/combinatorics/tests/test_fp_groups.pyc
${PYSITELIB}/sympy/combinatorics/tests/test_fp_groups.pyo
@@ -219,6 +286,9 @@
${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.py
${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.pyc
${PYSITELIB}/sympy/combinatorics/tests/test_group_constructs.pyo
+${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.py
+${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.pyc
+${PYSITELIB}/sympy/combinatorics/tests/test_homomorphisms.pyo
${PYSITELIB}/sympy/combinatorics/tests/test_named_groups.py
${PYSITELIB}/sympy/combinatorics/tests/test_named_groups.pyc
${PYSITELIB}/sympy/combinatorics/tests/test_named_groups.pyo
@@ -237,6 +307,9 @@
${PYSITELIB}/sympy/combinatorics/tests/test_prufer.py
${PYSITELIB}/sympy/combinatorics/tests/test_prufer.pyc
${PYSITELIB}/sympy/combinatorics/tests/test_prufer.pyo
+${PYSITELIB}/sympy/combinatorics/tests/test_rewriting.py
+${PYSITELIB}/sympy/combinatorics/tests/test_rewriting.pyc
+${PYSITELIB}/sympy/combinatorics/tests/test_rewriting.pyo
${PYSITELIB}/sympy/combinatorics/tests/test_subsets.py
${PYSITELIB}/sympy/combinatorics/tests/test_subsets.pyc
${PYSITELIB}/sympy/combinatorics/tests/test_subsets.pyo
@@ -453,9 +526,6 @@
${PYSITELIB}/sympy/core/tests/test_eval.py
${PYSITELIB}/sympy/core/tests/test_eval.pyc
${PYSITELIB}/sympy/core/tests/test_eval.pyo
-${PYSITELIB}/sympy/core/tests/test_eval_power.py
-${PYSITELIB}/sympy/core/tests/test_eval_power.pyc
-${PYSITELIB}/sympy/core/tests/test_eval_power.pyo
${PYSITELIB}/sympy/core/tests/test_evalf.py
${PYSITELIB}/sympy/core/tests/test_evalf.pyc
${PYSITELIB}/sympy/core/tests/test_evalf.pyo
@@ -492,6 +562,9 @@
${PYSITELIB}/sympy/core/tests/test_operations.py
${PYSITELIB}/sympy/core/tests/test_operations.pyc
${PYSITELIB}/sympy/core/tests/test_operations.pyo
+${PYSITELIB}/sympy/core/tests/test_power.py
+${PYSITELIB}/sympy/core/tests/test_power.pyc
+${PYSITELIB}/sympy/core/tests/test_power.pyo
${PYSITELIB}/sympy/core/tests/test_priority.py
${PYSITELIB}/sympy/core/tests/test_priority.pyc
${PYSITELIB}/sympy/core/tests/test_priority.pyo
@@ -501,6 +574,9 @@
${PYSITELIB}/sympy/core/tests/test_rules.py
${PYSITELIB}/sympy/core/tests/test_rules.pyc
${PYSITELIB}/sympy/core/tests/test_rules.pyo
+${PYSITELIB}/sympy/core/tests/test_singleton.py
+${PYSITELIB}/sympy/core/tests/test_singleton.pyc
+${PYSITELIB}/sympy/core/tests/test_singleton.pyo
${PYSITELIB}/sympy/core/tests/test_subs.py
${PYSITELIB}/sympy/core/tests/test_subs.pyc
${PYSITELIB}/sympy/core/tests/test_subs.pyo
@@ -519,9 +595,6 @@
${PYSITELIB}/sympy/core/tests/test_var.py
${PYSITELIB}/sympy/core/tests/test_var.pyc
${PYSITELIB}/sympy/core/tests/test_var.pyo
-${PYSITELIB}/sympy/core/tests/test_wester.py
-${PYSITELIB}/sympy/core/tests/test_wester.pyc
-${PYSITELIB}/sympy/core/tests/test_wester.pyo
${PYSITELIB}/sympy/core/trace.py
${PYSITELIB}/sympy/core/trace.pyc
${PYSITELIB}/sympy/core/trace.pyo
@@ -573,6 +646,30 @@
${PYSITELIB}/sympy/diffgeom/tests/test_hyperbolic_space.py
${PYSITELIB}/sympy/diffgeom/tests/test_hyperbolic_space.pyc
${PYSITELIB}/sympy/diffgeom/tests/test_hyperbolic_space.pyo
+${PYSITELIB}/sympy/discrete/__init__.py
+${PYSITELIB}/sympy/discrete/__init__.pyc
+${PYSITELIB}/sympy/discrete/__init__.pyo
+${PYSITELIB}/sympy/discrete/convolution.py
+${PYSITELIB}/sympy/discrete/convolution.pyc
+${PYSITELIB}/sympy/discrete/convolution.pyo
+${PYSITELIB}/sympy/discrete/recurrence.py
+${PYSITELIB}/sympy/discrete/recurrence.pyc
+${PYSITELIB}/sympy/discrete/recurrence.pyo
+${PYSITELIB}/sympy/discrete/tests/__init__.py
+${PYSITELIB}/sympy/discrete/tests/__init__.pyc
+${PYSITELIB}/sympy/discrete/tests/__init__.pyo
+${PYSITELIB}/sympy/discrete/tests/test_convolution.py
+${PYSITELIB}/sympy/discrete/tests/test_convolution.pyc
+${PYSITELIB}/sympy/discrete/tests/test_convolution.pyo
+${PYSITELIB}/sympy/discrete/tests/test_recurrence.py
+${PYSITELIB}/sympy/discrete/tests/test_recurrence.pyc
+${PYSITELIB}/sympy/discrete/tests/test_recurrence.pyo
+${PYSITELIB}/sympy/discrete/tests/test_transforms.py
+${PYSITELIB}/sympy/discrete/tests/test_transforms.pyc
+${PYSITELIB}/sympy/discrete/tests/test_transforms.pyo
+${PYSITELIB}/sympy/discrete/transforms.py
+${PYSITELIB}/sympy/discrete/transforms.pyc
+${PYSITELIB}/sympy/discrete/transforms.pyo
${PYSITELIB}/sympy/external/__init__.py
${PYSITELIB}/sympy/external/__init__.pyc
${PYSITELIB}/sympy/external/__init__.pyo
@@ -888,6 +985,9 @@
${PYSITELIB}/sympy/integrals/integrals.py
${PYSITELIB}/sympy/integrals/integrals.pyc
${PYSITELIB}/sympy/integrals/integrals.pyo
+${PYSITELIB}/sympy/integrals/intpoly.py
+${PYSITELIB}/sympy/integrals/intpoly.pyc
+${PYSITELIB}/sympy/integrals/intpoly.pyo
${PYSITELIB}/sympy/integrals/manualintegrate.py
${PYSITELIB}/sympy/integrals/manualintegrate.pyc
${PYSITELIB}/sympy/integrals/manualintegrate.pyo
@@ -912,6 +1012,103 @@
${PYSITELIB}/sympy/integrals/risch.py
${PYSITELIB}/sympy/integrals/risch.pyc
${PYSITELIB}/sympy/integrals/risch.pyo
+${PYSITELIB}/sympy/integrals/rubi/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/parsetools/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/parsetools/header.py.txt
+${PYSITELIB}/sympy/integrals/rubi/parsetools/parse.py
+${PYSITELIB}/sympy/integrals/rubi/parsetools/parse.pyc
+${PYSITELIB}/sympy/integrals/rubi/parsetools/parse.pyo
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/test_parse.py
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/test_parse.pyc
+${PYSITELIB}/sympy/integrals/rubi/parsetools/tests/test_parse.pyo
+${PYSITELIB}/sympy/integrals/rubi/rubi.py
+${PYSITELIB}/sympy/integrals/rubi/rubi.pyc
+${PYSITELIB}/sympy/integrals/rubi/rubi.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/__init__.py
+${PYSITELIB}/sympy/integrals/rubi/rules/__init__.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/__init__.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/binomial_products.py
+${PYSITELIB}/sympy/integrals/rubi/rules/binomial_products.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/binomial_products.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/exponential.py
+${PYSITELIB}/sympy/integrals/rubi/rules/exponential.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/exponential.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/hyperbolic.py
+${PYSITELIB}/sympy/integrals/rubi/rules/hyperbolic.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/hyperbolic.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/integrand_simplification.py
+${PYSITELIB}/sympy/integrals/rubi/rules/integrand_simplification.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/integrand_simplification.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_hyperbolic.py
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_hyperbolic.pyc
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_hyperbolic.pyo
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_trig.py
+${PYSITELIB}/sympy/integrals/rubi/rules/inverse_trig.pyc
Home |
Main Index |
Thread Index |
Old Index