TAPE v0.3.0
Release Note
TAPE v0.3.0 features a substantial refactor of the internal Ensemble logic, introducing the EnsembleFrame class as a dataframe-like object to house loaded data. As of this release, the API is nearly fully backwards-compatible, but check the documentation for updated guides on the new concepts introduced by the refactor.
What's Changed
- Reduce scope of sync_tables by @dougbrn in #254
- Issue 199: Added static Ensemble read constructors to tape namespace by @wenneman in #256
- Fixed failing unit test by @wenneman in #265
- fix bug in sync by @dougbrn in #262
- add check functions by @dougbrn in #276
- Check Divisions, Enable Lazy Sync Operations on Divisions-enabled Ensembles, Overhaul Object Table Generation by @dougbrn in #283
- Calc nobs divisions by @dougbrn in #288
- Add version by @dougbrn in #302
- Fix table syncing to use inner joins. by @wilsonbb in #303
- Add EnsembleFrame Support to Tape by @wilsonbb in #308
- remove provenance machinery for now by @dougbrn in #322
Full Changelog: v0.2.4...v0.3.0