ContextLab / hypertools

A Python toolbox for gaining geometric insights into high-dimensional data
http://hypertools.readthedocs.io/en/latest/
MIT License
1.81k stars 161 forks source link

Branching vs. forking #182

Closed jeremymanning closed 6 years ago

jeremymanning commented 6 years ago

Given that we are now working with a "live" project, I think it's time to stop using branches to store in-progress code. To this end, let's:

Branches should, I think, be reserved for fundamentally different (but self-contained and functional) versions of the code. We could eventually move to something like a stable/experimental/testing branch setup, whereby:

jeremymanning commented 6 years ago

All non-master branches are now closed.