Tracking commits

From Biopython
(Difference between revisions)
Jump to: navigation, search
 
(Use github's RSS feed)
 
(4 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.org/CVS2RSS/biopython.rss RSS]
+
| [http://github.com/feeds/biopython/commits/biopython/master RSS]
 
|-
 
|-
| <rss>http://biopython.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

Fix for missing isnan on Python 2.5
Adding static argument to Bio.Application, use for BWA
Omit argument with default value
Fix lots of overly long lines, try to follow PEP8 for property docstrings
Two blank lines between classes (PEP8)
Avoid NaN results if p is zero
removed some whitespace
added a gc_content method method to the GenericPositionMatrix in Bio.motifs (contributed by Anthony Mathelier of UBC)
Added color_scheme keyword to weblogo to allow users to set their own colors (suggested by Anthony Mathelier of UBC)
Updated FastaWriter documentation to reflect reality
Skip BGZF tests in test_SeqIO_index.py if issue 17666
Stupid typo, broken under Python 3
Revert moving import (must be after edit PYTHONPATH)
Can't import anything from Bio in run_tests.py
Skip Bio.bgzf doctest if gzip broken http://bugs.python.org/issue17666
Skip test_bgzf.py if Python's gzip is broken
Fix testing with clustalw 1.83
Update MANIFEST to include Doc/examples/my_blat.psi
Update MANIFEST to include Doc/examples/my_blast.xml
Avoid the sub_features deprecation warning in these methods.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox