Skip to content

Commit

Permalink
Release v1.7.1 (#329)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Bump versions to 1.7.1

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Arian Jamasb <arjamasb@gmail.com>
  • Loading branch information
3 people committed Aug 24, 2023
1 parent 93d2965 commit 14638d8
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
### 1.7.1 - UNRELEASED
### 1.7.1 - 26/07/2023

#### New Features
* [Feature] - [#305](https://github.com/a-r-j/graphein/pull/305) Adds the `add_virtual_beta_carbon_vector` function inspired by [RFdiffusion](https://github.com/RosettaCommons/RFdiffusion/blob/main/rfdiffusion/coords6d.py#L37) and ProteinMPNN.
Expand All @@ -25,6 +25,7 @@ https://github.com/a-r-j/graphein/pull/334
* Fixes initialisation of `Protein` objects. [#317](https://github.com/a-r-j/graphein/issues/317) [#318](https://github.com/a-r-j/graphein/pull/318)
* Fixes incorrect `rad` and `embed` argument logic in `graphein.protein.tensor.angles.dihedrals/sidechain_torsion` [#321](https://github.com/a-r-j/graphein/pull/321)
* Fixes incorrect start padding in pNeRF output [#321](https://github.com/a-r-j/graphein/pull/321)
* Fixes `pyyaml` breaking installation [#328](https://github.com/a-r-j/graphein/pull/328)
* Fixes setting ID for PyG data objects when loading from a path to a `.pdb` file [#332](https://github.com/a-r-j/graphein/pull/332)

#### Other Changes
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Expand Up @@ -34,7 +34,7 @@
copyright = f"{datetime.datetime.now().year}, {author}"

# The full version, including alpha/beta/rc tags
release = "1.7.0"
release = "1.7.1"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion graphein/__init__.py
Expand Up @@ -12,7 +12,7 @@
from .testing import *

__author__ = "Arian Jamasb <arian@jamasb.io>"
__version__ = "1.7.0"
__version__ = "1.7.1"


logger.configure(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -134,7 +134,7 @@ def run(self):

setup(
name="graphein",
version="1.7.0",
version="1.7.1",
description="Protein & Interactomic Graph Construction for Machine Learning",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 14638d8

Please sign in to comment.