Skip to content

Releases: tensorwerk/hangar-py

v0.1.0 Release

24 May 17:53
8a6ec27
Compare
Choose a tag to compare

New Features

  • Remote client-server config negotiation and administrator permissions (#10) @rlizzo
  • Allow single python process to access multiple repositories simultaneously (#20) @rlizzo
  • Fast-Forward and 3-Way Merge and Diff methods now fully supported and behaving as expected (#32) @rlizzo

Improvements

  • Initial test-case specification (#14) @hhsecond
  • Checkout test-case work (#25) @hhsecond
  • Metadata test-case work (#27) @hhsecond
  • Any potential failure cases raise exceptions instead of silently returning (#16) @rlizzo
  • Many usability improvements in a variety of commits

Bug Fixes

  • Ensure references to checkout dataset or metadata objects cannot operate after the checkout is closed. (#41) @rlizzo
  • Sensible exception classes and error messages raised on a variety of situations (Many commits) @hhsecond & @rlizzo
  • Many minor issues addressed.

API Additions

  • Refer to API documentation (#23)

Breaking changes

  • All repositories written with previous versions of Hangar are liable to break when using this version. Please upgrade versions immediately.