Skip to content

mdboom/dynd-python

 
 

Repository files navigation

DyND-Python

TravisCI: Build Status AppVeyor: Build Status

DyND-Python, a component of the Blaze project, is the Python exposure of the DyND dynamic multi-dimensional array library.

To discuss the development of this library, subscribe to the LibDyND Development List.

Python versions 2.7, 3.4 and 3.5 are supported.

http://libdynd.org

https://github.com/libdynd/libdynd

https://github.com/libdynd/dynd-python

Trying Out DyND

The easiest way to try it out is through the Anaconda Python distribution. The latest release of Anaconda includes a version of DyND.

http://continuum.io/downloads

For trying the latest updates, there is also an automated build configured which tracks the latest git master. When all the tests pass, it uploads conda packages to the binstar channel "mwiebe". To get these versions, you can either use a .condarc file which includes "https://conda.binstar.org/mwiebe" in its channels list, or run the following command.

conda install -c https://conda.binstar.org/mwiebe dynd-python

On windows, the .condarc file goes in the %USERPROFILE% directory. Here's an example .condarc file which includes the channel:

channels:
  - https://conda.binstar.org/mwiebe
  - http://repo.continuum.io/pkgs/free
  - http://repo.continuum.io/pkgs/pro
  - http://repo.continuum.io/pkgs/gpl

It may work best to install DyND into an environment instead of the main Anaconda directory. You can do this with a command like:

C:\>conda create -n dynd-env python=3.3 dynd-python numpy scipy ipython

Developing DyND

See the build and install instructions for details on building the software for environments not supported by Anaconda, or if you would like to modify or contribute to the project.

About

Python exposure of dynd

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 54.2%
  • Python 38.7%
  • CMake 5.5%
  • Shell 0.9%
  • Batchfile 0.6%
  • Ruby 0.1%