From 9808a7723be9a94e2ffc21ab5f724cb6ae4ba01e Mon Sep 17 00:00:00 2001 From: rdk Date: Thu, 7 Aug 2025 19:37:25 +0200 Subject: [PATCH] prepare release 2.5.1 --- LICENSE.txt | 4 ++-- README.md | 3 +-- breaking-changes.md | 3 +++ build.gradle | 2 +- distro/LICENSE.txt | 4 ++-- 5 files changed, 9 insertions(+), 7 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index fe510903..a3ff2106 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2024 Radoslav Krivák, David Hoksza, Lukáš Jendele, Petr Škoda and other contributors +Copyright (c) 2017-2025 Radoslav Krivák, David Hoksza, Lukáš Jendele, Petr Škoda and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/README.md b/README.md index 9ffdbed3..9900c32c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Ligand-binding site prediction based on machine learning. P2Rank illustration

- + [![Build Status](https://github.com/rdk/p2rank/actions/workflows/develop.yml/badge.svg)](https://github.com/rdk/p2rank/actions) [![License: MIT](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](/LICENSE.txt) ![GitHub all releases](https://img.shields.io/github/downloads/rdk/p2rank/total) @@ -254,7 +254,6 @@ This program builds upon software written by other people, either through librar * KDTree by Rednaxela (http://robowiki.net/wiki/User:Rednaxela/kD-Tree) * BioJava (https://github.com/biojava) * Chemistry Development Kit (https://github.com/cdk) -* Weka (http://www.cs.waikato.ac.nz/ml/weka/) ## 🤝 Contributing diff --git a/breaking-changes.md b/breaking-changes.md index 086287dd..9d900721 100644 --- a/breaking-changes.md +++ b/breaking-changes.md @@ -15,6 +15,9 @@ All changes of that type should be rare and should be all listed here. ## List of changes +### 2.5.1 + +none ### 2.5 diff --git a/build.gradle b/build.gradle index 63e2f93a..14b35d0d 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: "com.github.ben-manes.versions" // ./gradlew dependencyUpdates group = 'cz.siret' -version = '2.5.1-rc.2' +version = '2.5.1' description = 'Ligand binding site prediction based on machine learning.' diff --git a/distro/LICENSE.txt b/distro/LICENSE.txt index fe510903..a3ff2106 100644 --- a/distro/LICENSE.txt +++ b/distro/LICENSE.txt @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017-2024 Radoslav Krivák, David Hoksza, Lukáš Jendele, Petr Škoda and other contributors +Copyright (c) 2017-2025 Radoslav Krivák, David Hoksza, Lukáš Jendele, Petr Škoda and other contributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE.