Skip to content

Commit ed1f064

Browse files
committed
Updating readme, changelog after latest release
1 parent a565de8 commit ed1f064

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
BioJava Changelog
22
-----------------
33

4+
BioJava 5.4.0
5+
=============
6+
### Added
7+
* Minimal read support for mmCIF files with branched entities (upcoming PDB release July 2020). The new entity type is understood now but branched entities are still treated as non-polymers within BioJava. #868
8+
* InterfaceFinder class to find interfaces of a given PDB assembly #867
9+
* New switch in Subunit clusterer `useEntityIdForSeqIdentityDetermination` #857 #859
10+
11+
### Changed
12+
* Now genbank parser will allow 5'<3' for circular DNA #855
13+
14+
### Fixed
15+
* Issue in bonds between atoms of different alt locs (https://github.com/rcsb/mmtf/issues/44) #854
16+
* Upgrade ciftools-java dependency to latest java-8 compatible release 0.7.1
17+
418
BioJava 5.3.0
519
=============
620
### New features

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Welcome to <img src="logo-full.png" height="35"/>
22

3-
[![Build Status](https://travis-ci.org/biojava/biojava.svg?branch=master)](https://travis-ci.org/biojava/biojava) [![Version](http://img.shields.io/badge/version-5.3.0-blue.svg?style=flat)](https://github.com/biojava/biojava/releases/tag/biojava-5.3.0) [![License](http://img.shields.io/badge/license-LGPL_2.1-blue.svg?style=flat)](https://github.com/biojava/biojava/blob/master/LICENSE) [![Join the chat at https://gitter.im/biojava/biojava](https://badges.gitter.im/biojava/biojava.svg)](https://gitter.im/biojava/biojava?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3+
[![Build Status](https://travis-ci.org/biojava/biojava.svg?branch=master)](https://travis-ci.org/biojava/biojava) [![Version](http://img.shields.io/badge/version-5.4.0-blue.svg?style=flat)](https://github.com/biojava/biojava/releases/tag/biojava-5.4.0) [![License](http://img.shields.io/badge/license-LGPL_2.1-blue.svg?style=flat)](https://github.com/biojava/biojava/blob/master/LICENSE) [![Join the chat at https://gitter.im/biojava/biojava](https://badges.gitter.im/biojava/biojava.svg)](https://gitter.im/biojava/biojava?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
44

55

66
BioJava is an open-source project dedicated to providing a Java framework for **processing biological data**. It provides analytical and statistical routines, parsers for common file formats, reference implementations of popular algorithms, and allows the manipulation of sequences and 3D structures. The goal of the biojava project is to facilitate rapid application development for bioinformatics.
@@ -28,7 +28,7 @@ If you are using Maven you can add the BioJava repository by adding the followin
2828
<dependency>
2929
<groupId>org.biojava</groupId>
3030
<artifactId>biojava-core</artifactId>
31-
<version>5.3.0</version>
31+
<version>5.4.0</version>
3232
</dependency>
3333
<!-- other biojava modules as needed -->
3434
</dependencies>

0 commit comments

Comments
 (0)