Skip to content
This repository has been archived by the owner on Apr 8, 2022. It is now read-only.

Commit

Permalink
Merge pull request #55 from MobleyLab/mobley
Browse files Browse the repository at this point in the history
Update changelog and change branch default
  • Loading branch information
davidlmobley authored Sep 28, 2021
2 parents 78fdebd + 2ef844b commit 20bf91d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[![Anaconda Badge](https://anaconda.org/nividic/lomap/badges/version.svg)](https://anaconda.org/nividic/lomap)
[![Build Status](https://travis-ci.org/MobleyLab/Lomap.svg?branch=master)](https://travis-ci.org/MobleyLab/Lomap)
[![Build Status](https://travis-ci.org/MobleyLab/Lomap.svg?branch=main)](https://travis-ci.org/MobleyLab/Lomap)
[![codecov](https://codecov.io/gh/MobleyLab/Lomap/branch/devel/graph/badge.svg)](https://codecov.io/gh/MobleyLab/Lomap)


Expand Down Expand Up @@ -99,4 +98,9 @@ strict, loose = db_mol.build_matrices()
nx_graph = db_mol.build_graph()
```

## Changelog
- 2021-09-28: Switched default branch from `master` to `main`, bringing LOMAP back to functionality thanks to the good work of the Cresset and Michel lab folks, especially Lester Hedges, Jenke Scheen and Mark Mackey. Additional detail in [this PR](https://github.com/MobleyLab/Lomap/pull/54). Also removed link to conda from this README.md since no conda package is currently being built.

## Releases


2 changes: 1 addition & 1 deletion versioneer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
(https://pypip.in/version/versioneer/badge.svg?style=flat)
](https://pypi.python.org/pypi/versioneer/)
* [![Build Status]
(https://travis-ci.org/warner/python-versioneer.png?branch=master)
(https://travis-ci.org/warner/python-versioneer.png?branch=main)
](https://travis-ci.org/warner/python-versioneer)
This is a tool for managing a recorded version number in distutils-based
Expand Down

0 comments on commit 20bf91d

Please sign in to comment.