Skip to content

Commit 4d13ff6

Browse files
committed
preparing release
1 parent 5687e53 commit 4d13ff6

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ It uses a Genetic Algorithm (GA) as a search engine in the chemical space and
3636

3737
You can try it out before any installation on `Binder <https://mybinder.org/v2/gh/ale94mleon/moldrug/HEAD?labpath=%2Fdocs%2Fnotebooks%2F>`__.
3838

39-
You can use `MolDrug-Dashboard <https://ale94mleon-moldrug-streamlitstreamlit-app-nltunu.streamlit.app/>`__ to process the results.
39+
You can use `MolDrug-Dashboard <https://moldrug-dashboard.streamlit.app/>`__ to process the results.
4040

4141
Documentation
4242
-------------

docs/source/CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [unreleased]
99

10+
## [3.5.0]
11+
1012
### Fixed
1113

1214
- Refactored changes for for meeko-0.5.0.
@@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921
### Changed
2022

2123
- From `csf` to `toml` package configuration.
22-
- Structure of the repo. Now `src/moldrug`
24+
- Structure of the repo. Now `src/moldrug`.
25+
- Improve [MolDrug-Dashboard](https://moldrug-dashboard.streamlit.app/).
2326

2427
## [3.4.0] - 2023.03.10
2528

@@ -28,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2831
- Continuation option to the command line.
2932
- `moldrug.cli.CommandLineHelper` class to work with the parameters passed through the command line.
3033
- `checkpoint` option to `moldrug.utils.GA`.
31-
- [MolDrug-Dashboard](https://ale94mleon-moldrug-streamlitstreamlit-app-nltunu.streamlit.app) add-on. This is not included on the package itself, but could be used online or locally. In the case of locally you must check [Streamlit](https://streamlit.io/), the [requirements.txt](https://github.com/ale94mleon/MolDrug/blob/main/streamlit/requirements.txt) and the [app script](https://github.com/ale94mleon/MolDrug/blob/main/streamlit/streamlit_app.py).
34+
- [MolDrug-Dashboard](https://moldrug-dashboard.streamlit.app/) add-on. This is not included on the package itself, but could be used online or locally. In the case of locally you must check [Streamlit](https://streamlit.io/), the [requirements.txt](https://github.com/ale94mleon/MolDrug/blob/main/streamlit/requirements.txt) and the [app script](https://github.com/ale94mleon/MolDrug/blob/main/streamlit/streamlit_app.py).
3235
- `retunr_mol` option to `utils.to_dataframe`
3336

3437
### Changed
@@ -329,7 +332,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
329332
- Minor code cleaning.
330333
- Better code covered during testing
331334

332-
[unreleased]: https://github.com/ale94mleon/MolDrug/compare/3.4.0...HEAD
335+
[unreleased]: https://github.com/ale94mleon/MolDrug/compare/3.5.0...HEAD
336+
[3.5.0]: https://github.com/ale94mleon/MolDrug/compare/3.4.0...3.5.0
333337
[3.4.0]: https://github.com/ale94mleon/MolDrug/compare/3.3.0...3.4.0
334338
[3.3.0]: https://github.com/ale94mleon/MolDrug/compare/3.2.5...3.3.0
335339
[3.2.5]: https://github.com/ale94mleon/MolDrug/compare/3.2.2...3.2.5

docs/source/moldrug_dahsboard.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ MolDrug Dashboard
22
=================
33
|streamlit| |MolDrug| |rdkit| |mols2grid| |ProLIF| |py3Dmol| |stmol| |mdanalysis| |meeko| |numpy| |pandas| |seaborn|
44

5-
`MolDrug-Dashboard <https://ale94mleon-moldrug-streamlitstreamlit-app-nltunu.streamlit.app/>`__ will help you to get a overview
5+
`MolDrug-Dashboard <https://moldrug-dashboard.streamlit.app//>`__ will help you to get a overview
66
of your MolDrug simulation.
77

88

0 commit comments

Comments
 (0)