tensorwerk / hangar-py

Hangar is version control for tensor data. Commit, branch, merge, revert, and collaborate in the data-defined software era.
Apache License 2.0
204 stars 29 forks source link

WIP: Quick Start tutorial #199

Closed alessiamarcolini closed 4 years ago

alessiamarcolini commented 4 years ago

Motivation and Context

Why is this change required? What problem does it solve?:

Quick start tutorial covering only the basic stuff for Hangar, such as Repository creation and initialization, adding data to columns and committing changes.

Types of changes

What types of changes does your code introduce? Put an x in all the boxes that apply:

Is this PR ready for review, or a work in progress?

How Has This Been Tested?

Put an x in the boxes that apply:

Checklist:

codecov[bot] commented 4 years ago

Codecov Report

Merging #199 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #199   +/-   ##
=======================================
  Coverage   95.44%   95.44%           
=======================================
  Files          95       95           
  Lines       15622    15622           
  Branches     1487     1487           
=======================================
  Hits        14910    14910           
  Misses        469      469           
  Partials      243      243           
rlizzo commented 4 years ago

Looks good to me! Merging!