Tracking commits

From Biopython
(Difference between revisions)
Jump to: navigation, search
(Tracking CVS commits)
(Use github's RSS feed)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Tracking CVS commits==
+
You can track code development in Biopython by [[wp:RSS (file format)|RSS feeds]] or the biopython-dev [[Mailing lists|Mailing list]].
 
+
You can track code development in Biopython by [[wp:RSS (file format)|RSS feeds]] or the Biopython-dev [[Mailing lists|Mailing list]].
+
  
 
{| border="1" width="800px"
 
{| border="1" width="800px"
Line 7: Line 5:
 
! Core commits
 
! Core commits
 
|-
 
|-
| [http://biopython.open-bio.org/CVS2RSS/biopython.rss RSS]
+
| [http://github.com/feeds/biopython/commits/biopython/master RSS]
 
|-
 
|-
| <rss>http://biopython.open-bio.org/CVS2RSS/biopython.rss|date|max=20</rss>  
+
| <rss>http://github.com/feeds/biopython/commits/biopython/master|date|max=20</rss>  
 
|-
 
|-
 
|}
 
|}

Latest revision as of 12:52, 24 September 2009

You can track code development in Biopython by RSS feeds or the biopython-dev Mailing list.

Core commits
RSS

Recent Commits to biopython:master

Correct typo in MANIFEST, was missing Doc/examples/my_blat.psl
Fix bug caused by default hit/query argument in HSPFragment
Revert to using strings for non-cascading default values
Add tests for empty Hits in hmmer3-text (test case from Kai Blin)
hmmer3-text now handles empty hits properly
Add tests for new Hit inits
Update HSPFragment default args
Update QueryResult.__init__ pattern to match Hit's
Refactor validation out of fullcascade into the container objects
Remove attribute checking in optionalcascade getter
Change Hit's default attribute values and allow for flexible setting from empty Hit
Initialize QueryResult with/without IDs and/or Hits and change default values to None
More explicit conditional handling in FastaIO
Merge partialcascade into optionalcascade
Remove explicit '._items' slicing in optionalcascade
optionalcascade now requires container and item attr names as args
Clarify docstring import for newcomers.
Fix for missing isnan on Python 2.5
Adding static argument to Bio.Application, use for BWA
Omit argument with default value
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox