Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 9ae6cc5967fea7c1f9b217a85103f57c35e39e2f
      
https://github.com/NixOS/nixpkgs/commit/9ae6cc5967fea7c1f9b217a85103f57c35e39e2f
  Author: Andreas Herrmann <[email protected]>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  numexpr: new package, version 2.4

Description from the numexpr project page [1]:
> Numexpr is a fast numerical expression evaluator for NumPy. With it,
> expressions that operate on arrays (like "3*a+4*b") are accelerated and use
> less memory than doing the same calculation in Python.

I am adding it, because it is a dependency of the pytables package.

[1]: https://github.com/pydata/numexpr


  Commit: 4528ebf509663c3aa0f4c4445575653aa1c6ffe6
      
https://github.com/NixOS/nixpkgs/commit/4528ebf509663c3aa0f4c4445575653aa1c6ffe6
  Author: Andreas Herrmann <[email protected]>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M pkgs/tools/misc/hdf5/default.nix

  Log Message:
  -----------
  hdf5: Add zlib as optional dependency

This adds addition compression modes to the hdf5 library.

I am adding this, because pytables depends on it.


  Commit: c24e85f3a5269e7d5d664620f755334b19b64caa
      
https://github.com/NixOS/nixpkgs/commit/c24e85f3a5269e7d5d664620f755334b19b64caa
  Author: Andreas Herrmann <[email protected]>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M pkgs/development/libraries/szip/default.nix

  Log Message:
  -----------
  szip: Fix source hash

The hash code of the downloaded source tar-ball was not identical to the one
specified in the nix-expression. This commit fixes that problem.


  Commit: d1f7bc7bcfd2a0a48d22c98c5c626231291c5ea4
      
https://github.com/NixOS/nixpkgs/commit/d1f7bc7bcfd2a0a48d22c98c5c626231291c5ea4
  Author: Andreas Herrmann <[email protected]>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M pkgs/tools/misc/hdf5/default.nix

  Log Message:
  -----------
  hdf5: Add szip as an optional dependency

This adds additional compression modes to hdf5.

Note: The szip license may not be compatible with everyone's use case. Hence,
it is an optional dependency.


  Commit: 5a960436373a44e25d08ad709ef604fc93b8bf2f
      
https://github.com/NixOS/nixpkgs/commit/5a960436373a44e25d08ad709ef604fc93b8bf2f
  Author: Andreas Herrmann <[email protected]>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M pkgs/tools/misc/hdf5/default.nix

  Log Message:
  -----------
  hdf5: Update to 1.8.13


  Commit: 52762ed4163b7eeba076b3393991b19f36798c65
      
https://github.com/NixOS/nixpkgs/commit/52762ed4163b7eeba076b3393991b19f36798c65
  Author: Andreas Herrmann <[email protected]>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    A pkgs/development/python-modules/tables/default.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  tables: add new package, version 3.1.1

>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


  Commit: 5a32b6b4ef99d212b8959987a63ea53d3b2b3cf5
      
https://github.com/NixOS/nixpkgs/commit/5a32b6b4ef99d212b8959987a63ea53d3b2b3cf5
  Author: Andreas Herrmann <[email protected]>
  Date:   2014-06-22 (Sun, 22 Jun 2014)

  Changed paths:
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  pandas: Update to 0.14.0


  Commit: ba654b93681dcdaa9ec5e5c171ffb4b8d91dbb88
      
https://github.com/NixOS/nixpkgs/commit/ba654b93681dcdaa9ec5e5c171ffb4b8d91dbb88
  Author: Florian Friesdorf <[email protected]>
  Date:   2014-06-23 (Mon, 23 Jun 2014)

  Changed paths:
    M pkgs/development/libraries/szip/default.nix
    A pkgs/development/python-modules/tables/default.nix
    M pkgs/tools/misc/hdf5/default.nix
    M pkgs/top-level/python-packages.nix

  Log Message:
  -----------
  Merge pull request #3056 from aherrmann/pr_tables

Python module tables


Compare: https://github.com/NixOS/nixpkgs/compare/0e54b7980aee...ba654b93681d
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to