-
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.
git-svn-id: https://jcvi-tools.svn.sourceforge.net/svnroot/jcvi-tools/JCVI-Translator/trunk@22 a16988d2-67c9-4db9-a897-0603be59747b
- Loading branch information
kgalinsky
committed
Oct 28, 2009
1 parent
1b76f5b
commit 3e7a1bf
Showing
2 changed files
with
20 additions
and
17 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,32 +1,36 @@ | ||
Revision history for JCVI-Translator | ||
|
||
0.5.4 Apr 15 2009 | ||
- Put use version on same line as $VERSION declared | ||
- Added META.yml so make dist would work | ||
|
||
0.5.3 Apr 13 2009 | ||
- Fixed inconsistencies in the way the start codon is being stored in the | ||
reverse translation table | ||
- Added test for above condition | ||
- Fixed inconsistencies in the way the start codon is being stored in the | ||
reverse translation table | ||
- Added test for above condition | ||
|
||
0.5.2 Apr 13 2009 | ||
- Even more documentation in Utils | ||
- codons/regex/find method in Utils can take "stop" for stop codons | ||
- Even more documentation in Utils | ||
- codons/regex/find method in Utils can take "stop" for stop codons | ||
|
||
0.5.1 Apr 13 2009 | ||
- Better documentation in Utils | ||
- Fixed bugs in JCVI::Translator::Utils::regex and find | ||
- Fixed load test and added new tests | ||
- Better documentation in Utils | ||
- Fixed bugs in JCVI::Translator::Utils::regex and find | ||
- Fixed load test and added new tests | ||
|
||
0.5.0 Apr 2 2009 | ||
- Split out the table into its own package | ||
- Split out helper translator functions into their own package | ||
- Split out the table into its own package | ||
- Split out helper translator functions into their own package | ||
|
||
0.4.3 Apr 1 2009 | ||
- Enforced that functions are called using func(@mandatory, %optional) | ||
- Enforced that functions are called using func(@mandatory, %optional) | ||
|
||
0.4.2 Apr 1 2009 | ||
- Added find method into utils | ||
- Added find method into utils | ||
|
||
0.4.1 Mar 31 2009 | ||
- Minor fixes in documentation | ||
- Use "my $self = shift->SUPER::new(@_)" in constructors | ||
- Minor fixes in documentation | ||
- Use "my $self = shift->SUPER::new(@_)" in constructors | ||
|
||
0.4.0 Mar 18 2009 | ||
- Major refactor | ||
- Major refactor |
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