Automatic conversion of the NetBSD pkgsrc CVS module, use with care
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 |
||
---|---|---|
archivers | ||
audio | ||
benchmarks | ||
biology | ||
bootstrap | ||
cad | ||
chat | ||
comms | ||
converters | ||
cross | ||
databases | ||
devel | ||
distfiles | ||
doc | ||
editors | ||
emulators | ||
filesystems | ||
finance | ||
fonts | ||
games | ||
geography | ||
graphics | ||
ham | ||
inputmethod | ||
lang | ||
licenses | ||
math | ||
mbone | ||
meta-pkgs | ||
misc | ||
mk | ||
multimedia | ||
net | ||
news | ||
packages | ||
parallel | ||
pkgtools | ||
regress | ||
security | ||
shells | ||
sysutils | ||
templates | ||
textproc | ||
time | ||
wm | ||
www | ||
x11 | ||
Makefile | ||
pkglocate | ||
README |
$NetBSD: README,v 1.19 2017/03/02 09:51:35 maya Exp $ pkgsrc is a framework for building software on UNIX-like systems. To use, bootstrap using: % cd pkgsrc/bootstrap/ % ./bootstrap build packages, use: % cd pkgsrc/category/package-name % $PREFIX/bin/bmake install Where $PREFIX is where you've chosen to install packages (typically /usr/pkg) Bugs and patches can be filed in the follow link (use category 'pkg'): https://www.netbsd.org/cgi-bin/sendpr.cgi?gndb=netbsd To fetch the main CVS repository: % cvs -d anoncvs@anoncvs.NetBSD.org:/cvsroot checkout -P pkgsrc It's also possible to contribute through pkgsrc wip (work in progress), for more information, see http://pkgsrc.org/wip/users/ Please see doc/pkgsrc.txt for information.