Skip to content

Commit a9c0e77

Browse files
authored
Bundle maintenace tasks (#19)
* Remove versioneer * Remove docs directory * Add changelog * Use pkg_resources to find version
1 parent a4b785c commit a9c0e77

33 files changed

Lines changed: 29 additions & 2956 deletions

.codacy.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ exclude_paths:
22
- tests/**
33
- docs/source/conf.py
44
- setup.py
5-
- versioneer.py
6-
- heat/_version.py

CHANGES.rst

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
Changelog for bmi-example-python
2+
================================
3+
4+
2.1 (unreleased)
5+
----------------
6+
7+
- Change weight of coefficient in heat equation (#11)
8+
- Match bmipy (#12)
9+
- Use GitHub Actions for continuous integration (#15)
10+
- Dimensionalize flattened values passed into set_value (#17)
11+
- Update CI (#18)
12+
- Switch from versioneer to zest.releaser
13+
- Remove obsolete docs directory
14+
15+
16+
2.0 (2019-12-05)
17+
----------------
18+
19+
- Update example to use BMI v2.0
20+
21+
22+
0.1 (2019-03-21)
23+
------------------
24+
25+
- Initial release
26+

MANIFEST.in

Lines changed: 0 additions & 2 deletions
This file was deleted.

README.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
.. image:: https://coveralls.io/repos/csdms/bmi-example-python/badge.png?branch=master
99
:target: https://coveralls.io/r/csdms/bmi-example-python?branch=master
1010

11-
.. image:: https://readthedocs.org/projects/bmi-forum/badge/?version=latest
12-
:target: https://readthedocs.org/projects/bmi-forum/?badge=latest
13-
1411
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
1512
:target: https://github.com/csdms/bmi
1613

docs/Makefile

Lines changed: 0 additions & 181 deletions
This file was deleted.
-275 KB
Binary file not shown.
-23.3 KB
Binary file not shown.
-170 KB
Binary file not shown.
-23.1 KB
Binary file not shown.
-130 KB
Binary file not shown.

0 commit comments

Comments
 (0)