Skip to content

Commit 5168caa

Browse files
committed
Update documentation on licensing and development
1 parent 870bddd commit 5168caa

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Types of Contributions
1515
Report Bugs
1616
~~~~~~~~~~~
1717

18-
Report bugs at https://github.com/tparkerd/rawtools/issues.
18+
Report bugs at https://github.com/Topp-Roots-Lab/python-rawtools/issues.
1919

2020
If you are reporting a bug, please include:
2121

@@ -45,7 +45,7 @@ articles, and such.
4545
Submit Feedback
4646
~~~~~~~~~~~~~~~
4747

48-
The best way to send feedback is to file an issue at https://github.com/tparkerd/rawtools/issues.
48+
The best way to send feedback is to file an issue at https://github.com/Topp-Roots-Lab/python-rawtools/issues.
4949

5050
If you are proposing a feature:
5151

@@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
103103
your new functionality into a function with a docstring, and add the
104104
feature to the list in README.rst.
105105
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8, and for PyPy. Check
106-
https://travis-ci.com/tparkerd/rawtools/pull_requests
106+
https://travis-ci.com/Topp-Roots-Lab/python-rawtools/pull_requests
107107
and make sure that the tests pass for all supported Python versions.
108108

109109
Tips

HISTORY.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
History
33
=======
44

5+
0.3.0 (2021-07-18)
6+
------------------
7+
8+
Added
9+
*****
10+
11+
* License
12+
* Basic tests on core functionality for scaling data
13+
14+
Changed
15+
*******
16+
17+
* Updated URL for any references to GitHub repo
18+
* Updated docstring header for `raw2img` module
19+
* Updated README to be more descriptive
20+
21+
522
0.2.0 (2021-01-04)
623
------------------
724

0 commit comments

Comments
 (0)