-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from jmenglund/develop
Update docs and testing
- Loading branch information
Showing
9 changed files
with
127 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,45 @@ | ||
Changelog | ||
========= | ||
|
||
0.1.0 | ||
0.1.2 | ||
----- | ||
|
||
Initial release. | ||
|
||
Includes the following functions: | ||
* Added Python versions for Travis-CI (3.3, 3.5) | ||
* Added ``pep8`` check to Travis-CI | ||
* Updates to *README.rst* | ||
- Fixed issue with one example not working (``pc.to_charmatrix()``) | ||
- Updated text in various places | ||
* Updates to *release-checklist.rst* | ||
|
||
* frame_as_categorical() | ||
* frame_as_object() | ||
* from_bioalignment() | ||
* from_charmatrix() | ||
* to_bioalignment() | ||
* to_charmatrix() | ||
Release date: 2016-08-08 | ||
|
||
Release date: 2016-07-05 | ||
`View commits <https://github.com/jmenglund/pandas-charm/compare/v0.1.1...v0.1.2>`_ | ||
|
||
|
||
0.1.1 | ||
----- | ||
|
||
* Simplified builds with Travis-CI. | ||
* DOI badge added to the top of *README.rst*. | ||
* Information on how to cite pandas-charm added to *README.rst*. | ||
* Information on how to cite ``pandas-charm`` added to *README.rst*. | ||
|
||
Release date: 2016-07-05 | ||
|
||
`View commits <https://github.com/jmenglund/pandas-charm/compare/v0.1.0...v0.1.1>`_ | ||
|
||
|
||
0.1.0 | ||
----- | ||
|
||
Initial release. | ||
|
||
Includes the following functions: | ||
|
||
* ``frame_as_categorical()`` | ||
* ``frame_as_object()`` | ||
* ``from_bioalignment()`` | ||
* ``from_charmatrix()`` | ||
* ``to_bioalignment()`` | ||
* ``to_charmatrix()`` | ||
|
||
Release date: 2016-07-05 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
pandas>=0.16 | ||
pytest>=2.8 | ||
codecov | ||
pytest-pep8 | ||
pytest-cov | ||
DendroPy>=4.0 | ||
BioPython |
Oops, something went wrong.