0.1.0: 
- Initial release

0.1.1:
- SOAPpy struct type recognized
- Category division in predefined data sources
- Added Kegg to predefined data sources
- Intersect/union/except added with Infix operators  (e.g. |Intersect|)
- Infix operators for Match/Stack
- Improvement in TSV detection of skipped rows and fieldnames handling
- Load wrapper_sql and wrapper_tsv only when needed
- Add Python version check
- Several bug fixes
- Cytoscape read/write support using CytoscapeRPC (access using CyNetwork) 


0.1.2:
- Much improved performance (memory/speed) for broadcast in in/contains/filter operations
- Added replace operation, used for identifier mapping
- Added merge operation, also included in match. Merge operates on two slices that have missing values,
  creating one consistent slice. 
- added support for len
- various bug fixes


0.1.3:
- version downgrade for numpy dependency

0.1.4:
- some fixes in array type handling
- missing values in types now indicated by '?'
- evidence added to go annotation data source

0.1.5:
- many fixes
- AddSlice/Take/IndexDict ops
- add predefined algorithms (Algs)
- add Whiten/Std ops
- go annotation sources updated

0.1.6
- running from source simplified

0.1.7
- several fixes
- improved installation documention 

0.1.8
- fixes in replacemissing
- fix in cytoscape wrapper
- add xml read format
- add rank function
- add ismissing
- fix in dim handling
- fix in handling empty arrays
- OMIM link updated, renamed gene_names to gene_alias, added warning for outdatedness'
- automatic field name detection from variable names

0.1.9
- add csv/tsv support to Load/Save
- add psimi format to Read
- various bugfixes

0.1.10
- fixes to support IPython 0.11 and up

0.1.11
- further fix for support IPython 0.10 and down

0.1.12
- fix to accomodate change in numpy C API behaviour from version 1.6 onwards
- allow for use of Elems instead of Elem (will become default behaviour in one of the next versions)

0.1.13
- allow for use of In in Ipython 0.11 and up
- fix for using an unknown type upon an unknown type follwed by a Match
- addition of matrix_tsv reader. Can be used to parse e.g. microarray files
- update tutorial documentation

0.1.14
- blacklist numpy 1.6.0 (http://projects.scipy.org/numpy/ticket/1870)
