Version 0.3.0
Release highlights since Version 0.2.0:
- Breaking: pandas has been replaced by numpy for reading and writing CSV files
- read and write functions updated
- read and write tests updated
- pandas removed from all other tests
- pandas removed from all requirements
- docs overhauled to match new API
- tutorial updated to demonstrate use of new API
- Read and write functions have learned to accept
**kwargs
- Bug fixes in release 0.2.0 documentation
- Docstrings added in object methods
- Bugs fixes in checkarrays