The package was used for actual work with much reshaping and netCDF I/O. A number of bugs were fixed on the way.
Still pending or subject to change:
- make a decision concerning multi-indexing with arrays: matlab-like or numpy-like ?
==> for now, default to matlab-like indexing where arrays extract sub-arrays with same dimensionality, instead of broadcasting all indices to same-length arrays and sample a 1-D array
THIS MAY CHANGE !
- default axis for transformation: for now None (average over all dimensions). Could default to axis=0 like pandas. To be discussed.