mirror of
https://github.com/rdk/p2rank.git
synced 2026-06-04 12:44:24 +08:00
prepare release 2.5.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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">
|
||||
</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>
|
||||
[](https://github.com/rdk/p2rank/actions)
|
||||
[](/LICENSE.txt)
|
||||

|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.'
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user