|
1 | 1 | BioJava 5.0.0 |
2 | 2 | ============= |
3 | 3 |
|
4 | | -unreleased |
| 4 | +unreleased. Notes are WIP |
5 | 5 |
|
6 | | -- For short structure selections (e.g. 1abc.A:1-100), ligands within 5A will be included |
| 6 | +* For short structure selections (e.g. 1abc.A:1-100), ligands within 5A will be included |
7 | 7 |
|
| 8 | +Breaking API changes |
| 9 | +* org.biojava.nbio.structure.Compound -> org.biojava.nbio.structure.EntityInfo |
| 10 | +* org.biojava.nbio.structure.io.util.FileDownloadUtils -> org.biojava.nbio.core.util.FileDownloadUtils |
| 11 | +* org.biojava.nbio.structure.symmetry.core.AxisAligner -> org.biojava.nbio.structure.symmetry.axis.AxisAligner |
| 12 | +* org.biojava.nbio.structure.symmetry.core.Subunits -> refactored into serveral classes in org.biojava.nbio.structure.cluster: Subunit, SubunitCluster, SubunitClusterer |
8 | 13 |
|
9 | | -BioJava 4.2.5 |
| 14 | + |
| 15 | + |
| 16 | +BioJava 4.2.11 |
| 17 | +============== |
| 18 | + |
| 19 | +release date: January 11th 2018 |
| 20 | +This release contains [3](https://github.com/biojava/biojava/compare/biojava-4.2.10...biojava-4.2.11) commits from 1 contributor. |
| 21 | + |
| 22 | +### Bug fixes |
| 23 | +- Updated hmmer scan web service URL to https. |
| 24 | + |
| 25 | +BioJava 4.2.10 |
| 26 | +============== |
| 27 | + |
| 28 | +release date: December 11th 2017 |
| 29 | +This release contains [7](https://github.com/biojava/biojava/compare/biojava-4.2.9...biojava-4.2.10) commits from 2 contributors. |
| 30 | + |
| 31 | +### Bug fixes |
| 32 | +- Fixed issue #659 |
| 33 | +- Fixed issue #715 |
| 34 | + |
| 35 | +BioJava 4.2.9 |
| 36 | +============= |
| 37 | + |
| 38 | +release date: October 19th 2017 |
| 39 | +This release contains [15](https://github.com/biojava/biojava/compare/biojava-4.2.8...biojava-4.2.9) commits from 2 contributors. |
| 40 | + |
| 41 | +### Bug fixes |
| 42 | +- Some fixes to PDB file parsing CONECT/LINK records |
| 43 | +- Updated URLs for external resources |
| 44 | + |
| 45 | + |
| 46 | +BioJava 4.2.8 |
| 47 | +============= |
| 48 | + |
| 49 | +release date: July 6th 2017 |
| 50 | +This release contains [15](https://github.com/biojava/biojava/compare/biojava-4.2.7...biojava-4.2.8) commits from 3 contributors. |
| 51 | + |
| 52 | +### Bug fixes |
| 53 | +- Small additions to AlignedSequence in core module to better support pipelines that use 4.2.x |
| 54 | +- URLs adapted to latest RCSB PDB convention #682 |
| 55 | + |
| 56 | +BioJava 4.2.7 |
| 57 | +============= |
| 58 | + |
| 59 | +release date: March 7th 2017 |
| 60 | +This release contains [8](https://github.com/biojava/biojava/compare/biojava-4.2.6...biojava-4.2.7) commits from 4 contributors. |
| 61 | + |
| 62 | +### Bug fixes |
| 63 | +- Fix for hmmer web service in biojava-ws #640 |
| 64 | +- Fix in chromosome mapping tool #636 |
| 65 | + |
| 66 | +BioJava 4.2.6 |
| 67 | +============= |
| 68 | + |
| 69 | +release date: February 17th 2017 |
| 70 | +This release contains [12](https://github.com/biojava/biojava/compare/biojava-4.2.5...biojava-4.2.6) commits from 4 contributors. |
| 71 | + |
| 72 | +### Bug fixes |
| 73 | +* Fix for problem in chain cloning, #631 |
| 74 | +* Several bug fixes and better error check in quaternary symmetry detection code |
| 75 | + |
| 76 | +BioJava 4.2.5 |
10 | 77 | ============= |
11 | 78 |
|
12 | 79 | release date: December 7th 2016 |
@@ -82,7 +149,7 @@ Biojava-structure |
82 | 149 | - Substructures now contain seqres groups (isse #449) |
83 | 150 | - Structures containing insertion codes are now written correctly to mmCIF |
84 | 151 | - AtomCache now uses the correct default parsing parameters (issue #455) |
85 | | -- Fixed problem with some atom charges that weren't being added |
| 152 | +- Fixed problem with some atom charges that weren't being added |
86 | 153 | - CATH updated to 4.0.0 |
87 | 154 | - Better ECOD javadocs (issue #452) |
88 | 155 |
|
@@ -143,12 +210,3 @@ Biojava-Phylo |
143 | 210 | - update the forester version to have the correct NJ tree constructor |
144 | 211 | AND |
145 | 212 | - correct some of the tree evaluator statistics. |
146 | | - |
147 | | - |
148 | | - |
149 | | - |
150 | | - |
151 | | - |
152 | | - |
153 | | - |
154 | | - |
|
0 commit comments