


VERSION 0.7.6: sub revision - zo nov 24 19:15:35 CET 2013

- Adding data analysis procedure steinalp() from Stein and Alpert (1993), Factor Seperation in Numerical Simulations (JAS). (example will follow)
- make it installable with pypi-install

VERSION 0.7.5: sub revision - zo nov 17 09:19:26 CET 2013

Add gliding average function

VERSION 0.7.2: sub revision - zo nov 10 15:14:21 CET 2013

Adding INSTALL file
adding files related for building packages


VERSION 0.7.1: sub revision - ma feb 11 19:54:05 CET 2013

bugfix tsfill: don't look for input timesteps beyond the input timeseries


VERSION 0.7.0: minor revision - di jan 22 04:14:12 CET 2013

added some functionality: tsfill



VERSION 0.6.8: sub revision - vr aug  3 14:44:02 CEST 2012

small, but important workaround


VERSION 0.6.7: sub revision - do aug  2 14:17:17 CEST 2012

array expansion in case the dim is not processed by the function, the dimsize = 1 and for the other values it's > 1.



VERSION 0.6.6: sub revision - wo aug  1 23:38:45 CEST 2012

bug fixes in determining input and output dimensions


VERSION 0.6.5: sub revision - wo aug  1 10:50:43 CEST 2012




VERSION 0.6.4: sub revision - wo aug  1 10:42:16 CEST 2012

workaround for memory leak in case of netcdf files


VERSION 0.6.3: sub revision - wo jul 11 19:24:10 CEST 2012




VERSION 0.6.2: sub revision - wo jul 11 19:23:47 CEST 2012




VERSION 0.6.1: sub revision - wo jul 11 19:22:41 CEST 2012




VERSION 0.6.0: minor revision - wo jun 27 15:01:10 CEST 2012

increased dimensions support


VERSION 0.5.2: sub revision - do mei 10 11:51:41 CEST 2012




VERSION 0.5.1: sub revision - vr apr 27 09:16:20 CEST 2012




VERSION 0.5.0: minor revision - za apr 21 19:40:01 CEST 2012




VERSION 0.4.6:  revision - vr mrt  9 19:50:59 CET 2012




VERSION 0.4.6: sub revision - vr mrt  9 19:50:47 CET 2012




VERSION 0.4.5: sub revision - vr mrt  9 12:57:57 CET 2012




VERSION 0.4.4: sub revision - vr mrt  9 12:57:32 CET 2012




VERSION 0.4.3: sub revision - vr mrt  9 12:53:47 CET 2012

scistat: include option to skip nans


VERSION 0.4.2: sub revision - wo feb  8 14:05:21 CET 2012

bugfixes


VERSION 0.4.1: sub revision - wo feb  8 10:53:40 CET 2012

support for 0-dimensional functions by (return statement is needed!)
support for datetime results


VERSION 0.4.0: minor revision - ma feb  6 10:38:38 CET 2012

Work with numpy arrays instead of lists. Should have an performance
increase, but unfortunately it is not observed. Maybe in future Python
versions?


VERSION 0.3.2: sub revision - wo dec 21 17:20:45 CET 2011

scisel has dtype='object' as output. Gives problems when trying to assign to netcdf-file


VERSION 0.3.1: sub revision - do dec 15 11:23:19 CET 2011

Further improvements.


VERSION 0.3.0: minor revision - di dec 13 23:22:56 CET 2011

rewritten the code of scandata to massively increase performance. Still, some code clean-up needed parhaps in
sizeout


VERSION 0.2.15: sub revision - di dec  6 21:10:52 CET 2011

bugfixes


VERSION 0.2.14: sub revision - di dec  6 17:15:51 CET 2011

added outcoords to output of datacosel
outcoords of sizeout now is always a list


VERSION 0.2.13: sub revision - di dec  6 14:37:06 CET 2011

adding anomaly function to scistat
changing the output type of avgcycle
seperating function sizeout from multifunc. It determines the output size of the matrix


VERSION 0.2.12: sub revision - ma dec  5 09:09:51 CET 2011

Bugfix scimulti + remove print statements
Add an option to avgcycle to close the cycle at the end


VERSION 0.2.11: sub revision - wo okt 26 13:03:49 CEST 2011

add default SHAPE in scisel.py/arraysel()
added 'crop'-option to cosel and datacosel
dtrange did not have similar behaviour as arange - fixed.
workaround in scisel.py/arraysel for data[None] selects all data... This behaviour of python arrays is not very practical 
workaround in scistat.py/avgcycle for data[None] selects all data... This behaviour of python arrays is not very practical 
make 'avgcycle' useable and remove bugs


VERSION 0.2.10: sub revision - wo okt 19 18:00:33 CEST 2011

restructure arguments of datacosel


VERSION 0.2.9: sub revision - ma okt 17 17:01:08 CEST 2011




VERSION 0.2.8: sub revision - ma okt 17 08:52:29 CEST 2011

bugfix cosel


VERSION 0.2.7: sub revision - wo okt 12 15:50:02 CEST 2011

Added scistat:
    avgcycle: calculate averaged cycle
    

VERSION 0.2.1

Added `multifunc' to apply repeatedly the same function on a multidimensional matrix.
