Skip to content

Latest commit

 

History

History
executable file
·
88 lines (67 loc) · 1.45 KB

CHANGES.rst

File metadata and controls

executable file
·
88 lines (67 loc) · 1.45 KB

Changelog

Version 0.1.4

  • compatible with new version

Version 0.1.3

  • add propagate in the get_logger

Version 0.1.2

  • add log_time method

Version 0.1.1

  • fix error in setup.py

Version 0.1.0

  • remove pyscaffold template

Version 0.0.11

  • add is_gzip for all read related method

Version 0.0.10

  • add format_time

Version 0.0.9

  • add get_jsonline_chunk_lazy and get_jsonline_chunk

Version 0.0.8

  • Make methods available by import pysenal

Version 0.0.7

  • Fix check logic in index

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