summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2019-12-28randlib: update to 1.3nb1.wiz4-8/+9
Consistently disable PIC archives.
2019-12-28math/ruby-spreadsheet: sort PLISTtaca1-2/+2
Sort PLIST.
2019-12-27(math/ruby-spreadsheet) Fix build by updating PLISTmef1-1/+2
2019-12-26math/sc-im: Update distinfo with patchessjmulder1-1/+2
2019-12-25math/sc-im: Patch to build on Solaris-likessjmulder2-2/+19
2019-12-24math/octave: remove unrecognized configure argsdbj1-4/+3
on Darwin, set --enable-link-all-dependencies
2019-12-24math/octave: add missing header for use of exit system calldbj2-1/+16
2019-12-23Fix build of math/xylib on gcc 6 and abovenros2-6/+14
gcc 6 and above inmplicity uses c++14 so use std::shared_ptr.
2019-12-23math/sc-im: Bump for breaking libxlsxwriter changesjmulder1-2/+2
2019-12-22(math/mpfr) Fix build of gcc-4.8,4.9 for NetBSD 9.xmef1-2/+3
Re: http://mail-index.netbsd.org/pkgsrc-users/2019/12/22/msg030057.html
2019-12-21Don't build & install PIC libraries consistently. Bump revision.joerg3-6/+6
2019-12-20Always skip PIC libraries. Bump revisions. Add RCS IDs.joerg4-3/+7
2019-12-19Don't hardcode /usr/bin/gcc.joerg2-3/+12
2019-12-19Don't install PIC libs to avoid different PLISTs depending on thejoerg6-16/+16
NetBSD version.
2019-12-19PYTHON_VERSIONS_ACCEPTED must be set before including the Pythonjoerg1-3/+3
fragments.
2019-12-16math/py-sympy: Update to 1.3minskim3-33/+199
Backwards compatibility breaks and deprecations: * Symbols no longer automatically convert to functions when called, e.g., if f = Symbol('f'), f(t) is now a TypeError. To create a function, use f = Function('f') or f = symbols('f', cls=Function). * .integrate() has been renamed to .compute_expectation() in sympy.stats in order to avoid confusion with the integrals module. * classof() and a2idx() in sympy.matrices.matrices have been deprecated in favor of the same functions in sympy.matrices.common. * The source() function has been deprecated. Use inspect.getsource or ?? in IPython. See the release notes for the full list of changes. https://github.com/sympy/sympy/wiki/release-notes-for-1.3
2019-12-16Drop php71 supporttaca1-2/+2
Drop php71 support mechanically.
2019-12-15Bump PKGREVISION by change of default Ruby versiontaca1-1/+2
Bump PKGREVISION by change of default Ruby version from 2.4.x to 2.6.x. These packages are depends on Ruby in some ways.
2019-12-14(math/p5-Algorithm-Cluste) Updated from 1.57 to 1.59, ChangeLog unknownmef2-9/+7
2019-12-13Revbump all Go packages after Go 1.12.14 update.bsiegert2-4/+4
2019-12-09Use ICONV_CONST from autotools instead of hardcoding OS versionsnros4-35/+31
Use ICONV_CONST instead of hardcoding osversions, this is more portable. Fixes build on SmartOS.
2019-12-06tex-*: add TEXLIVE_UNVERSIONED=yesmarkd12-12/+24
2019-12-04Use BUILDLINK feature to get python3.pcnros1-4/+7
Use BUILDLINK_FNAME_TRANSFORM to get python3.pc instead of using ln -s. While here set incompoatible python versions since it is looking for python 3.
2019-12-04forgot to add libixion/Makefile.commonnros1-0/+26
forgot to add libixion/Makefile.common when adding math/py-libixion.
2019-12-04add math/py-libixion to pkgsrcnros8-20/+72
py-libixion are python bindings for math/libixion.
2019-12-02cantor: add dependency on discountmarkd1-1/+3
2019-12-01math/Makefile: Add py-sklearn-pandasminskim1-1/+2
2019-12-01math/py-sklearn-pandas: Import version 1.8.0minskim4-0/+57
sklearn-pandas provides a bridge between scikit-learn's machine learning methods and pandas-style DataFrames.
2019-11-30math/sc-im: Bump PKGREVISION for breaking libxlsxwriter updatesjmulder1-2/+2
2019-11-29cantor: allow non pymalloc version of the python librarymarkd1-1/+2
2019-11-25math: Add py-arvizminskim1-1/+2
2019-11-25math/py-arviz: Import version 0.5.1minskim4-0/+244
ArviZ (pronounced "AR-vees") is a Python package for exploratory analysis of Bayesian models. Includes functions for posterior analysis, model checking, comparison and diagnostics.
2019-11-24analitza: also needs qt5-qttoolsmarkd1-1/+2
2019-11-23math/bc-gh: Update to 2.3.1gdt2-7/+11
Upstream changes are basically bug fixes, performance improvmeents, and a few new functions.
2019-11-21cantor: fix installation of xdg filesmarkd2-2/+35
2019-11-20kalgebra: update to 19.08.3 qt5/kf5 versionmarkd3-64/+211
2019-11-20cantor: update to 19.08.3 qt5/kf5 versionmarkd3-119/+214
2019-11-20math: remove qalculate-{bases,currency,units}markd1-4/+1
2019-11-20qalculate-{bases,currency,units}: removemarkd19-12345/+0
last release 13 years ago. not part of current qalculate development.
2019-11-20qalculate-gtk: remove old patchesmarkd3-101/+0
2019-11-20qalculate-gtk: update to 3.5.0markd3-75/+53
10 years worth of development.
2019-11-20qalculate: update to 3.5.0markd13-334/+321
10 years worth of development.
2019-11-20qalculate*: change maintainer to pkgsc-users@NetBSD.org OKed adam@markd5-10/+10
2019-11-20analitza: update to 19.08.3 qt5/kf5 versionmarkd4-81/+128
2019-11-17kcalc: update to 19.08.3 qt5/kf5 versionmarkd7-95/+125
2019-11-13py-tables: updated to 3.6.1adam3-8/+12
Changes from 3.6.0 to 3.6.1 Maintenance release to fix packaging issues. No new features or bugfixes. Changes from 3.5.3 to 3.6.0 PyTables 3.6 no longer supports Python 2.7. Improvements - Full python 3.8 support. - On Windows PyTables wheels on PyPI are linked to `pytables_hdf5.dll` instead of `hdf5.dll` to prevent collisions with other packages/wheels that also vendor `hdf5.dll`. This should prevent problems that arise when a different version of a dll is imported that the version to which the program was linked to. This problem is known as "DLL Hell". With the renaming of the HDF5 DLL to `pytables_hdf5.dll` these problems should be solved. Bugfixes - Bugfix for HDF5 files/types with padding. For details see :issue:`734`. - More fixes for python 3.8 compatibility: Replace deprecated time.clock with time.perf_counter - Improvements in tests as well as clean up from dropping Python 2.7 support.
2019-11-13gnumeric: update to 1.12.46.wiz2-9/+8
Gnumeric 1.12.46 Andreas: * Fix format import from ODF. [#403] Jean: * Fix charts size in XLS format. [#414] * Fix loading string from arrays in charts. [#416] * Implement wrapping of rotated text. [#394] Morten: * Fix over-eager guessing of dates in csv. [#401] * Fix Mac build problem. [#402] * Fix inter-process paste crash [#406] * Fix problem saving cell protection to xlsx. [#409] * Look for python3 before python. [#419] * Fix SUMIF (etc) problem with blank criteria. [#423] * Improve editing of percentages. [#413] Thomas Kuehne: * Improve html import. [#392] Shlomi Fish: * Command line export of graphs. [#410]
2019-11-12ruby-spreadsheet: various fixeswiz3-8/+7
regen distinfo for 1.2.5 update, fix binary name in ALTERNATIVES file.
2019-11-09py-uncertainties: updated to 3.1.2adam2-7/+7
3.1.2: Partial NumPy 1.17 fix
2019-11-09py-numexpr: updated to 2.7.0adam2-7/+7
Changes from 2.6.9 to 2.7.0 - The default number of 'safe' threads has been restored to the historical limit of 8, if the environment variable "NUMEXPR_MAX_THREADS" has not been set. - Thanks to @eltoder who fixed a small memory leak. - Support for Python 2.6 has been dropped, as it is no longer available via TravisCI. - A typo in the test suite that had a less than rather than greater than symbol in the NumPy version check has been corrected thanks to dhomeier. - The file `site.cfg` was being accidently included in the sdists on PyPi. It has now been excluded.