pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/py-dimarray



Module name:    wip
Committed by:   jihbed
Date:           Tue Jul 22 18:42:18 UTC 2014

Added Files:
        wip/py-dimarray: DESCR Makefile PLIST distinfo

Log Message:
Import py27-dimarray-0.1.8 as wip/py-dimarray.

dimarray is a package to handle numpy arrays with labelled dimensions and axes
Inspired from pandas, it includes advanced alignment and reshaping features
and as well as missing-value (NaN) handling.

The main difference with pandas is that it is generalized to N dimensions, and
behaves more closely to a numpy array. The axes do not have fixed names
('index', 'columns', etc...) but are given a meaningful name by the user
(e.g. 'time', 'items', 'lon' ...). This is especially useful for high
dimensional problems such as sensitivity analyses.

A natural I/O format for such an array is netCDF, common in geophysics,
which relies on the netCDF4 package, and supports metadata.CVS: 
----------------------------------------------------------------------

To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/py-dimarray/DESCR wip/py-dimarray/Makefile \
    wip/py-dimarray/PLIST wip/py-dimarray/distinfo

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-dimarray/DESCR?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-dimarray/Makefile?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-dimarray/PLIST?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/py-dimarray/distinfo?r1=0&r2=1.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index