Releases: biojava/biojava
Releases · biojava/biojava
BioJava 7.2.5
Sorry, something went wrong.
No results found
Fixed
- Fix NPE in Structure.toMMCIF() for some PDB entries (e.g. 2G10)
- Maven plugin duplication in main pom.xml
- Fixes for SonarQube S1155
- Some library upgrades
BioJava 7.2.4
Sorry, something went wrong.
No results found
Fixed
- Edge case in quaternary symmetry calculation #1120
BioJava 7.2.3
Sorry, something went wrong.
No results found
Fixed
- Don't use label_seq_id in mmCIF output for non-polymers #1116
BioJava 7.2.2
Sorry, something went wrong.
No results found
Fixed
- mmCIF parsing: entity type should be case insensitive #1109
- Upgraded to latest version of ciftools-java, fixes mmCIF parsing performance issues in some edge cases rcsb/ciftools-java#13
- Added safeguards for Structure.get*Chain*() methods #1111
BioJava 7.2.1
Sorry, something went wrong.
No results found
Fixed
- More lenient mmCIF parsing to be able to parse PDB-IHM entries, some more edge cases #1108
BioJava 7.2.0
Sorry, something went wrong.
No results found
Fixed
- More lenient mmCIF parsing to be able to parse PDB-IHM entries #1106
- Now AsaCalculator main constructor will use first model only instead of all #1107
Added
- New constructor for AsaCalculator to provide Structure and model #1107
BioJava 7.1.4
Sorry, something went wrong.
No results found
Fixed
- More lenient mmCIF parsing, now can read files produced by Gemmi #1103
- Javadocs: all javadoc lint errors fixed
- Plugin updates and fixed issues in maven release process
BioJava 7.1.3
Sorry, something went wrong.
No results found
BioJava 7.1.2
Sorry, something went wrong.
No results found
Fixed
- Brought back a command line argument for protein comparison tool #1096
- Upgraded the log facade framework to slf4j2 #1094
- Code smell fixes (Sonar issues S2293, S1319) #1095 #1091
- Various small fixes
Removed
- Removed capability of automatic download/caching of PDB archive files in MMTF format, following deprecation
by RCSB PDB. Code to encode/decode in MMTF format is still in place #1099
BioJava 7.1.1
Sorry, something went wrong.
No results found
Fixed
- Now mmCIF files that have no author fields in atom_site can be read (e.g. from PyMol or ESMAtlas) #775 #1083
- No evaluations of arguments in debug level log statements #1086 #789
Removed
- Minor removal from biojava-core: FileDownloadUtils::copy, replaced by Files::copy