Coder Social home page Coder Social logo

dynd-python's Introduction

DyND-Python

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.6, 2.7, and 3.3 are supported.

https://github.com/ContinuumIO/libdynd

https://github.com/ContinuumIO/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.

dynd-python's People

Contributors

asmeurer avatar aterrel avatar cpcloud avatar garaud avatar ilanschnell avatar izaid avatar mwiebe avatar talumbau avatar teoliphant avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.