-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Started recording changes for v1.3 and changed the order to be 'most …
…recent first'
- Loading branch information
arvestad
committed
Oct 11, 2018
1 parent
c76342d
commit 86ded34
Showing
1 changed file
with
15 additions
and
9 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,11 +1,16 @@ | ||
# Changes since last version | ||
|
||
## Introduced in version 1.0.5 | ||
## v1.3 | ||
|
||
* Explicitly start with "/usr/bin/env python3" instead of "/usr/bin/env python". Hoping that will | ||
help users that have not yet migrated to v3. | ||
* Added v3 requirement in setup.py as well, using advice from Tobias Jakobi. Solves issue #1 on github.com. | ||
* Tick marks come out as ^ on non-UTF systems, instead of an up-arrow on UTF systems (decided by looking at $LANG). | ||
* Support for Nexus files added (thanks @SimonGreenhill) | ||
|
||
## v1.2.0 | ||
|
||
* The option `-l` colors the alignment but does not break it into blocks. Suitable for piping to `less -RS`, | ||
as suggested by Mark McMullan <[email protected]>. | ||
* More indices indicated below alignments, and with an up-arrow as a tick mark. | ||
* Added option `-sm` to allow restricting output to sequences with accessions containing a given string. | ||
|
||
## v1.1.0 | ||
|
||
|
@@ -14,9 +19,10 @@ | |
* View only the first and last N characters of accessions with option -aa. | ||
* Read from stdin with the magic file name "-". | ||
|
||
## v1.2.0 | ||
|
||
* The option `-l` colors the alignment but does not break it into blocks. Suitable for piping to `less -RS`, | ||
as suggested by Mark McMullan <[email protected]>. | ||
* More indices indicated below alignments, and with an up-arrow as a tick mark. | ||
* Added option `-sm` to allow restricting output to sequences with accessions containing a given string. | ||
## Introduced in version 1.0.5 | ||
|
||
* Explicitly start with "/usr/bin/env python3" instead of "/usr/bin/env python". Hoping that will | ||
help users that have not yet migrated to v3. | ||
* Added v3 requirement in setup.py as well, using advice from Tobias Jakobi. Solves issue #1 on github.com. | ||
|