- compatible with new version
- add
propagate
in theget_logger
- add
log_time
method
- fix error in setup.py
- remove pyscaffold template
- add
is_gzip
for all read related method
- add
format_time
- add
get_jsonline_chunk_lazy
andget_jsonline_chunk
- Make methods available by
import pysenal
- Fix check logic in
index
- Fix bug in
json_serialize
- add
serialize_method
in jsonline write methods - add
json_serialize
method to help json dumps
- add one utils method
index
- Add three utils methods
get_chunk
list2dict
get_filenames_in_dir
- Add default parameter in read related methods
- Add more unittests
- Add IO related methods and class