Up to [cvs.NetBSD.org] / pkgsrc / math / py-tables
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.14 / (download) - annotate - [select for diffs], Sat Nov 19 09:58:31 2022 UTC (4 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.13: +9 -2
lines
Diff to previous 1.13 (colored)
py-tables: fix build for python 3.11
Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 15 11:27:41 2022 UTC (11 months, 1 week ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
math: Mark some packages incompatible with Python 3.7 due to numpy
Revision 1.12 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:14 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.11: +4 -1
lines
Diff to previous 1.11 (colored)
python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Jan 5 07:05:39 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.10: +7 -7
lines
Diff to previous 1.10 (colored)
py-tables: update to 3.7.0. This is a minor version of PyTables. The main feature added is that compatibility with Python 3.10, numpy 1.21 and HDF5 1.12 has been improved, while support for Python 3.5 has been dropped. The CI infrastructure has been moved to GitHub Actions.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:17 2022 UTC (14 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.9 / (download) - annotate - [select for diffs], Thu Dec 30 13:05:39 2021 UTC (14 months, 3 weeks ago) by adam
Branch: MAIN
Changes since 1.8: +1 -2
lines
Diff to previous 1.8 (colored)
Forget about Python 3.6
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 29 08:42:01 2021 UTC (20 months, 4 weeks ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
py-numpy: "Python version >= 3.7 required."
Revision 1.7 / (download) - annotate - [select for diffs], Mon Oct 12 21:52:04 2020 UTC (2 years, 5 months ago) by bacon
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
math/blas, math/lapack: Install interchangeable BLAS system Install the new interchangeable BLAS system created by Thomas Orgis, currently supporting Netlib BLAS/LAPACK, OpenBLAS, cblas, lapacke, and Apple's Accelerate.framework. This system allows the user to select any BLAS implementation without modifying packages or using package options, by setting PKGSRC_BLAS_TYPES in mk.conf. See mk/blas.buildlink3.mk for details. This commit should not alter behavior of existing packages as the system defaults to Netlib BLAS/LAPACK, which until now has been the only supported implementation. Details: Add new mk/blas.buildlink3.mk for inclusion in dependent packages Install compatible Netlib math/blas and math/lapack packages Update math/blas and math/lapack MAINTAINER approved by adam@ OpenBLAS, cblas, and lapacke will follow in separate commits Update direct dependents to use mk/blas.buildlink3.mk Perform recursive revbump
Revision 1.6 / (download) - annotate - [select for diffs], Thu May 14 19:31:40 2020 UTC (2 years, 10 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.5: +3 -1
lines
Diff to previous 1.5 (colored)
Doesn't support Python 2.7
Revision 1.5 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:40 2020 UTC (3 years, 2 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
all: migrate homepages from http to https pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
Revision 1.4 / (download) - annotate - [select for diffs], Wed Nov 13 20:56:08 2019 UTC (3 years, 4 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
py-tables: updated to 3.6.1 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.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Jun 14 15:13:35 2019 UTC (3 years, 9 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.2: +6 -6
lines
Diff to previous 1.2 (colored)
py-tables: updated to 3.5.2 Changes from 3.5.1 to 3.5.2 - Fixed compatibility with python 3.8: Fixed `Dictonary keys changed during iteration` RuntimeError while moving/renameing a node. Thanks to Christoph Gohlke for reporting and Miro Hroncok for help with building PyTables for python 3.8alpha (cython compatibility). - Fixed a bug in offset calculations producing floats instead of ints affecting python 3.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Mar 20 16:08:06 2019 UTC (4 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.1: +9 -8
lines
Diff to previous 1.1 (colored)
py-tables: updated to 3.5.1 Changes from 3.5.0 to 3.5.1 - Maintenance release to fix how PyPi repo is handling wheel versions. Changes from 3.4.4 to 3.5.0 Improvements - When copying data from native HDF5 files with padding in compound types, the padding is not removed now by default. This allows for better compatibility with existing HDF5 applications that expect the padding to stay there. Also, when the description is a NumPy struct array with padding, this is honored now. The previous behaviour (i.e. getting rid of paddings) can be replicated by passing the new allow_padding parameter when opening a file. For some examples, see the new examples/tables-with-padding.py and examples/attrs-with-padding.py. - Added a new flag --dont-allow-padding in ptrepack utility so as to replicate the previous behaviour of removing padding during file copies. The default is to honor the original padding in copies. - Improve compatibility with numpy 1.16. - Improve detection of the LZO2 library at build time. - Suppress several warnings. - Add AVX2 support for Windows.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jul 4 06:46:49 2018 UTC (4 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
py-tables: (ex py-pytables) updated to 3.4.4 Changes from 3.4.3 to 3.4.4 Improvements Environment variable to control the use of embedded libraries. Include citation in repository. gh-690. Bugs fixed Fixed import error with numexpr 2.6.5.dev0 gh-685. Fixed linter warnings. Fixed for re.split() is version detection. gh-687. Fixed test failures with Python 2.7 and NumPy 1.14.3 gh-688 & gh-689.