Skip to content

Commit 53179ad

Browse files
committed
Updating docs after 7.0.0 release
1 parent a016539 commit 53179ad

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

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

4+
BioJava 7.0.0
5+
==============================
6+
### Breaking
7+
* BioJava is now compiled at JDK 11 compatibility level. It will not work anymore under older JREs (e.g. JRE 8).
8+
This is the main reason for the major version bump.
9+
10+
### Added
11+
* Better handling of downloads: file download validation #1024
12+
13+
### Fixed
14+
* Upgrade to latest ciftools-java, fixes non-US locale issue #1049
15+
* Issue with some edge cases in CIF parsing #1054
16+
* Minor security issue #1046
17+
418

519
BioJava 6.1.0
620
==============================
@@ -130,6 +144,18 @@ BioJava 5.3.0
130144
* Bug fix in GenbankReader #800 #829
131145
* Dependencies and maven plugin upgrades
132146

147+
BioJava 7.0.0
148+
==============================
149+
### Breaking
150+
* BioJava is now compiled at JDK 11 level. It will not work anymore under older JREs (e.g. JRE 8).
151+
This is the main reason for the major bump.
152+
153+
### Added
154+
* Better handling of partial downloads
155+
156+
### Fixed
157+
* Issue with some edge cases in CIF parsing: #1054
158+
133159

134160
BioJava 5.2.1
135161
=============

README.md

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

33
![Build](https://github.com/biojava/biojava/actions/workflows/master.yml/badge.svg)
4-
[![Version](http://img.shields.io/badge/version-6.1.0-blue.svg?style=flat)](https://github.com/biojava/biojava/releases/tag/biojava-6.1.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)
4+
[![Version](http://img.shields.io/badge/version-7.0.0-blue.svg?style=flat)](https://github.com/biojava/biojava/releases/tag/biojava-7.0.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)
55

66

77
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.
@@ -29,7 +29,7 @@ If you are using Maven you can add the BioJava repository by adding the followin
2929
<dependency>
3030
<groupId>org.biojava</groupId>
3131
<artifactId>biojava-core</artifactId>
32-
<version>6.1.0</version>
32+
<version>7.0.0</version>
3333
</dependency>
3434
<!-- other biojava modules as needed -->
3535
</dependencies>

0 commit comments

Comments
 (0)