Age | Commit message (Collapse) | Author | Files | Lines |
|
Consistently disable PIC archives.
|
|
Sort PLIST.
|
|
|
|
|
|
|
|
on Darwin, set --enable-link-all-dependencies
|
|
|
|
gcc 6 and above inmplicity uses c++14 so use std::shared_ptr.
|
|
|
|
Re: http://mail-index.netbsd.org/pkgsrc-users/2019/12/22/msg030057.html
|
|
|
|
|
|
|
|
NetBSD version.
|
|
fragments.
|
|
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
|
|
Drop php71 support mechanically.
|
|
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.
|
|
|
|
|
|
Use ICONV_CONST instead of hardcoding osversions, this is more portable.
Fixes build on SmartOS.
|
|
|
|
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.
|
|
forgot to add libixion/Makefile.common when adding math/py-libixion.
|
|
py-libixion are python bindings for math/libixion.
|
|
|
|
|
|
sklearn-pandas provides a bridge between scikit-learn's machine
learning methods and pandas-style DataFrames.
|
|
|
|
|
|
|
|
ArviZ (pronounced "AR-vees") is a Python package for exploratory
analysis of Bayesian models. Includes functions for posterior
analysis, model checking, comparison and diagnostics.
|
|
|
|
Upstream changes are basically bug fixes, performance improvmeents,
and a few new functions.
|
|
|
|
|
|
|
|
|
|
last release 13 years ago. not part of current qalculate development.
|
|
|
|
10 years worth of development.
|
|
10 years worth of development.
|
|
|
|
|
|
|
|
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.
|
|
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]
|
|
regen distinfo for 1.2.5 update, fix binary name in ALTERNATIVES file.
|
|
3.1.2:
Partial NumPy 1.17 fix
|
|
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.
|