vvoelz / biceps

Bayesian inference of conformational populations
https://github.com/vvoelz/biceps
Other
12 stars 3 forks source link

Using `Releases` #58

Open robraddi opened 4 years ago

robraddi commented 4 years ago

Here is something that came up when doing research for conda install: Checkout the releases tab for a repo. Again, we really should be getting into all of the features of GitHub e.g., tagging. We should be able to have tags of BICePs_1.0 & BICePs_2.0 (various versions). Our primary source code should be the main page (not BICePs_1.0 and 2.0).

Tagging is generally used to capture a point in history that is used for a marked version release (i.e. v1.0.1). A tag is like a branch that doesn't change.

robraddi commented 4 years ago

Converting to other platforms

Another note: For multiple platforms we should refer to https://docs.conda.io/projects/conda-build/...converting-conda-package-for-other-platforms.