Skip to content

Commit

Permalink
ud citation and changelog to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cbouy committed Jun 11, 2021
1 parent 5fc3d9a commit 2153f71
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
12 changes: 7 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
### Changed
### Deprecated
### Removed
### Fixed

## [0.3.2] - 2021-06-11
### Added
- LigNetwork: an interaction diagram with atomistic details for the ligand and
residue-level details for the protein, fully interactive in a browser/notebook, inspired
from LigPlot (PR #19)
Expand All @@ -19,8 +26,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
recalculating the IFP if one wants to display it with atomic details (PR #19)
- Changed the values returned by `fp.bitvector_atoms`: the atom indices have been
separated in two lists, one for the ligand and one for the protein (PR #19)
### Deprecated
### Removed
### Fixed
- Residues with a resnumber of `0` are not converted to `None` anymore (Issue #13)

Expand All @@ -42,8 +47,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added the `Fingerprint.run_from_iterable` method, which uses the new supplier functions
to quickly generate a fingerprint.
- Sorted the output of `Fingerprint.list_available`
### Deprecated
### Removed
### Fixed
- `Fingerprint.to_dataframe` is now much faster (Issue #7)
- `ResidueId.from_string` method now supports 1-letter and 2-letter codes for RNA/DNA
Expand All @@ -58,7 +61,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- All the API and the underlying code have been modified
- Repository has been moved from GitHub user @cbouy to organisation @chemosim-lab
### Deprecated
### Removed
- Custom MOL2 file reader
- Command-line interface
Expand Down
8 changes: 6 additions & 2 deletions docs/source/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ If you use ProLIF in your research, please cite the DOI corresponding to the rel
* - Version
- Release date
- DOI
* - v0.3.2
- 2021-06-11
- .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4926112.svg
:target: https://doi.org/10.5281/zenodo.4926112
* - v0.3.1
- 2021-02-02
- .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4495702.svg
:target: https://doi.org/10.5281/zenodo.4495702
:target: https://doi.org/10.5281/zenodo.4495702
* - v0.3.0
- 2020-12-23
- .. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4386985.svg
:target: https://doi.org/10.5281/zenodo.4386985
:target: https://doi.org/10.5281/zenodo.4386985

0 comments on commit 2153f71

Please sign in to comment.