summary refs log tree commit diff
path: root/pkgs/development/python-modules/tables
Commit message (Collapse)AuthorAge
* Python: many package updatesFrederik Rietdijk2017-05-27
| | | | Did not test all packages. Likely we'll have some breakage.
* Python: add pname attributes to librariesFrederik Rietdijk2017-05-27
| | | | so that we can use the update script.
* pytables: Fix build on darwin by using external c-bloscJosef Kemetmueller2017-05-06
| | | | | | Using the pytables internal c-blosc lead to a compilation error on darwin, as the installer uses cpuinfo.get_cpu_info(), which (unexpectedly for pytables) returns None in the current darwin-python.
* pytables: 3.2.2 -> 3.3.0Tom Hunger2017-03-15
|
* treewide: Make explicit that 'dev' output of bzip2 is usedTuomas Tynkkynen2016-05-19
|
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* buildPythonPackage: get rid of setupPyInstallFlags since there is no such thingDomen Kožar2015-11-21
|
* python tables: 3.1.1 -> 3.2.2Frederik Rietdijk2015-10-22
|
* tables: Define licenseAndreas Herrmann2014-07-05
|
* tables: add new package, version 3.1.1Andreas Herrmann2014-06-22
From the project page [1]: > PyTables is a package for managing hierarchical datasets and designed to > efficiently and easily cope with extremely large amounts of data. It offers read/write access to hdf5 archives through a hierarchical interface. I am adding it, because pandas depends on tables for hdf5 read/write functionality. Note: The name is a bit of an issue. The project is called pytables, whereas the python module is simply called tables. I chose to name the nix-expression tables for consistency with the source-tarball and the module name. [1]: http://www.pytables.org/moin