gota v0.7.0 Release Notes

Release Date: 2016-11-27 // over 7 years ago
  • โž• Added in 0.7.0

    • โœ… Many more table tests for both series and dataframe
    • Set method for Series and DataFrame
    • When loading data from CSV, JSON, or Records, different LoadOptions can now be configured. This includes assigning a default type, manually specifying the column types and others.
    • ๐Ÿ“š More documentation for previously undocumented functions.

    ๐Ÿ”„ Changed in 0.7.0

    • The project has been restructured on separated dataframe and series packages.
    • ๐Ÿ’… Reviewed entire Series codebase for better style and maintainability.
    • DataFrame.Select now accepts several types of indexes
    • Error messages are now more consistent.
    • The standard way of checking for errors on both series and dataframe is to check the Err field on each structure.
    • ReadCSV/ReadJSON and WriteCSV/WriteJSON now accept io.Reader and io.Writer respectively.
    • โšก๏ธ Updated README with the new changes.

    โœ‚ Removed in 0.7.0

    • โœ‚ Removed unnecessary abstraction layer on Series.elements