Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 768 Bytes

CHANGES.rst

File metadata and controls

49 lines (37 loc) · 768 Bytes

Changelog

Version 0.0.6

  • Fix bug in json_serialize

Version 0.0.5

New Features

  • add serialize_method in jsonline write methods
  • add json_serialize method to help json dumps

Version 0.0.4

New Features

  • add one utils method
    • index

Version 0.0.3

New Features

  • Add three utils methods
    • get_chunk
    • list2dict
    • get_filenames_in_dir

Version 0.0.2

New Features

  • Add default parameter in read related methods
  • Add more unittests

Version 0.0.1

New Features

  • Add IO related methods and class