@@ -239,3 +239,98 @@ BioJava 4.2.0 offers many new features, as well several bug-fixes.
239239- provide methods for common distance matrix calculations and framework for user-defined distances
240240- update the forester version to have the correct NJ tree constructor
241241- correct some of the tree evaluator statistics.
242+
243+ BioJava 4.1.0
244+ =============
245+
246+ release date: June 24th 2015
247+
248+ ### New Features:
249+
250+ - New algorithm for multiple structure alignments
251+ - Improved visualization of structural alignments in Jmol
252+ - Support for the ECOD protein classification
253+ - Better mmCIF support: limited write support, better parsing
254+
255+ BioJava 4.0.0
256+ =============
257+
258+ release date: January 30th 2015
259+
260+ ### New Features:
261+
262+ - General
263+ - Consistent error logging. SLF4J is used for logging and provides adaptors for all major
264+ logging implementations. (many contributors, including @benjamintboyle and @josemduarte )
265+ - Improved handling of exceptions (@dmyersturnbull )
266+ - Removed deprecated methods
267+ - Expanded the BioJava tutorial (@andreasprlic , @josemduarte , and @sbliven )
268+ - Updated dependencies where applicable
269+ - Available on Maven Central (@andreasprlic and @heuermh )
270+ - biojava3-core
271+ - Improved Genbank parser, including support for feature records, qualifiers, and nested
272+ locations. (@paolopavan and @jgrzebyta )
273+ - biojava3-structure
274+ - Better support for crystallographic information, including crystallographic operators,
275+ unit cells, and protein-protein interfaces. (@josemduarte )
276+ - Better organization of downloaded structure files (set using the PDB_DIR and PDB_CACHE_DIR
277+ environmental variables) (@sbliven )
278+ - Better command-line tools for structure alignment (@sbliven )
279+ - New algorithm for symmetry detection in biological assemblies (@pwrose )
280+ - New algorithm for fast contact calculation, both intra-chain and inter-chain (@josemduarte )
281+ - Support for Accessible Surface Area (ASA) calculation through and implementation of
282+ the Shrake & Rupley algorithm, both single-thread and parallel (memory permitting) (@josemduarte )
283+ - Support for large structures (memory permitting) and multi-character chain IDs.
284+ - Default to mmCIF file format, as recommended by the wwPDB
285+
286+ This version is compatible with Java 6, 7, and 8.
287+
288+ ### Upgrading
289+ Since we renamed all package names to be consistent across the whole project,
290+ there will be import errors when upgrading to this version. These can automatically get resolved
291+ by IDEs such as Eclipse or IntelliJ by selecting the Optimize Import menu item.
292+
293+ BioJava 3.1.0
294+ =============
295+
296+ release date: August 25th 2014
297+
298+ While most development is going towards the upcoming 4.0.0 release, this release provides
299+ bug fixes and a few new features:
300+
301+ - CE-CP version 1.4, with additional parameters
302+ - Update to SCOPe 2.04
303+ - Improvements in FASTQ parsing
304+ - Fix bugs in PDB parsing
305+ - Minor fixes in structure alignments
306+
307+ This version is compatible with Java 6 and 7.
308+
309+ BioJava 3.0.8
310+ =============
311+
312+ release date: March 25th 2014
313+
314+ New Features:
315+
316+ - New Genbank writer
317+ - New parser for Karyotype file from UCSC
318+ - New parser for Gene locations from UCSC
319+ - New parser for Gene names file from genenames.org
320+ - New module for Cox regression code for survival analysis
321+ - New calculation of accessible surface area (ASA)
322+ - New module for parsing .OBO files (ontologies)
323+ - Improved representation of SCOP and Berkeley-SCOP classifications
324+
325+ BioJava 3.0.7
326+ =============
327+
328+ release date: September 23rd 2013
329+
330+ New features:
331+
332+ - added a basic genbank parser
333+ - fixed a problem when translating codons with N
334+ - now can infer bonds in protein structures
335+ - added support to parse mmcif records for organism and expression system
336+ - many small bug fixes and improvements
0 commit comments