Skip to content

Commit

Permalink
preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
ale94mleon committed Oct 26, 2023
1 parent 5687e53 commit 4d13ff6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ It uses a Genetic Algorithm (GA) as a search engine in the chemical space and

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

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

Documentation
-------------
Expand Down
10 changes: 7 additions & 3 deletions docs/source/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [3.5.0]

### Fixed

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

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

## [3.4.0] - 2023.03.10

Expand All @@ -28,7 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Continuation option to the command line.
- `moldrug.cli.CommandLineHelper` class to work with the parameters passed through the command line.
- `checkpoint` option to `moldrug.utils.GA`.
- [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).
- [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).
- `retunr_mol` option to `utils.to_dataframe`

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

[unreleased]: https://github.com/ale94mleon/MolDrug/compare/3.4.0...HEAD
[unreleased]: https://github.com/ale94mleon/MolDrug/compare/3.5.0...HEAD
[3.5.0]: https://github.com/ale94mleon/MolDrug/compare/3.4.0...3.5.0
[3.4.0]: https://github.com/ale94mleon/MolDrug/compare/3.3.0...3.4.0
[3.3.0]: https://github.com/ale94mleon/MolDrug/compare/3.2.5...3.3.0
[3.2.5]: https://github.com/ale94mleon/MolDrug/compare/3.2.2...3.2.5
Expand Down
2 changes: 1 addition & 1 deletion docs/source/moldrug_dahsboard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ MolDrug Dashboard
=================
|streamlit| |MolDrug| |rdkit| |mols2grid| |ProLIF| |py3Dmol| |stmol| |mdanalysis| |meeko| |numpy| |pandas| |seaborn|

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


Expand Down

0 comments on commit 4d13ff6

Please sign in to comment.