Skip to content

Version 0.3.0

Compare
Choose a tag to compare
@Zabamund Zabamund released this 16 Mar 14:49
· 41 commits to master since this release
bec5f3a

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