- Increased version to fix setup
- Bugfixes
- Switched path parsing to
pathlib.Path
to help with cross-platform compatibility - Minor code refactoring
- Adding an index name when one is not available
- Added
pystore.delete_store(NAME)
,pystore.delete_stores()
, andpystore.get_path()
- Added Jupyter notebook example to Github repo
- Minor code refactoring
- Allowing _ and . in snapshot name
- Changed license to Apache License, Version 2.0
- Moduled seperated into files
- Code refactoring
- Added support for snapshots
collection.list_items()
supports querying based on metadata- Some code refactoring
- Exposing more methods
- Path setting moved to
pystore.set_path()
Store.collection()
auto-creates collection- Updated readme to reflect changes
- Minor code refactoring
- Not converting datetimte to epoch by defaults (use
epochdate=True
to enable) - Using "snappy" compression by default
- Metadata's "_updated" is now a
YYYY-MM-DD HH:MM:SS.MS
string
- Can pass columns and filters to Item object
- Faster append
Store.path
is now public
- Updated license version
- Switched readme/changelog files from
.md
to.rst
.
- Initial release