follow perl recommendations:
[bioperl-live.git] / Changes
blob0b44a8216ea366f3d253e97b93d44fcf9393a8f1
1 ---------------------------------------------------------
2 Revision history for BioPerl core modules
3 ---------------------------------------------------------
4 The comprehensive history and ongoing development of BioPerl:
6    http://github.com/bioperl/bioperl-live
8 Some of that history is also highlighted on our wiki:
10    http://www.bioperl.org/wiki/Change_log
11    http://www.bioperl.org/wiki/History_of_BioPerl
13 Bugs and requested features list:
15    https://redmine.open-bio.org/projects/bioperl
17 CPAN releases are branched from 'master'.
18 ---------------------------------------------------------
20 1.?.?
22     [New features]
24     * Bio::Seq::SimulatedRead
25         - New module to represent reads taken from other sequences [fangly]
26     * Bio::Root::Root
27         - Support of Clone::Fast as a faster cloning alternative [fangly]
28     * Bio::Root::IO
29         - Moved the format() and variant() methods from Bio::*IO modules to
30           Bio::Root::IO [fangly]
31         - Can now use format() to get the type of IO format in use [fangly]
32     * Bio::Tools::IUPAC
33         - New regexp() method to create regular expressions from IUPAC sequences
34           [fangly]
35     * Bio::SeqFeature::Primer and Bio::Seq::PrimedSeq:
36         - Code refresh [fangly]
37     * Bio::DB::Taxonomy
38         - Added support for the Greengenes and Silva taxonomies [fangly]
39     * Bio::Tree::TreeFunctionsI
40         - get_lineage_string() represents a lineage as a string [fangly]
41         - add_trait() returns instead of reporting an error when the column
42           number is exceeded in add_trait() [fangly]
43         - Option to support tree leaves without trait [fangly]
44         - Allow ID of 0 in trait files [fangly]
45     * Bio::DB::Taxonomy::list
46         - Misc optimizations [fangly]
47         - Option -names of get_taxon() to help with ambiguous taxa [fangly]
48     * Bio::DB::Taxonomy::*
49         - get_num_taxa() returns the number of taxa in the database [fangly]
50     * Bio::DB::Fasta and Bio::DB::Qual
51         - support indexing an arbitrary list of files [fangly]
52         - user can supply an arbitrary index file name [fangly]
53         - new option to remove index file at the end [fangly]
54     * Bio::DB::Fasta
55         - now handles IUPAC degenerate residues [fangly]
56     * Bio::PrimarySeq and Bio::PrimarySeqI
57         - speed improvements for large sequences [Ben Woodcroft, fangly]
58     * Bio::PrimaryQual
59         - tightened and optimized quality string validation [fangly]
60     * Bio::SeqIO::fasta
61         - new method and option 'block', to create FASTA output with space
62           intervaled blocks (similar to genbank or EMBL) has been implemented.
63         - package variables $WIDTH and $DEFAULT_SEQ_ID_TYPE have been removed
64           in favour of the methods 'width' and 'preferred_id_type` respectively.
65     * Bio::FeatureIO::*
66         - moved from bioperl-live into the separate distribution Bio-FeatureIO
67     * Bio::SeqFeature::Annotated
68         - moved from bioperl-live into the separate distribution Bio-FeatureIO
70     [Bug fixes]
72     * [3298] Fix bug in Bio::SearchIO::blast.pm where algorithm version
73       information was lost in a multi-result blast file [Paul Cantalupo]
74     * [3343] Fix bug in Bio::SearchIO::blasttable.pm to correctly calculate
75       total gaps [Paul Cantalupo]
76     * [3375] Fix DBLINK parsing bug in Bio::SeqIO::genbank.pm [Paul Cantalupo]
77     * [3376] Fix bug in Bio::SearchIO::hmmer2.pm to correctly handle case
78       when end of domain indicator is split across lines [Paul Cantalupo]
79     * [3240] Bio::AlignIO::stockholm now parses simple sequences [Bernd Web,
80       cjfields]
81     * [3237] Bio::DB::Fasta now allows blank lines between sequences, catches
82       instances where blank lines are within sequences [cjfields]
83     * Bio::DB::Fasta reports correct alphabet for files with multiple sequence
84       types [fangly]
85     * Bio::DB::Fasta rev-comps sequences other than DNA properly [fangly]
86     * [3238] Fixes for Bio::DB::SeqFeature::Store::DBI::Pg [Thomas Burkhard,
87       cjfields]
88     * Various fixes for Stockholm file indexing and processing [bosborne]
89     * Fix edge case in FASTQ parsing where sequence of length 1 and qual of 0
90       breaks parsing [cjfields]
91     * Fix case where Bio::Seq::Meta* objects with no meta information could not
92       be reverse-complemented [fangly]
93     * Fix bug for fields without aliases in Bio::DB::Query::HIVQuery [fangly]
94     * Fix Bio::PopGen::IO::phase: sort values lexically instead of numerically
95       when unsure that values will be numerical [fangly]
96     * Fix undef warnings in Bio::SeqIO::embl [fangly]
97     * Fix undef warnings in Bio::DB::Fasta and Bio::DB::Qual [fangly]
98     * Fix Bio::Tools::IUPAC should accept any sequence object [fangly]
99     * Fix for 'Inappropriate ioctl' in Bio::DB::Store::berkeleydb3 [Olivier
100       Sallou]
101     * Bio::SeqFeature::Generic SeqfeatureI compliance: methods primary_tag,
102       source_tag and display_name must return a string, not undef [fangly]
103     * Bio::SimpleAlign and Bio::Seq compliance with Bio::FeatureHolderI
104       add_SeqFeature takes a single argument [fangly]
105     * Use cross-platform filenames and temporary directory in
106       Bio::DB::Taxonomy::flatfile [fangly]
107     * Fix bug in Bio::DB::Taxonomy::list where taxa with no ancestors were not
108       properly identified as existing taxa in the database [fangly]
109     * Fix issue where a Bio::DB::Taxonomy::list object could not be created
110       without also passing a lineage to store [fangly]
111     * Prevent passing a directory to the gi2taxid option (-g) of
112       bp_classify_hits_kingdom.pl and remove an 'earlier declaration' warning
113       [fangly]
114     * Fixed bp_genbank2gff3.pl crash when missing source feature date [fangly]
115     * Bio::PrimarySeq constructor -direct works for -seq or -ref_to_seq [fangly]
118 1.6.901 May 18, 2011
120     [Notes]
122     * Use of AcePerl is deprecated; Ace.pm isn't actively maintained, and
123       modules using Ace will also be deprecated [lds, cjfields]
124     * Minor bug fix release
125     * Bio::SeqIO::gbxml tests require XML::SAX [hartzell]
126     * Address Build.PL issues when DBI is not present [hartzell]
127     * Skip gbxml.t and Interpro tests when modules not installed [cjfields]
128     * Remove deprecated code for perl 5.14.0 compat [cjfields]
129     * Due to schema changes and lack of support for older versions, support
130       for NeXML 0.9 is only (very) partially implemented.
131       See: https://redmine.open-bio.org/issues/3207
133     [Bug fixes]
135     * [3205] - small fix to Bio::Perl blast_sequence() to make compliant with
136       docs [genehack, cjfields]
137     * $VERSION for CPAN/cpanm-based installs was broken; force setting of
138       module version from dist_version (probably not the best way to do this,
139       but it seems to work) [rbuels, cjfields]
142 1.6.900 April 14, 201
144     [Notes]
146     * This will probably be the last release to add significant features to
147       core modules; subsequent releases will be for bug fixes alone.
148       We are planning on a restructuring of core for summer 2011, potentially
149       as part of the Google Summer of Code.  This may become BioPerl 2.0.
150     * Version bump represents 'just prior to v 1.7'.  We may have point
151       releases to deal with bugs, with increments of 1.6.901, 1.6.902, etc.
152       This code essentially is what is on the github master branch.
154     [New features]
156     * Core code updated for perl 5.12.x [cjfields, Charle Tilford]
157     * Bio::Tree refactor
158         - major overhaul of Bio::Tree code by Greg Jordan, fixes several bugs
159         - removal of Scalar::Util::weaken code, which was causing odd headaches
160           with premature GC, memory leaks with perl 5.10.0, etc [cjfields]
161     * Bio::DB::SeqFeature bug fixes for GBrowse2 compatibility [lds, scottcain,
162           many others]
163     * Bio::SeqIO::msout, Bio::SeqIO::mbsout - parsers for ms and mbs
164           [Warren Kretzschmar]
165     * Bio::SeqIO::gbxml
166         - bug 2515 - new contribution [Ryan Golhar, jhannah]
167     * Bio::Assembly::IO
168         - support for reading Maq, Sam and Bowtie files [maj]
169         - support for reading 454 GS Assembler (Newbler) ACE files [fangly]
170         - bug 2483: support for writing ACE files [Joshua Udall, fangly]
171         - bug 2599: support DBLINK annotation in GenBank files [cjfields]
172         - bug 2726: reading/writing granularity: whole scaffold or one contig
173           at a time [Joshua Udall, fangly]
174     * Bio::OntologyIO
175         - Added parsing of xrefs to OBO files, which are stored as secondary
176             dbxrefs of the cvterm [Naama Menda]
177         - General Interpro-related code refactors [dukeleto, rbuels, cjfields]
178     * PAML code updated to work with PAML 4.4d [DaveMessina]
180     [Bug fixes]
182     * [3198] - sort tabular BLAST hits by score [DaveMessina]
183     * [3196] - fix invalid metadata produced by latest Module::Build [cjfields]
184     * [3190] - RemoteBlast GAPCOSTS regex fix [Ali Walsh, cjfields]
185     * [3185] - Bio::Tools::SeqStats->get_mol_wt now gives correct MW
186                [cjfields]
187     * [3178] - fix tr/// issue in Bio::Range [Andrew Conley, cjfields]
188     * [3172] - Bio::DB::Fasta - catch possibly bad FASTA files [cjfields]
189     * [3164] - TreeFunctionsI syntax  bug [gjuggler]
190     * [3163] - AssemblyIO speedup [fangly]
191     * [3160] - Bio::SearchIO::Writer::TextResultWriter output [Paul Cantalupo,
192                hyphaltip]
193     * [3159] - add SwissPfam support to bp_index.PLS [hyphaltip]
194     * [3158] - fix EMBL file mis-parsing [cjfields]
195     * [3157] - Bio::Restriction::Analysis 'sizes' method fixed [Marc Perry,
196                cjfields]
197     * [3153] - fix SeqIO::swiss TagTree issues [Charles Tilford, cjfields]
198     * [3148] - URL change for UniProt [cjfields]
199     * [3145] - AXT off-by-1 error [Aaron Goodman, cjfields]
200     * [3136] - HMMer3 parser fixes [kblin]
201     * [3126] - catch description [Toshihiko Akiba]
202     * [3122] - Catch instances where non-seekable filehandles were being
203                seek'd w/o checking for status [Stefan Kirov, Roy Chaudhuri]
204     * [3121] - Bio::OntologyIO cannot parse the full InterPro XML file
205                [dukeleto, rbuels, cjfields]
206     * [3120] - bp_seqfeature_gff3.pl round-trip fixes [genehack, David Breimann,
207                jhannah]
208     * [3116,3117] - perl 5.12.x warnings fixed [cjfields, Charles Tilford]
209     * [3110] - Better 'namespace' support for bp_seqfeature_load.PLS [dbolser,
210                cjfields]
211     * [3107] - BLAST alignment column_from_residue_number() [cjfields]
212     * [3104] - Bio::Species single node hierarchies [Charles Tilford, cjfields]
213     * [3092, 3090] - parsing of BLAST HSP stats [Razi Khaja, cjfields]
214     * [3089] - HSPTableWriter missing methods [Robson de Souza, cjfields]
215     * [3086] - EMBL misparsing long tags [kblin, cjfields]
216     * [3085] - CommandExts and array of files [maj, hyphaltip]
217     * [3077] - Bio::SimpleAlign slice() now correctly computes seq coordinates
218                for alignment slices [Ha X. Dang, cjfields]
219     * [3076] - XMFA alignment strand wrong [Ha X., cjfields]
220     * [3073] - fix parsing of GenBank files from RDP [cjfields]
221     * [3068] - FASTQ parse failure with trailing 0 [cjfields]
222     * [3064] - All-gap midline BLAST report issues [cjfields]
223     * [3063] - BLASt report RID [Razi Khaja, cjfields]
224     * [3058] - SearchIO::fasta parsing [DaveMessina, cjfields]
225     * [3053] - LOCUS line formatting [M. Wayne, cjfields]
226     * [3039] - correct Newick output root node branch length [gjuggler,
227                DaveMessina]
228     * [3038] - SELEX alignment error [Bernd, cjfields]
229     * [3033] - PrimarySeq ID setting [Bernd, maj]
230     * [3032] - Fgenesh errors [Wes Barris, hyphaltip]
231     * [3034] - AlignIO::clustal output [Bernd, DaveMessina]
232     * [3031] - Parse algorithm ref for BLAST [Razi Khaja, cjfields]
233     * [3028] - Bio::TreeIO::nexus and FigTree compat [Kevin Balbi, cjfields]
234     * [3025] - Bio::SeqIO::embl infinite loop [Adam Sjøgren, cjfields]
235     * [3040, 3023, 2974, 2921, 2753, 2636, 2482] - PAML parser fixed, works with
236                PAML 4.4d [DaveMessina]
237     * [3015, 3022] - Bio::Restriction withrefm regexp [Emmanuel Quevillon,
238                DaveMessina]
239     * [3020] - GFF3Loader alias attribute [Nathan Weeks, cjfields]
240     * [3018, 3019, 3021] - gmap_f9 parsing [Kiran Mukhyala, cjfields]
241     * [3017] - using threads with Bio::DB::GenBank [cjfields]
242     * [3012] - Bio::Root::HTTPget fixes [maj, cjfields]
243     * [3011] - namespace support for SF::Store::DBI::Pg [Adam Witney, cjfields]
244     * [3002] - Bio::DB::EUtilities NCBI policy updates [cjfields]
245     * [3001] - seq identifier '0' dropped with FASTA [Michael Kuhn, maj]
246     * [2984] - let LocatableSeq decide on length of phylip aln [Adam Witney,
247                cjfields]
248     * [2983] - fix score/percent ID mixup [Alexie Papanicolaou]
249     * [2977] - TreeIO issues [DaveMessina]
250     * [2959] - Bio::SeqUtils->revcom_with_features [Roy Chaudhuri, maj]
251     * [2944] - Bio::Tools::GFF score [cjfields]
252     * [2942] - correct MapTiling output [maj]
253     * [2939] - PDB residue insertion codes [John May, maj]
254     * [2930] - PrimarySeqI term symbol [Adam Sjøgren, maj]
255     * [2928] - GuessSeqFormat raw [maj]
256     * [2926] - Bio:Tools::TandemRepeatsFinder seq_id [takadonet, cjfields]
257     * [2922] - open() directive issue [cjfields]
258     * [2915] - GenBank parser infinite loop [Francisco Ossandon, cjfields]
259     * [2901] - DNAStatistics div by zero error [Janet Young, cjfields]
260     * [2899] - SeqFeature::Store host issues [lstein, dbolser]
261     * [2897] - Add a "mask_below_threshold" method to Seq::Quality [dbolser,
262                cjfields]
263     * [2881] - .scf files don't' roundtrip [Adam Sjøgren, cjfields]
264     * [2876] - CDD search with RemoteBlast [Malcolm Cook]
265     * [2863] - Root::IO::_initialize_io causes crash [rbuels, maj, DaveMessina]
266     * [2845] - Bio::Seq::Quality gives seq with no ID [Tristan Lefebure, cjfields]
267     * [2843] - FeatureIO BED to GFF fails w/ no phase [cassjm cjfields]
268     * [2773] - Bio::Tree::Node premature GC [Morgan Price, cjfields]
269     * [2764] - add ID Tracker helper for SwissProt [heikki, cjfields]
270     * [2758] - Bio::AssemblyIO ace problems [fangly]
271     * [2744] - Bio::LocatableSeq::end [Bernd, cjfields]
272     * [2726] - ace file IO [Josh, fangly]
273     * [2700] - Refactor Build.PL [cjfields]
274     * [2673] - addition of simple Root-based clone() method [cjfields]
275     * [2648] - Bio::Assembly::Scaffold->get_all_seq_ids [dbolser, fangly]
276     * [2599] - support for DBLINK annotation in GenBank files [cjfields]
277     * [2594] - Bio::Species memory leak [cjfields]
278     * [2515] - GenBank XML parser [jhannah]
279     * [2499] - Method "pi" in package Bio::PopGen::Statistics [hyphaltip]
280     * [2483] - Bio::Assembly::IO::ace write_assembly implemented [fangly]
281     * [2350] - ID consistency btwn Bio::SeqI, Bio::Align::AlignI [fangly,
282                cjfields]
283     * [1572] - no docs Bio::Location::Simple/Atomic::trunc [hyphaltip]
285     [Deprecated]
287     * Bio::Expression modules - these were originally designed to go with the
288       bioperl-microarray suite of tools, however they have never been completed
289       and so have been removed from the distribution.  The original code has
290       been moved into the inactive bioperl-microarray suite. [cjfields]
292     [Other]
294     * Repository moved from Subversion (SVN) to
295       http://github.com/bioperl/bioperl-live [cjfields]
296     * Bug database has moved to Redmine (https://redmine.open-bio.org)
297     * Bio::Micrarray - the tools developed for ReSeq chip analysis by Marian
298       Thieme have been moved to their own distribution (Bio-Microarray).
299       [cjfields]
301 1.6.1   Sept. 29, 2009 (point release)
302     * No change from last alpha except VERSION and doc updates [cjfields]
304 1.6.0_6 Sept. 27, 2009 (sixth 1.6.1 alpha)
305     * Fix for silent OBDA bug related to FASTA validation [cjfields]
307 1.6.0_5 Sept. 27, 2009 (fifth 1.6.1 alpha)
308     * Possible fix for RT 49950 (Strawberry Perl installation) [cjfields]
309     * [RT 50048] - removed redundant VERSION, which was borking CPANPLUS
310       [cjfields]
311     * BioPerl.pod -> BioPerl.pm (Perl Best Practices) [cjfields]
313 1.6.0_4 Sept. 25, 2009 (fourth 1.6.1 alpha)
314     * WinXP test fixes [cjfields, maj]
315     * BioPerl.pod added for descriptive information, fixes CPAN indexing
316       [cjfields]
317     * Minor doc fixes [cjfields]
319 1.6.0_3 Sept. 22, 2009 (third 1.6.1 alpha)
320     * Fix tests failing due to merging issues [cjfields]
321     * More documentation updates for POD parsing [cjfields]
323 1.6.0_2 Sept. 22, 2009 (second 1.6.1 alpha)
324     * Bio::Root::Build
325         - fix YAML meta data generation [cjfields]
327 1.6.0_1 Sept. 15, 2009 (first 1.6.1 alpha)
328     * Bio::Align::DNAStatistics
329         - fix divide by zero problem [jason]
330     * Bio::AlignIO::*
331         - bug 2813 - fix faulty logic to detect end-of-stream [cjfields]
332     * Bio::AlignIO::stockholm
333         - bug 2796 - fix faulty logic to detect end-of-stream [cjfields]
334     * Bio::Assembly::Tools::ContigSpectrum
335         - function to score contig spectrum [fangly]
336     * Bio::DB::EUtilities
337         - small updates [cjfields]
338     * Bio::DB::Fasta
339         - berkeleydb database now autoindexes wig files and locks correctly
340           [lstein]
341     * Bio::DB::HIV
342         - various small updates for stability; tracking changes to LANL
343           database interface [maj]
344     * Bio::DB::SeqFeature (lots of updates and changes)
345         - add Pg, SQLite, and faster BerkeleyDB implementations [lstein, scain]
346         - bug 2835 - patch [Dan Bolser]
347         - bug RT 44535 - patch FeatureFileLoader [Cathy Gresham]
348     * Bio::DB::SwissProt
349         - bug 2764 - idtracker() method [cjfields, courtesy Neil Saunders]
350     * Bio::Factory::FTLocationFactory
351         - mailing list bug fix [cjfields]
352     * Bio::LocatableSeq
353         - performance work on column_from_residue_number [hartzell]
354     * Bio::Matrix::IO::phylip
355         - bug 2800 - patch to fix phylip parsing [Wei Zou]
356     * Bio::Nexml
357         - Google Summer of Code project from Chase Miller - parsers for Nexml
358           file format [maj, chmille4]
359     * Bio::PopGen
360         - Make Individual, Population, Marker objects AnnotatableI [maj]
361         - simplify LD code [jason]
362     * Bio::RangeI
363         - deal with empty intersection [jason]
364     * Bio::Restriction
365         - significant overhaul of Bio::Restriction system: complete support for
366           external and non-palindromic cutters. [maj]
367     * Bio::Root::Build
368         - CPANPLUS support, no automatic installation [sendu]
369     * Bio::Root::IO
370         - allow IO::String (regression fix) [cjfields]
371         - catch unintentional undef values [cjfields]
372         - throw if non-fh is passed to -fh [maj]
373     * Bio::Root::Root/RootI
374         - small debugging and core fixes [cjfields]
375     * Bio::Root::Test
376         - bug RT 48813 - fix for Strawberry Perl bug [kmx]
377     * Bio::Root::Utilities
378         - bug 2737 - better warnings [cjfields]
379     * Bio::Search
380         - tiling completely refactored, HOWTO added [maj]
381           NOTE : Bio::Search::Hit::* classes do not use this code directly; we
382           will deprecate usage of the older tiling code in the next BioPerl
383           release
384         - small fixes [cjfields]
385     * Bio::SearchIO
386         - Infernal 1.0 output now parsed [cjfields]
387         - new parser for gmap -f9 output [hartzell]
388         - bug 2852 - fix infinite loop in some output [cjfields]
389         - blastxml output now passes all TODO tests [cjfields]
390         - bug 2346, 2850 - psl and exonerate parsing fixes [rbuels, jhannah, bvecchi, YAPC hackathon]
391         - RT 44782 - GbrowseGFF writer now catches evalues [Allen Day]
392         - bug 2575 - add two columns of additional output to HSPTableWriter [cjfields]
393     * Bio::Seq::LargePrimarySeq
394         - delete tempdirs [cjfields]
395         - bug fixes [rbuels, jhannah, bvecchi, YAPC hackathon]
396     * Bio::Seq::Quality
397         - extract regions based on quality threshold value [Dan Bolser, heikki]
398         - bug 2847 - resolve threshold issue (rbuels, jhannah, bvecchi)
399     * Bio::SeqFeature::Lite
400         - various Bio::DB::SeqFeature-related fixes [lstein]
401     * Bio::SeqFeature::Tools::TypeMapper
402         - additional terms for GenBank to SO map [scain]
403     * Bio::SeqIO::chadoxml
404         - bug 2785 - patch to get this working for bp_seqconvert [cjfields]
405     * Bio::SeqIO::embl
406         - support for CDS records [dave_messina, Sylvia]
407     * Bio::SeqIO::fastq
408         - complete refactoring to handle all FASTQ variants, perform validation,
409           write output. API now conforms with other Bio* parsers and the rest of
410           Bio::SeqIO (e.g. write_seq() creates fastq output, not fasta output).
411           [cjfields]
412     * Bio::SeqIO::genbank
413         - bug 2784 - fix DBSOURCE issue [Phillip Garland]
414         - bug RT 44536 - support for UniProt/UniProtKB tests [cjfields]
415     * Bio::SeqIO::largefasta
416         - parser returns a Bio::Seq::LargePrimarySeq [jhannah]
417     * Bio::SeqIO::raw
418         - add option for 'single' and 'multiple'
419     * Bio::SeqIO::scf
420         - bug 2881 - fix scf round-tripping [Adam Søgren]
421     * Bio::SeqUtils
422         - bug 2766, 2810 - copy over tags from features, doc fixes [David
423           Jackson]
424     * Bio::SimpleAlign
425         - bug 2793 - patch for add_seq index issue [jhannah, maj]
426         - bug 2801 - throw if args are required [cjfields]
427         - bug 2805 - uniq_seq returns SimpleAlign and hash ref of sequence types
428           [Tristan Lefebure, maj]
429         - bug fixes from YAPC hackathon [rbuels, jhannah, bvecchi]
430         - fix POD and add get_SeqFeatures filter [maj]
431     * Bio::Tools::dpAlign
432         - add support for LocatableSeq [ymc]
433         - to be moved to a separate distribution [cjfields, rbuels]
434     * Bio::Tools::EUtilities
435         - fix for two bugs from mail list [Adam Whitney, cjfields]
436         - add generic ItemContainerI interface for containing same methods
437           [cjfields]
438     * Bio::Tools::HMM
439         - fix up code, add more warnings [cjfields]
440         - to be moved to a separate distribution [cjfields, rbuels]
441     * Bio::Tools::Primer3
442         - bug 2862 - fenceposting issue fixed [maj]
443     * Bio::Tools::Run::RemoteBlast
444         - tests for remote RPS-BLAST [mcook]
445     * Bio::Tools::SeqPattern
446         - bug 2844 - backtranslate method [rbuels, jhannah, bvecchi]
447     * Bio::Tools::tRNAscanSE
448         - use 'gene' and 'exon' for proper SO, ensure ID is unique [jason]
449     * Bio::Tree::*
450         - bug 2456 - fix reroot_tree(), added create_node_on_branch() [maj]
451     * Bio::Tree::Statistics
452         - several methods for calculating Fitch-based score, internal trait
453           values, statratio(), sum of leaf distances [heikki]
454     * Bio::Tree::Tree
455         - bug 2869 - add docs indicating edge case where nodes can be
456           prematurely garbage-collected [cjfields]
457         - add as_text() function to create Tree as a string in specified format
458           [maj]
459     * Bio::Tree::TreeFunctionsI
460         - bug 2877 - fix bug where bootstrap assigned to the wrong node [Tristan
461           Lefebure, maj]
462     * Bio::TreeIO::newick
463         - fix small semicolon issue [cjfields]
464     * scripts
465         - update to bp_seqfeature_load for SQLite [lstein]
466         - hivq.pl - commmand-line interface to Bio::DB::HIV [maj]
467         - fastam9_to_table - fix for MPI output [jason]
468         - gccalc - total stats [jason]
469     * General Stuff
470         - POD cleanup re: FEEDBACK section [maj, cjfields]
471         - cleanup or fix dead links [cjfields]
472         - Use of no_* methods (indicating 'number of something') is deprecated
473           in favor of num_* [cjfields]
474         - lots of new tests for the above bugs and refactors [everyone!]
475         - new template for Komodo text editor [cjfields]
477 1.6.0 Winter 2009
478     * Feature/Annotation rollback
479         - Problematic changes introduced prior to the 1.5 release have been
480           rolled back. These changes led to subtle bugs involving operator
481           overloading and interface methods.
482         - Behavior is very similar to that for BioPerl 1.4, with tag values
483           being stored generically as simple scalars. Results in a modest
484           speedup.
485     * Bio::Graphics
486         - Split into a separate distribution on CPAN, primarily so development
487           isn't reliant on a complete BioPerl release.
488         - Bio::Graphics::Pictogram has been renamed to Bio::Draw::Pictogram but
489           is only available via Subversion (via bioperl-live main trunk)
490     * Bio::Root::Test
491         - Common test bed for all BioPerl modules
492     * Bio::Root::Build
493         - Common Module::Build-based subclass for all BioPerl modules
494     * Bio::DB::EUtilities
495         - Complete refactoring to split up parsing (Bio::Tools::EUtilities),
496           parameter handling (Bio::Tools::EUtilities::EUtilParameters),
497           and user agent request posting and retrieval
498     * Test implementation and reorganization
499         - Tests have been reorganized into groups based on classes or use
500           cases.
501         - Automated test coverage is now online:
502           http://www.bioperl.org/wiki/Test_Coverage
503         - After this release, untested modules will be moved into a
504           separate developer distribution until tests can be derived.
505           Also, new modules to be added are expected to have a test suite
506           and adequate test coverage.
508 1.5.2 Developer release
510     Full details of changes since 1.5.1 are available online at:
511     http://www.bioperl.org/wiki/Change_log
512     The following represents a brief overview of the most important changes.
514     o Bio::Map
515       - Overhaul. Brand new system fully allows markers to have multiple
516         positions on multiple maps, and to have relative positions. Should be
517         backward compatible.
519     o Bio::Taxonomy
520       - This module and all the modules in the Taxonomy directory now
521         deprecated in favour of Bio::Taxon and Bio::Tree::Tree
523     o Bio::DB::Taxonomy
525       - Taxonomy.pm
526         * get_Taxonomy_Node() eventually to be deprecated, renamed get_taxon().
528         * New methods ancestor(), each_Descendent() and _handle_internal_id().
530         * Allows for different database modules to create Bio::Taxon objects
531           with the same internal id when the same taxon is requested from each.
533       - flatfile.pm
534         * get_Children_Taxids() is deprecated, superceded by each_Descendent().
536         * No longer includes the fake root node 'root'; there are multiple roots
537           now (10239, 12884, 12908, 29384 and 131567). Consistent with entrez.pm
539       - entrez.pm
540         * get_node() has new option -full
542         * Caches data retrieved from website
544     o Bio::Species
545       - Now a Bio::Taxon. Carries out the species name -> specific name munging
546         that Bio::DB::Taxonomy modules and SeqIO modules used to do, for
547         backward compatability in species() method.
549     o Bio::Search and Bio::SearchIO
550       - Overhaul. The existing system has been sped up via some minor changes
551         (mostly gain-of-function to the API). Bio::PullParserI is introduced
552         as a potential eventual replacment for the existing system, though as
553         yet only a Hmmpfam parser exists written using it.
556 1.5.1 Developer release
558     o Major problem with how Annotations were written out with
559       Bio::Seq is fixed by reverting to old behavior for
560       Bio::Annotation objects.
562     o Bio::SeqIO
564      - genbank.pm
565        * bug #1871; REFLOOP' parsing loop, I changed the pattern to
566          expect at l east 9 spaces at the beginning of a line to
567          indicate line wrapping.
569        * Treat multi-line SOURCE sections correctly, this defect broke
570          both common_name() and classification()
572        * parse swissprot fields in genpept file
574        * parse WGS genbank records
576      - embl.pm
577         * Changed regexp for ID line. The capturing parentheses are
578           the same, the difference is an optional repeated-not-semi-
579           colon expression following the captured \S+. This means the
580           regexp works when the division looks like /PRO;/ or when the
581           division looks like /ANG ;/ - the latter is from EMBL
582           repbase
584         * fix ID line parsing: the molecule string can have spaces in
585           it. Like: "genomic DNA"
587      - swiss.pm: bugs  #1727, #1734
589      - entrezgene.pm
590         * Added parser for entrezgene ASN1 (text format) files.
591           Uses Bio::ASN1::EntrezGene as a low level parser (get it from CPAN)
593     o Bio::AlignIO
595      -  maf.pm coordinate problem fixed
597     o Bio::Taxonomy and Bio::DB::Taxonomy
599      - Parse NCBI XML now so that nearly all the taxonomy up-and-down
600        can be done via Web without downloading all the sequence.
602     o Bio::Tools::Run::RemoteBlast supports more options and complies
603       to changes to the NCBI interface. It is reccomended that you
604       retrieve the data in XML instead of plain-text BLAST report to
605       insure proper parsing and retrieval of all information as NCBI
606       fully expects to change things in the future.
608     o Bio::Tree and Bio::TreeIO
610       - Fixes so that re-rooting a tree works properly
612       - Writing out nhx format from a newick/nexus file will properly output
613         bootstrap information.  The use must move the internal node labels over
614         to bootstraps.
615          for my $node ( grep { ! $_->is_Leaf } $tree->get_nodes ) {
616             $node->bootstrap($node->id);
617             $node->id('');
618          }
619       - Nexus parsing is much more flexible now, does not care about
620         LF.
622       - Cladogram drawing module in Bio::Tree::Draw
624       - Node height and depth now properly calculated
626       - fix tree pruning algorithm so that node with 1 child gets merged
628     o Graphics tweaks.  Glyph::xyplot improved.  Many other small-medium sized
629       bugs and improvements were added, see Gbrowse mailing list for most of
630       these.
632     o Bio::DB::GFF partially supports GFF3.  See information about
633       gff3_munge flag in scripts/Bio-DB-GFF/bulk_load_gff.pl.
635     o Better location parsing in Bio::Factory::FTLocationFactory -
636       this is part of the engine for parsing EMBL/GenBank feature table
637       locations.  Nested join/order-by/complement are allowed now
639     o Bio::PrimarySeqI->translate now takes named parameters
641     o Bio::Tools::Phylo::PAML - parsing RST (ancestral sequence
642       reconstruction) is now supported.  Parsing different models and
643       branch specific parametes are now supported.
645     o Bio::Factory::FTLocationFactory - parse hierarchical locations
646       (joins of joins)
648     o Bio::Matrix::DistanceMatrix returns arrayrefs instead of arrays
649       for getter/setter functions
651     o Bio::SearchIO
653       - blast bug #1739; match scientific notation in score
654         and possible e+ values
656       - blast.pm reads more WU-BLAST parameters and parameters, match
657         a full database pathname,
659       - Handle NCBI WEB and newer BLAST formats specifically
660         (Query|Sbjct:) match in alignment blocks can now be (Query|Sbjct).
662       - psl off-by-one error fixed
664       - exonerate parsing much improved, CIGAR and VULGAR can be parsed
665         and HSPs can be constructed from them.
667       - HSPs query/hit now have a seqdesc field filled out (this was
668         always available via $hit->description and
669         $result->query_description
671       - hmmer.pm can parse -A0 hmmpfam files
673       - Writer::GbrowseGFF more customizeable.
675     o Bio::Tools::Hmmpfam
676       make e-value default score displayed in gff, rather than raw score
677       allow parse of multiple records
680 1.5 Developer release
682     o Bio::Align::DNAStatistics and Bio::Align::ProteinStatistics
683       provide Jukes-Cantor and Kimura pairwise distance methods,
684       respectively.
686     o Bio::AlignIO support for "po" format of POA, and "maf";
687       Bio::AlignIO::largemultifasta is a new alternative to
688       Bio::AlignIO::fasta for temporary file-based manipulation of
689       particularly large multiple sequence alignments.
691     o Bio::Assembly::Singlet allows orphan, unassembled sequences to
692       be treated similarly as an assembled contig.
694     o Bio::CodonUsage provides new rare_codon() and probable_codons()
695       methods for identifying particular codons that encode a given
696       amino acid.
698     o Bio::Coordinate::Utils provides new from_align() method to build
699       a Bio::Coordinate pair directly from a
700       Bio::Align::AlignI-conforming object.
702     o Bio::DB::Biblio::eutils is a class for querying NCBI's Eutils.
703       Send a Pubmed, Pubmed Central, Entrez, or other query to NCBI's
704       web service using standard Pubmed query syntax, and retrieve
705       results as XML.
707     o Bio::DB::GFF has various sundry bug fixes.
709     o Bio::FeatureIO is a new SeqIO-style subsystem for
710       writing/reading genomic features to/from files.  I/O classes
711       exist for BED, GTF (aka GFF v2.5), and GFF v3.  Bio::FeatureIO
712       classes only read/write Bio::SeqFeature::Annotated objects.
713       Notably, the GFF v3 class requires features to be typed into the
714       Sequence Ontology.
716     o Bio::Graph namespace contains new modules for manipulation and
717       analysis of protein interaction graphs.
719     o Bio::Graphics has many bug fixes and shiny new glyphs.
721     o Bio::Index::Hmmer and Bio::Index::Qual provide multiple-file
722       indexing for HMMER reports and FASTA qual files, respectively.
724     o Bio::Map::Clone, Bio::Map::Contig, and Bio::Map::FPCMarker are
725       new objects that can be placed within a Bio::Map::MapI-compliant
726       genetic/physical map; Bio::Map::Physical provides a new physical
727       map type; Bio::MapIO::fpc provides finger-printed clone mapping
728       import.
730     o Bio::Matrix::PSM provide new support for postion-specific
731       (scoring) matrices (e.g. profiles, or "possums").
733     o Bio::Ontology::Ontology and Bio::Ontology::Term objects can now
734       be instantiated without explicitly using Bio::OntologyIO.  This
735       is possible through changes to Bio::Ontology::OntologyStore to
736       download ontology files from the web as necessary.  Locations of
737       ontology files are hard-coded into
738       Bio::Ontology::DocumentRegistry.
740     o Bio::PopGen includes many new methods and data types for
741       population genetics analyses.
743     o New constructor to Bio::Range, unions().  Given a list of
744       ranges, returns another list of "flattened" ranges --
745       overlapping ranges are merged into a single range with the
746       mininum and maximum coordinates of the entire overlapping group.
748     o Bio::Root::IO now supports -url, in addition to -file and -fh.
749       The new -url argument allows one to specify the network address
750       of a file for input.  -url currently only works for GET
751       requests, and thus is read-only.
753     o Bio::SearchIO::hmmer now returns individual Hit objects for each
754       domain alignment (thus containing only one HSP); previously
755       separate alignments would be merged into one hit if the domain
756       involved in the alignments was the same, but this only worked
757       when the repeated domain occured without interruption by any
758       other domain, leading to a confusing mixture of Hit and HSP
759       objects.
761     o Bio::Search::Result::ResultI-compliant report objects now
762       implement the "get_statistics" method to access
763       Bio::Search::StatisticsI objects that encapsulate any
764       statistical parameters associated with the search (e.g. Karlin's
765       lambda for BLAST/FASTA).
767     o Bio::Seq::LargeLocatableSeq combines the functionality already
768       found in Bio::Seq::LargeSeq and Bio::LocatableSeq.
770     o Bio::SeqFeature::Annotated is a replacement for
771       Bio::SeqFeature::Generic.  It breaks compliance with the
772       Bio::SeqFeatureI interface because the author was sick of
773       dealing with untyped annotation tags.  All
774       Bio::SeqFeature::Annotated annotations are Bio::AnnotationI
775       compliant, and accessible through Bio::Annotation::Collection.
777     o Bio::SeqFeature::Primer implements a Tm() method for primer
778       melting point predictions.
780     o Bio::SeqIO now supports AGAVE, BSML (via SAX), CHAOS-XML,
781       InterProScan-XML, TIGR-XML, and NCBI TinySeq formats.
783     o Bio::Taxonomy::Node now implements the methods necessary for
784       Bio::Species interoperability.
786     o Bio::Tools::CodonTable has new reverse_translate_all() and
787       make_iupac_string() methods.
789     o Bio::Tools::dpAlign now provides sequence profile alignments.
791     o Bio::Tools::GFF now parses GFF version 2.5 (a.k.a. GTF).
793     o Bio::Tools::Fgenesh, Bio::Tools::tRNAscanSE are new report
794       parsers.
796     o Bio::Tools::SiRNA includes two new rulesets (Saigo and Tuschl)
797       for designing small inhibitory RNA.
799     o Bio::Tree::DistanceFactory provides NJ and UPGMA tree-building
800       methods based on a distance matrix.
802     o Bio::Tree::Statistics provides an assess_bootstrap() method to
803       calculate bootstrap support values on a guide tree topology,
804       based on provided bootstrap tree topologies.
806     o Bio::TreeIO now supports the Pagel (PAG) tree format.
808 1.4 branch
810 1.4.1
812   o Improvements to Bio::AlignIO::nexus for parsing TreeBase nexus files
814   o Bio::Graphics will work with gd1 or gd2
816   o Bio::SearchIO
817    - hmmer.pm Better hmmpfam parsing, fix bug for small number of alignment outputs
818      (RF lines alone)
819    - blast.pm Parse multi-line query fields properly
820    - small speed improvements to blasttable.pm and others
822   o Bio::DB::Taxonomy has better support for hierarchy traversal so that
823     Bio::Taxonomy::Node can be as simple as Bio::Species object while still
824     supporting more complex queries
827 1.4. Stable major release
829 Since initial 1.2.0, 3000 separate changes have been made to make this release.
831    o installable scripts
833    o global module version from Bio::Root:Version
835    o Bio::Graphics
836       - major improvements; SVG support
838    o Bio::Popgen
839      - population genetics
840      - support several population genetics types of questions.
841      - Tests for statistical neutrality of mutations
842        (Fu and Li's D/F, Tajima's D) are in Bio::PopGen::Statistics.
843        Tests of population structure (Wright's F-statistic: Fst) is in
844        Bio::PopGen::PopStats. Calculating composite linkage
845        disequilibrium (LD) is available in Bio::PopGen::Statistics as
846        well.
847      - Bio::PopGen::IO for reading in prettybase (SeattleSNPs)
848        and csv (comma delimited formatted) data.
850      - a directory for implementing population simulations has
851        been added Bio::PopGen::Simulation and 2 simulations - a
852        Coalescent and a simple single-locus multi-allele genetic drift
853        simulation have been provided.  This replaces the code in
854        Bio::Tree::RandomTree which has been deprecated until proper
855        methods for generating random phylogenetic trees are
856        implemented.
858    o Bio::Restriction
859       - new restrion analysis modules
861    o Bio::Tools::Analysis
862       - web based DNA and Protein analysis framework and several
863         implementations
865    o Bio::Seq::Meta
866      - per residue annotable sequences
868    o Bio::Matrix
869       - Bio::Matrix::PSM - Position Scoring Matrix
870       - Bio::Matrix::IO has been added for generalized parsing of
871         matrix data.  Matrix::IO::scoring and Matrix::IO::phylip are
872         initial implementations for parsing BLOSUM/PAM and Phylip
873         Distance matricies respectively.  A generic matrix
874         implementation for general use was added in
875         Bio::Matrix::Generic.
877    o Bio::Ontology
878      - major changes
880    o Bio:Tree
882    o Bio::Tools::SiRNA, Bio::SeqFeature::SiRNA
883      - small inhibitory RNA
885    o Bio::SeqFeature::Tools
886      - seqFeature mapping tools
887      - Bio::SeqFeature::Tools::Unflattener.pm
888        -- deal with mapping GenBank feature collections into
889           Chado/GFF3 processable feature sets (with SO term mappings)
891    o Bio::Tools::dpAlign
892      - pure perl dynamic programming sequence alignment
893      - needs Bioperl-ext
895    o new Bio::SearchIO formats
896      - axt and psl:  UCSC formats.
897      - blasttable: NCBI -m 8 or -m 9 format from blastall
899    o new Bio::SeqIO formats
900      - chado, tab, kegg, tigr, game
901      - important fixes for old modules
903    o Bio::AlignIO: maf
905    o improved Bio::Tools::Genewise
907    o Bio::SeqIO now can recongnize sequence formats automatically from
908      stream
910    o new parsers in Bio::Tools:
911       Blat, Geneid, Lagan, Mdust, Promoterwise, PrositeScan,
913    o Bio::DB::Registry bugs fixed
914      - BerkeleyDB-indexed flat files can be used by the OBDA system
915      - Multiple seqdatabase.ini locations in OBDA_SEARCH_PATH are all
916        used by the OBDA system
918    o several new HOWTOs
919      - SimpleWebAnalysis, Trees, Feature Annotation, OBDA Access, Flat
920        Databases
922    o hundreds of new and improved files
925    o
926    o Bio::Tree::AlleleNode has been updated to be a container of
927      an Bio::PopGen::Individual object for use in the Coalescent simulations.
930 1.2 Branch
932 1.2.3 Stable release update
933     o Bug #1475 - Fix and add speedup to spliced_seq for remote location
934                   handling.
935     o Bug #1477 - Sel --> Sec abbreviation fixed
936     o Fix bug #1487 where paring in-between locations when
937       end < start caused the FTLocationFactory logic to fail.
938     o Fix bug #1489 which was not dealing with keywords as an
939       arrayref properly (this is fixed on the main trunk because
940       keywords returns a string and the array is accessible via
941       get_keywords).
942     o Bio::Tree::Tree memory leak (bug #1480) fixed
943       Added a new initialization option -nodelete which
944       won't try and cleanup the containing nodes if this
945       is true.
946      o Bug with parsing labeled nodes with Bio::TreeIO::newick fixed
947        this was only present on the branch for the 1.2.1 and 1.2.2 series
948        - Also merged main trunk changes to the branch which make
949          newick -> nhx round tripping more effective (storing branch length
950          and bootstrap values in same locate for NodeNHX and Node
951          implementations.)  Fixes to TreeIO parsing for labeled internal
952          also required small changes to TreeIO::nhx.  Improved
953          tests for this module as well.
954     o Bio::SearchIO
955       - Fixed bugs in BLAST parsing which couldn't parse NCBI
956         gapped blast properly (was losing hit significance values due to
957         the extra unexpeted column).
958       - Parsing of blastcl3 (netblast from NCBI) now can handle case of
959         integer overflow (# of letters in nt seq dbs is > MAX_INT)
960         although doesn't try to correct it - will get the negative
961         number for you.  Added a test for this as well.
962       - Fixed HMMER parsing bug which prevented parsing when a hmmpfam report
963         has no top-level family classification scores but does have scores and
964         alignments for individual domains.
965       - Parsing FASTA reports where ungapped percent ID is < 10 and the
966         regular expression to match the line was missing the possibility of
967         an extra space.  This is rare, which is why we probably did not
968         catch it before.
969       - BLAST parsing picks up more of the statistics/parameter fields
970         at the bottom of reports.  Still not fully complete.
971       - SearchIO::Writer::HTMLResultWriter and TextResultWriter
972         were fixed to include many improvements and added flexiblity
973         in outputting the files.  Bug #1495 was also fixed in the process.
974      o Bio::DB::GFF
975       - Update for GFF3 compatibility.
976       - Added scripts for importing from UCSC and GenBank.
977       - Added a 1.2003 version number.
978      o Bio::Graphics
979       - Updated tutorial.
980       - Added a 1.2003 version number.
981      o SeqIO::swiss Bug #1504 fixed with swiss writing which was not
982        properly writing keywords out.
983      o Bio::SeqIO::genbank
984       - Fixed bug/enhancement #1513 where dates of
985         the form D-MMM-YYYY were not parsed.  Even though this is
986         invalid format we can handle it - and also cleanup the date
987         string so it is properly formatted.
988       - Bug/enhancement #1517 fixed so that SEGMENT line can be parsed
989         and written with Genbank format.  Similarly bug #1515 is fixed to
990         parse in the ORIGIN text.
991      o Bio::SeqIO::fasta, a new method called preferred_id_type allows you
992        to specify the ID type, one of (accession accession.version
993        display primary).  See Bio::SeqIO::preferred_id_type method
994        documentation for more information.
995      o Unigene parsing updated to handle file format changes by NCBI
997 1.2.2 Stable release update
999     o A series of bug fixes of the Bio::OntologyIO dagflat-related parsers:
1000       - auto-discover ontology name
1001       - bug in parsing relationships when certain characters are in the term
1002       - fixed hard-coded prefix for term identifiers
1003       - various smaller issues
1005     o Fixed bug in Bio::Annotation::OntologyTerm of not implementing all
1006       of Bio::Ontology::TermI
1008     o brought the OBDA Registry code up to latest specs
1010     o Bio::DB::GenBank
1011       - eutils URL change
1012       - accession number retrieval fixed
1014     o Bio::SearchIO::blast - fix bug #1443 (missing last hits), parse megablast
1016     o Bio::SearchIO::Writer::(HTML|Text)ResultWriter fix bugs #1458,
1017       #1459 which now properly report alignment start/end info
1018       for translated BLAST/FASTA searches.
1020     o Bio::TreeIO::newick can parse labeled internal nodes
1022     o Bio::Tools::BPbl2seq can properly report strand info for HSPs
1023       for BLASTX if if you provide -report_type => 'BLASTX' when
1024       initializing a BPbl2seq object.  Bioperl 1.3 will have better
1025       support for bl2seq in the SearchIO system.
1027     o Bio::Root::IO support a -noclose boolean flag which will not
1028       close a filehandle upon object cleanup - useful when sharing
1029       a filehandle among objects.  Additionally code added s.t.
1030       STDOUT/STDIN/STDERR will never be closed by Root::IO cleanup.
1032     o Bio::Tools::Genemark bug #1435 fixed which was missing last prediction
1034     o Bio::SeqIO::genbank
1035       - bug #1456 fixed which generated extra sequence lines
1036       - write moltype correctly for genpept
1038 1.2.1 Stable release update
1040     o Inclusion of WrapperBase, a needed component for StandAloneBlast
1042     o Addition from main trunk of Ontology objects, principly to allow
1043       BioSQL releases against 1.2.1
1045     o Fixes and cleanup of Bio::Coordinate modules
1047     o A fix to Bio::Index::EMBL allowing  retrieval of entries using
1048       the primary accession number
1050     o Other bug fixes, including bpindex GenBank fix
1052     o Bio::SeqIO::genbank bug #1389 fixed
1054 1.2  Stable major release
1056     o More functionality added to Bio::Perl, the newbie module
1058     o Bug fixes in Bio::TreeIO::newick fixes bug introduced in 1.0.2
1059       Support for New Hampshire Extended (NHX) format parsing.
1061     o Bio::Tools added support for parsing Genomewise, Pseudowise, Est2Genome,
1062       Tmhmm, SignalP, Seg, RepeatMasker, FootPrinter, and a lightweight
1063       Hmmpfam parser.
1065     o New ontology parsing Bio::Ontology
1067     o Bug fixes in Bio::SearchIO for HMMer parsing, support for
1068       multi-report (mlib) fasta reports, support for waba and exonerate.
1070     o Bio::ClusterIO for parsing Unigene clusters
1072     o Bio::Assembly added for representing phrap and ace assembly clusters.
1074     o Rudimentary support for writing Chado XML (see
1075       GMOD project: www.gmod.org for more information)
1077     o Bio::Coordinate for mapping between different coordinate systems such
1078       as protein -> cDNA -> Exon -> DNA and back.  Useful for mapping
1079       features into different coordinate systems.
1081     o Bio::DB::GenBank/Bio::DB::GenPept now support Entrez queries
1082       with the get_Stream_by_query method and supports the latest
1083       NCBI eutils interface.
1085     o Bugs fixed in Bio::SeqFeature::Collection an in-memory fast
1086       object for extracting subsets of features : currently only
1087       supports extraction by location.
1089 1.1.1 Developer release
1091     o Deprecated modules are now listed in the DEPRECATED file
1093     o New HowTo documents located in doc/howto describing
1094       a domain of Bioperl.
1096     o Note that bugs are now stored at redmine.open-bio.org/projects/bioperl/
1097       and all old bugs are searchable through the bugzilla interface.
1099     o Several reported bugs in Bio::Tools::Sigcleave and Bio::SimpleAlign
1100       have been addressed.
1102     o Support for Genewise parsing in Bio::Tools::Genewise
1104     o Start of Ontology framework with Bio::Ontology
1106     o Speedup to the Bio::Root::Root object method _rearrange.
1107       A global _load_module method was implemented to simplify the
1108       dynamic loading of modules ala Bio::SeqIO::genbank.  This
1109       method is now used by all the XXIO (AlignIO,TreeIO,SearchIO,SeqIO,
1110       etc).
1112     o Several performance improvements to sequence parsing in Bio::SeqIO.
1113       Attempt to speedup by reducing object creation overhead.
1115     o Bio::DB::GenBank and Bio::DB::GenPept use the NCBI's approved
1116       method for sequence retrieval with their E-utils CGI scripts.
1117       More work to support Entrez queries to their fullest is planned
1118       before 1.2 release.
1120     o Numerous fixes to Bio::SearchIO and sequence parsing (swissprot)
1122 1.1 Developer release
1124     o Bio::Tools::Run has been broken off into a new pkg bioperl-run,
1125       this separation removes some of the complexity in our test suite
1126       and separates the core modules in bioperl from those that need
1127       external programs to run.
1129     o With latest ExtUtils::MakeMaker module installed SGI/IRIX should
1130       not run into trouble running the makefile
1132     o Bio::Location and Bio::SeqIO::FTHelper are fixed to properly
1133       read,create,and write locations for grouped/split locations
1134       (like mRNA features on genomic sequence).
1136     o Bio::Tools::Phlyo added for wrappers for parsing Molphy (protml)
1137       and PAML (codeml,aaml, etc) parsing.
1139     o Bio::Tree:: objects expanded to handle testing monophyly,
1140       paraphyly, least common ancestor, etc.
1142     o Bio::Coordinate for mapping locations from different coordinate spaces
1144     o Bio::SearchIO::waba added for parsing WABA, Bio::SearchIO::hmmer
1145       added for parsing hmmpfam and hmmsearch output.
1147     o Bio::SearchIO::Writer::TextResultWriter for outputting
1148       a pseudo-blast textfile format
1151 1.0.2 Bug fix release
1153     o Note: The modules Bio::DB::GenBank and Bio::DB::GenPept provided
1154       in this release will not work after December 2002 when NCBI
1155       shuts off the old Entrez cgi scripts.  We have already fixed
1156       on our main development branch and the functionality will be
1157       available in the next stable bioperl release (1.2) slated for
1158       Fall 2002.
1160     o Numerous parsing bugs in Bio::SearchIO::fasta found through
1161       testset by Robin Emig.  These were fixed as was the get_aln
1162       method in Bio::Search::HSP::GenericHSP to handle the extra
1163       context sequence that is provided with a FastA alignment.
1165     o Migrating differences between Bio::Search::XX::BlastXX to
1166       Bio::Search::XX::GenericXX objects.  This included mechanism
1167       to retrieve whole list of HSPs from Hits and whole list of Hits from
1168       Results in addition to the current next_XX iterator methods that
1169       are available.  Added seq_inds() method to GenericHSP which identifies
1170       indexes in the query or hit sequences where conserved,identical,gaps,
1171       or mismatch residues are located (adapted from Steve Chervitz's
1172       implementation in BlastHSP).
1174     o Bio::DB::GFF bugs fixed and are necessary for latest GBrowse release.
1175       Bio::DB::GFF::RelSegment is now Bio::SeqI compliant.
1177     o Bio::Graphics glyph set improved and extended for GBrowse release
1179     o Bio::Tree::Tree get_nodes implementation improvement thanks
1180       to Howard Ross notice performance problem when writing out
1181       unbalanced trees.
1183     o Bio::Location::Fuzzy::new named parameter -loc_type became
1184       -location_type, Bio::Location::Simple::new named parameter
1185       -seqid becamse -seq_id.
1187     o Fixed major Bio::AlignIO::emboss parsing bug on needle output,
1188       was mis-detecting that gaps should be placed at the beginning of
1189       the alignment when the best alignment starts internally in the
1190       sequence.
1192 1.0.1 Bug fix release
1194     o Minor bug fixes to Bio::DB:GFF.  Glyph sets improved.
1196     o Parser fixes in SearchIO blast, fasta for more complete WU BLAST
1197       and mixed (3.3 - 3.4) versions of FASTA.
1199     o Small API change to add methods for completeness across
1200       implementations of Bio::Search objects.  These new methods
1201       in the interface are implemented by the GenericXX object as well
1202       as the BlastXX objects.
1203         * Bio::Search::Result::ResultI
1204          - hits() method returns list of all Hits (next_hit is an
1205            iterator method)
1207         * Bio::Search::Hit::HitI
1208          - hsps() method returns list of all HSPs (next_hsp is an
1209            iterator method)
1211     o The Bio::SearchIO::Writer classes have been fixed to handle results
1212        created from either psiblast (Search::BlastXX objects) or
1213        blast|fasta|blastxml objects (Search::GenericXX objects).  More work
1214        has to be done here to make it work properly and will nee major
1215        API changes.
1217     o Bugs in Bio::Tools::HMMER fixed, including
1218        * #1178 - Root::IO destructor wasn't being called
1219        * #1034 - filter_on_cutoff now behaves properly
1221     o Bio::SeqFeature::Computation initialization args fixed and
1222       tests added.
1224     o Tests are somewhat cleaner, flat.t now properly cleans up after itsself,
1226     o Updated FAQ with more example based answers to typical questions
1228     o Bug #1202 was fixed which would improperly join together qual values
1229       parsed by Bio::SeqIO::qual when a trailing space was not present before
1230       the newline.
1232 1.0.0 Major Stable Release
1234   This represents a major release of bioperl with significant
1235   improvements over the 0.7.x series of releases.
1237     o Bio::Tools::Blast is officially deprecated.  Please see
1238       Bio::SearchIO for BLAST and FastA parsing.
1240     o The methods trunc() and subseq() in Bio::PrimarySeqI now accepts
1241       Bio::LocationI objects as well as start/end.
1243     o Bio::Biblio contains modules for Bibliographic data.
1244       Bio::DB::Biblio contains the query modules.  Additionally one can
1245       parse medlinexml from the ebi bibliographic query service (BQS)
1246       system and Pubmed xml from NCBI.  See Martin Senger's
1247       documentation in Bio::Biblio for more information.
1249     o Bio::DB::Registry is a sequence database registry part of
1250       Open Bioinformatics Database Access.  See
1251       http://obda.open-bio.org for more information.
1253     o File-based and In-Memory Sequence caching is provided by
1254       Bio::DB::InMemoryCache and Bio::DB::FileCache which acts like a
1255       local database.
1257     o Bio::Graphics for rendering sequences as PNG,JPG, or GIFs has
1258       been added by Lincoln Stein.
1260     o XEMBL SOAP service access in provided in Bio::DB::XEMBL.
1262     o A FAQ has been started and is included in the release to provide
1263       a starting point for frequent questions and issues.
1265 0.9.3 Developer's release
1267     o Event based parsing system improved (SearchIO).  With parsers for
1268       XML Blast (blastxml), Text Blast (blast), and FASTA results (fasta).
1269       Additionally a lazy parsing system for text and html blast reports was
1270       added and is called psiblast (name subject to change in future releases).
1272     o Bio::Search objects improved and standardized with associated Interfaces
1273       written.  The concept of a search "Hit" was standardized to be called
1274       "hit" consistently and the use of "subject" was deprecated in all active
1275       modules.
1277     o Bio::Structure added (since 0.9.1) for Protein structure objects
1278       and PDB parser to retrieve and write these structures from data files.
1280     o Several important Bio::DB::GFF bug fixes for handling features that
1281       are mapped to multiple reference points.  Updated mysql adaptor
1282       so as to be able to store large (>100 megabase) chunks of DNA into
1283       Bio::DB::GFF databases.
1285 0.9.2 Developer's release
1287     o Bio::Search and Bio::SearchIO system introduced for event based
1288       parsing of Blast,Fasta reports Bio::SearchIO supports ncbi BLAST
1289       in text and XML and FASTA reports in standard output format.
1291     o Bio::Tree and Bio::TreeIO for phylogenetic trees.  A Random tree
1292       generator is included in Bio::TreeIO::RandomTrees and a
1293       statistics module for evaluating.
1295     o Bio::DB::GFF, Lincoln Stein's GFF database suitable as a DB
1296       server for DAS servers.
1298     o Bio::Tools::BPlite is provides more robust parsing of BLAST
1299       files.  The entire BPlite system migrated to using Bio::Root::IO
1300       for the data stream.
1302     o Bio::Tools::Alignment for Consed and sequence Trimming
1303       functionality.
1305     o Bio::Structure for Protein structure information and parsing
1307     o Bio::DB::GenBank/Bio::DB::GenPept updated to new NCBI Entrez
1308       cgi-bin entry point which should be more reliable.
1310     o Bio::Map and Bio::MapIO for biological map navigation and a
1311       framework afor parsing them in.  Only preliminary work here.
1313     o Interface for executing EMBOSS programs locally in Bio::Factory::EMBOSS
1314       Future work will integrate Pise and allow submission of analysis on
1315       remote servers.
1317     o Bio::AnnotationCollectionI and Bio::Annotation::Collection
1318       introduced as new objects for handling Sequence Annotation
1319       information (dblinks, references, etc) and is more robust that
1320       previous system.
1322     o Bio::Tools::FASTAParser introduced.
1324     o Scripts from the bioperl script submission project and new
1325       scripts from bioperl authors are included in "scripts" directory.
1327     o Factory objects and interfaces are being introduced and are more
1328       strictly enforced.
1330     o Bio::Root::Root introduced as the base object while
1331       Bio::Root::RootI is now simply an interface.
1333     o Bio::DB::RefSeq provides database access to copy of the NCBI
1334       RefSeq database using the EBI dbfetch script.
1336 0.9.0 Developer's release
1338     o perl version at least 5.005 is now required instead of perl 5.004
1340     o Bio::Tools::Run::RemoteBlast is available for running remote
1341       blast jobs at NCBI.
1343     o Bio::Tools::BPbl2seq was fixed to handle multiple HSPs.
1345     o Bio::SeqFeature::GeneStructure migrated to Bio::SeqFeature::Gene.
1346       Also added are related modules UTR3, UTR5, Exon, Intron,
1347       Promotor, PolyA and Transcript.
1349     o Speedup of translate method in PrimarySeq
1351     o Bio::SimpleAlign has new methods: location_from_column(), slice(),
1352       select(), dot(), get_seq_by_pos(), column_from_residue_number()
1354     o Various fixes to Variation toolkit
1356     o Bio::DB::EMBL provides database access to EMBL sequence data.
1357       Bio::DB::Universal provides a central way to point to indexes
1358       and dbs in a single interface.
1360     o Bio::DB::GFF - a database suitable for running DAS servers locally.
1362     o Bio::Factory::EMBOSS is still in design phase as is
1363       Bio::Factory::ApplicationFactoryI
1365     o Dia models for bioperl design are provided in the models/ directory
1367 0.7.2 Bug fix release
1369     o documentation fixes in many modules - SYNOPSIS code verified
1370       to be runnable in many (but not all modules)
1372     o corrected MANIFEST file from 0.7.1 release
1374     o Bug fix in Bio::SeqIO::FTHelper to properly handle
1375       split locations
1377     o Bio::SeqIO::genbank
1378         * Correct parsing and writing of genbank format with protein data
1379         * moltype and molecule separation
1381     o Bio::SeqIO::largefasta fix to avoid inifinite loops
1383     o Bio::SimpleAlign fixed to correctly handle consensus
1384       sequence calculation
1386     o Bio::Tools::HMMER supports hmmer 2.2g
1388     o Bio::Tools::BPlite to support report type specific parsing.  Most
1389       major changes are not on the 0.7 branch.
1391     o Bio::Tools::Run::StandAloneBlast exists_blast() fixed and works
1392       with File::Spec
1394     o Bio::Variation::AAChange/RNAChange corrected labels and mutated alleles
1395         in several types of mutations:
1396         1.) AA level: deletion, complex
1397         2.) AA level: complex, inframe
1398         3.) RNA level: silent
1400     o  BPbl2seq parsing of empty reports will not die, but will return
1401        a valid, empty, Bio::SeqFeature::SimilarityFeature for
1402        $report->query() and $report->subject() methods.  So an easy
1403        way to test if report was empty is to see if
1404        $report->query->seqname is undefined.
1406 0.7.1 Bug fix release
1408     o Better parsing of genbank/EMBL files especially fixing bugs
1409       related to Feature table parsing and locations on remote
1410       sequences.  Additionally, species name parsing was better.
1412     o Bio::SeqIO::genbank can parse now NCBI produced genbank database
1413       which include a number of header lines.
1415     o More strict genbank and EMBL format writing (corrected number of
1416       spaces where appropriate).
1418     o Bio::Tools::BPlite can better parse BLASTX reports - see BUGS
1419       for related BPlite BUGS that are unresolved in this release.
1421     o Bio::DB::GenBank, Bio::DB::GenPept have less problems
1422       downloading sequences from NCBI via HTTP.  Bio::DB::SwissProt can
1423       use expasy mirrors or EBI dbfetch cgi-script.
1425     o A moderate number of documentation improvements were made as
1426       well to provide a better code synopsis in each module.
1429 0.7  Large number of changes, including refactoring of the
1430      Object system, new parsers, new functionality and
1431      all round better system. Highlights are:
1434      o Refactored root of inheritance: moved to a lightweight Bio::Root::RootI;
1435        Bio::Root::IO for I/O and file/handle capabilities.
1437      o Imported BPlite modules from Ian Korf for BLAST
1438        parsing. This is considered the supported BLAST parser;
1439        Bio::Tools::Blast.pm will eventually phase out due to lack of support.
1441      o Improved Sequence Feature model. Added complete location
1442        modelling (with fuzzy and compound locations).  See
1443        Bio::LocationI and the modules under Bio/Location.  Added
1444        support in Genbank/EMBL format parsing to completely parse
1445        feature tables for complex locations.
1447      o Moved special support for databanks etc to specialized modules under
1448        Bio/Seq/. One of these supports very large sequences through
1449        a temporary file as a backend.
1451      o Explicit Gene, Transcript and Exon SeqFeature objects, supporting
1452        CDS retrieval and exon shuffling.
1454      o More parsers: Sim4, Genscan, MZEF, ESTScan, BPbl2seq, GFF
1456      o Refactored Bio/DB/GenBank+GenPept. There is now also DB/SwissProt and
1457        DB/GDB (the latter has platform-specific limitations).
1459      o New analysis parser framework for HT sequence annotation (see
1460        Bio::SeqAnalysisParserI and Bio::Factory::SeqAnalysisParserFactory)
1462      o New Alignment IO framework
1464      o New Index modules (Swissprot)
1466      o New modules for running Blast within perl
1467        (Bio::Tools::Run::StandAloneBlast). Added modules for running
1468        Multiple Sequence Alignment tools ClustalW and TCoffee
1469        (Bio::Tools::Run::Alignment).
1471      o New Cookbook-style tutorial (see bptutorial.pl). Improved
1472        documentation across the package.
1474      o Much improved cross platform support. Many known incompatibilities
1475        have been fixed; however, NT and Mac do not work across the entire
1476        setup (see PLATFORMS).
1478      o Many bug fixes, code restructuring, etc. Overall stability and
1479        maintainability benefit a lot.
1481      o A total of 957 automatic tests
1484 0.6.2
1486    There are very few functionality changes but a large
1487    number of software improvements/bug fixes across the package.
1489    o The EMBL/GenBank parsing are improved.
1491    o The Swissprot reading is improved. Swissprot writing
1492      is disabled as it doesn't work at all. This needs to
1493      wait for 0.7 release
1495    o BLAST reports with no hits are correctly parsed.
1497    o Several other bugs of the BLAST parser (regular expressions, ...)
1498      fixed.
1500    o Old syntax calls have been replaced with more modern syntax
1502    o Modules that did not work at all, in particular the Sim4
1503      set have been removed
1505    o Bio::SeqFeature::Generic and Bio::SeqFeature::FeaturePair
1506      have improved compliance with interface specs and documentation
1508    o Mailing list documentation updated throughout the distribution
1510    o Most minor bug fixes have happened.
1512    o The scripts in /examples now work and have the modern syntax
1513      rather than the deprecated syntax
1516 0.6.1  Sun April 2 2000
1518    o Sequences can have Sequence Features attached to them
1519         - The sequence features can be read from or written to
1520           EMBL and GenBank style flat files
1522    o Objects for Annotation, including References (but not
1523      full medline abstracts), Database links and Comments are
1524      provided
1526    o A Species object to represent nodes on a taxonomy tree
1527      is provided
1529    o The ability to parse HMMER and Sim4 output has been added
1531    o The Blast parsing has been improved, with better PSI-BLAST
1532      support and better overall behaviour.
1534    o Flat file indexed databases provide both random access
1535      and sequential access to their component sequences.
1537    o A CodonTable object has been written with all known
1538      CodonTables accessible.
1540    o A number of new lightweight analysis tools have been
1541      added, such as molecular weight determination.
1543     The 0.6 release also has improved software engineering
1545    o The sequence objects have been rewritten, providing more
1546      maintainable and easier to implement objects. These
1547      objects are backwardly compatible with the 0.05.1 objects
1549    o Many objects are defined in terms of interfaces and then
1550      a Perl implementation has been provided. The interfaces
1551      are found in the 'I' files (module names ending in 'I').
1553      This means that it is possible to wrap C/CORBA/SQL access
1554      as true "bioperl" objects, compatible with the rest of
1555      bioperl.
1557    o The SeqIO system has been overhauled to provide better
1558      processing and perl-like automatic interpretation of <>
1559      over arguments.
1561    o Many more tests have been added (a total of 172 automatic
1562      tests are now run before release).
1566 0.05.1 Tue Jun 29 05:30:44 1999
1567         - Central distribution now requires Perl 5.004. This was
1568           done to get around 5.003-based problems in Bio/Index/*
1569           and SimpleAlign.
1570         - Various bug fixes in the Bio::Tools::Blast modules
1571           including better exception handling and PSI-Blast
1572           support. See Bio/Tools/Blast/CHANGES for more.
1573         - Fixed the Parse mechanism in Seq.pm to use readseq.
1574           Follow the instructions in README for how to install
1575           it (basically, you have to edit Parse.pm).
1576         - Improved documentation of Seq.pm, indicating where
1577           objects are returned and where strings are returned.
1578         - Fixed uninitialized warnings in Bio::Root::Object.pm
1579           and Bio::Tools::SeqPattern.pm.
1580         - Bug fixes for PR#s: 30,31,33-35,41,42,44,45,47-50,52.
1582 0.05  Sun Apr 25 01:14:11 1999
1583         - Bio::Tools::Blast modules have less memory problems
1584           and faster parsing. Webblast uses LWP and supports
1585           more functionality. See Bio/Tools/Blast/CHANGES for more.
1586         - The Bio::SeqIO system has been started, moving the
1587           sequence reformatting code out of the sequence object
1588         - The Bio::Index:: system has been started, providing
1589           generic index capabilities and specifically works for
1590           Fasta formatted databases and EMBL .dat formatted
1591           databases
1592         - The Bio::DB:: system started, providing access to
1593           databases, both via flat file + index (see above) and
1594           via http to NCBI
1595         - The scripts/ directory, where industrial strength scripts
1596           are put has been started.
1597         - Many changes - a better distribution all round.
1599 0.04.4  Wed Feb 17 02:20:13 1999
1600         - Bug fixes in the Bio::Tools::Blast modules and postclient.pl
1601           (see Bio::Tools::Blast::CHANGES).
1602         - Fixed a bug in Bio::Tools::Fasta::num_seqs().
1603         - Beefed up the t/Fasta.t test script.
1604         - Small fix in Bio::Seq::type() (now always returns a string).
1605         - Changed Bio::Root::Utilities::get_newline_char() to
1606           get_newline() since it could return more than one char.
1607         - Added $NEWLINE and $TIMEOUT_SECS to Bio::Root::Global.
1608         - Changed default timeout to 20 seconds (was 3).
1609         - Moved lengthy modification notes to the bottom of some files.
1610         - Fixed SimpleAlign write_fasta bug.
1611         - Beefed up SimpleAlign.t test
1613 0.04.3  Thu Feb  4 07:48:53 1999
1614         - Bio::Root::Object.pm and Global.pm now detect when
1615           script is run as a CGI and suppress output that is only
1616           appropriate when running interactively.
1617         - Bio::Root::Err::_set_context() adds name of script ($0).
1618         - Added comments in Bio::Tools::WWW.pm and Bio::Root::Utilities.pm
1619           regarding the use of the static objects via the qw(:obj) tag.
1620         - Fixed the ambiguous reverse calls in Seq.pm and UnivAln.pm to
1621           CORE::reverse, avoiding Perl warnings.
1622         - Bug fixes in Bio::Tools::Blast modules (version 0.074) and
1623           example scripts (see Bio::Tools::Blast::CHANGES).
1624         - examples/seq/seqtools.pl no longer always warns about using
1625           -prot or -nucl command-line arguments; only when using the
1626           -debug argument.
1627         - Methods added to Bio::Root::Utilities: create_filehandle(),
1628           get_newline_char(), and taste_file() to generalize filehandle
1629           creation and autodetect newline characters in files/streams
1630           (see bug report #19).
1631         - Bio::Root::IOManager::read() now handles timeouts and uses
1632           Utilities::create_filehandle().
1633         - Bio::Tools::Fasta.pm uses Utilities::get_newline_char() instead
1634           of hardwiring in "\n".
1635         - Bug fixes in the Bio::SimpleAlign and Bio::Tools::pSW
1637 0.04.2  Wed Dec 30 02:27:36 1998
1638         - Bug fixes in Bio::Tools::Blast modules, version 0.073
1639           (see Bio::Tools::Blast::CHANGES).
1640         - Changed reverse calls in Bio/Seq.pm and Bio/UnivAln.pm
1641           to CORE::reverse (prevents ambiguous warnings with 5.005).
1642         - Appending '.tmp.bioperl' to temporary files created by
1643           Bio::Root::Utilities::compress() or uncompress() to
1644           make it easy to identify & cleanup these files as needed.
1645         - Developers: Created CVS branch release-0-04-bug from
1646           release-0-04-1. Before making bug fixes to the 0.04.1 release,
1647           be sure to cvs checkout this branch into a clean area.
1649 0.04.1  Wed Dec 16 05:39:15 1998
1650         - Bug fixes in Bio::Tools::Blast modules, version 0.072
1651           (see Bio::Tools::Blast::CHANGES).
1652         - Compile/SW/Makefile.PL now removes *.o and *.a files
1653           with make clean.
1655 0.04  Tue Dec  8 07:49:19 1998
1656         - Lots of new modules added including:
1657            * Ewan Birney's Bio::SimpleAlign.pm, Bio::Tools::AlignFactory.pm,
1658              and Bio/Compile directory containing XS-linked C code for
1659              creating Smith-Waterman sequence alignments from within Perl.
1660            * Steve Chervitz's Blast distribution has been incorporated.
1661            * Georg Fuellen's Bio::UnivAln.pm for multiple alignment objects.
1662         - Bio/examples directory for demo scripts for all included modules.
1663         - Bio/t directory containing test suit for all included modules.
1664         - For changes specific to the Blast-related modules prior to
1665           incorporation in this central distribution, see the CHANGES
1666           file in the Bio/Tools/Blast directory.
1668 0.01  Tue Sep  8 14:23:22 1998
1669         - original version from central CVS tree; created by h2xs 1.18