v0.6.1
⭐ Highlights
This release marks the completion of the lakeFS SDK wrapper migration. All available functionality is now expressed in terms of abstractions from the new lakefs
Python package.
As a particular consequence, the LakeFSFile
was removed in favor of lakeFS' own file-like object APIs. For simple file interactions through the file system only (including transactions), this will not result in breaking changes.
What's Changed
- Slim down the bug report and feature request templates by @janwillemkl in #235
- Update dev requirements, fix lakefs v0.2.0 regression by @nicholasjng in #239
- Implement more APIs in terms of
lakefs
abstractions by @nicholasjng in #240 - Fix
fs.rm()
for the recursive case by @nicholasjng in #243 - Add test coverage for commits to repo information tests by @nicholasjng in #244
- Remove Placeholder from interface typing, use new ReferenceType hint by @nicholasjng in #245
- Add lakeFS package versions to pytest header by @nicholasjng in #246
- Update bug-report.yaml by @Maciej818 in #247
- Simplify revision parsing in the tutorial notebook by @nicholasjng in #248
Full Changelog: v0.6.0...v0.6.1