-
Notifications
You must be signed in to change notification settings - Fork 45
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 #44 from gregcaporaso/201-dev
updates for 2.0.1 development cycle
- Loading branch information
Showing
4 changed files
with
13 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,10 @@ | ||
# SourceTracker2 0.1.0 | ||
# sourcetracker2 changelog | ||
|
||
* Initial Release | ||
* Re-implements the Gibbs sampler from the original SourceTracker (see README.md) | ||
* Supports multple jobs through `--jobs` | ||
## 2.0.1-dev (changes since 2.0.1 go here) | ||
|
||
## 2.0.1 | ||
|
||
* Initial alpha release. | ||
* Re-implements the Gibbs sampler from [@danknights's SourceTracker.](https://github.com/danknights/sourcetracker). | ||
* [click](http://click.pocoo.org/)-based command line interface through the ``sourcetracker2`` command. | ||
* Supports parallel execution using the `--jobs` parameter. |
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