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

Commit 20bf91d

Browse files
authored
Merge pull request #55 from MobleyLab/mobley
Update changelog and change branch default
2 parents 78fdebd + 2ef844b commit 20bf91d

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
[![Anaconda Badge](https://anaconda.org/nividic/lomap/badges/version.svg)](https://anaconda.org/nividic/lomap)
2-
[![Build Status](https://travis-ci.org/MobleyLab/Lomap.svg?branch=master)](https://travis-ci.org/MobleyLab/Lomap)
1+
[![Build Status](https://travis-ci.org/MobleyLab/Lomap.svg?branch=main)](https://travis-ci.org/MobleyLab/Lomap)
32
[![codecov](https://codecov.io/gh/MobleyLab/Lomap/branch/devel/graph/badge.svg)](https://codecov.io/gh/MobleyLab/Lomap)
43

54

@@ -99,4 +98,9 @@ strict, loose = db_mol.build_matrices()
9998
nx_graph = db_mol.build_graph()
10099
```
101100

101+
## Changelog
102+
- 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.
103+
104+
## Releases
105+
102106

versioneer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
(https://pypip.in/version/versioneer/badge.svg?style=flat)
1616
](https://pypi.python.org/pypi/versioneer/)
1717
* [![Build Status]
18-
(https://travis-ci.org/warner/python-versioneer.png?branch=master)
18+
(https://travis-ci.org/warner/python-versioneer.png?branch=main)
1919
](https://travis-ci.org/warner/python-versioneer)
2020
2121
This is a tool for managing a recorded version number in distutils-based

0 commit comments

Comments
 (0)