request for packaging: numba (numpy-aware LLVM-based python compiler)

2013-03-15 Thread Sylwester Arabas

Dear Debian Python Team,

Could you please add (if not yet there) Numba to the Debian Python 
packaging TODO. Numba is a NumPy-aware LLVM-based python compiler.


Website: http://numba.pydata.org/
Repository: https://github.com/numba/numba
Documentation: http://numba.pydata.org/numba-doc/0.7/
Most recent stable version: 0.7 / Feb 2013 (0.1 was release in Aug 2012)
License: BSD

Thanks,
Sylwester

--
http://www.igf.fuw.edu.pl/~slayoo/


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/5142eeaa.2060...@igf.fuw.edu.pl



RFP: Python GDL module - Python / GNU Data Language bridge

2014-06-15 Thread Sylwester Arabas

Package: gnudatalanguage
Severity: wishlist

Dear All,

Currently Debian offers a package with a standalone version of GDL - GNU 
Data Language (GDL is an open-source implementation of the IDL - 
Interactive Data Language interpreter).


It is also possible to build GDL as a Python module. The module allows 
to call GDL (and hence IDL or PV-WAVE) routines from Python. The module 
is based on NumPy. An example use case is plotting data stored in NumPy 
containers using GDL plotting routines, e.g.:


$ python
>>> import numpy
>>> import GDL
>>> a = numpy.ndarray(10)
>>> GDL.pro("plot", a)

Currently, AFAIK, Fedora is the only distribution shipping packaged GDL 
Python module. It would be great to have it in Debian as well!


Probably, separating the "share" data from the GDL Debian package into a 
-common type module would make sense then as well, as these files are 
equally useful with the Python module as well as with standalone GDL.


Thanks for help,
Sylwester

--
http://www.igf.fuw.edu.pl/~slayoo/


--
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/539e0cc2.3040...@igf.fuw.edu.pl