0.3.11 - Metadata Versioning and Better Docs
This is an exciting new release for us and includes a feature we've been working on for a couple months now: Metadata Versioning!
Check out ds.as_of()
and ds.select()
to start querying and comparing older data.
Along with versioning we improved our docs infrastructure and moved it to Sphinx. You can find the documentation here
What's Changed
- versioning by @sdafni in #386
- as_of_time - > as_of by @sdafni in #396
- Rename Field.column to Field.field_name by @kbolashev in #397
- Docs: add Sphinx documentation by @kbolashev in #394
Full Changelog: 0.3.10...0.3.11