prepare release 2.5.1

This commit is contained in:
rdk
2025-08-07 19:37:25 +02:00
parent 4b723fd1d3
commit 9808a7723b
5 changed files with 9 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@@ -8,7 +8,7 @@ Ligand-binding site prediction based on machine learning.
<img src="https://github.com/rdk/p2rank/blob/develop/misc/img/p2rank_sas_points.png?raw=true" width="600" alt="P2Rank illustration"> <img src="https://github.com/rdk/p2rank/blob/develop/misc/img/p2rank_sas_points.png?raw=true" width="600" alt="P2Rank illustration">
</p> </p>
<a href="https://github.com/rdk/p2rank/releases" title="go to the release page"><img src="https://img.shields.io/badge/release-2.5-green.svg"></img></a> <a href="https://github.com/rdk/p2rank/releases" title="go to the release page"><img src="https://img.shields.io/badge/release-2.5.1-green.svg"></img></a>
[![Build Status](https://github.com/rdk/p2rank/actions/workflows/develop.yml/badge.svg)](https://github.com/rdk/p2rank/actions) [![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) [![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) ![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) * KDTree by Rednaxela (http://robowiki.net/wiki/User:Rednaxela/kD-Tree)
* BioJava (https://github.com/biojava) * BioJava (https://github.com/biojava)
* Chemistry Development Kit (https://github.com/cdk) * Chemistry Development Kit (https://github.com/cdk)
* Weka (http://www.cs.waikato.ac.nz/ml/weka/)
## 🤝 Contributing ## 🤝 Contributing

View File

@@ -15,6 +15,9 @@ All changes of that type should be rare and should be all listed here.
## List of changes ## List of changes
### 2.5.1
none
### 2.5 ### 2.5

View File

@@ -22,7 +22,7 @@ apply plugin: "com.github.ben-manes.versions" // ./gradlew dependencyUpdates
group = 'cz.siret' group = 'cz.siret'
version = '2.5.1-rc.2' version = '2.5.1'
description = 'Ligand binding site prediction based on machine learning.' description = 'Ligand binding site prediction based on machine learning.'

View File

@@ -1,6 +1,6 @@
MIT License 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 Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal