Skip to content

Commit f80f8bd

Browse files
committed
Adding missing release notes for already done releases and WIP for 5.0.0
1 parent aaa9d5e commit f80f8bd

File tree

1 file changed

+71
-13
lines changed

1 file changed

+71
-13
lines changed

CHANGELOG.md

Lines changed: 71 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,79 @@
11
BioJava 5.0.0
22
=============
33

4-
unreleased
4+
unreleased. Notes are WIP
55

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
77

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
813

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
1077
=============
1178

1279
release date: December 7th 2016
@@ -82,7 +149,7 @@ Biojava-structure
82149
- Substructures now contain seqres groups (isse #449)
83150
- Structures containing insertion codes are now written correctly to mmCIF
84151
- 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
86153
- CATH updated to 4.0.0
87154
- Better ECOD javadocs (issue #452)
88155

@@ -143,12 +210,3 @@ Biojava-Phylo
143210
- update the forester version to have the correct NJ tree constructor
144211
AND
145212
- correct some of the tree evaluator statistics.
146-
147-
148-
149-
150-
151-
152-
153-
154-

0 commit comments

Comments
 (0)