wadetb / Sublime-Text-Advanced-CSV

Efficiently format, edit, arrange, and evaluate cells in CSV files
172 stars 14 forks source link

Embed NumPy package #5

Closed wadetb closed 9 years ago

wadetb commented 10 years ago

It's really hard to install the NumPy packages on some systems, and makes getting started with expressions quite difficult.

Figure out how to embed NumPy, including its platform specific shared objects, into the package for each platform.

wadetb commented 10 years ago

Alternately could provide a NumPy-like "light" calculator when NumPy is unavailable. Biggest task would probably be emulating the NumPy slice syntax.

wadetb commented 9 years ago

This is done via tinyndarray.

aziz commented 8 years ago

numpy is now available on package control and you can set it as a dependency.

https://packagecontrol.io/docs/dependencies https://github.com/wbond/package_control_channel/blob/master/repository/dependencies.json#L237