Skip to content

Commit

Permalink
added to CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
kierandidi committed Apr 23, 2024
1 parent 22ecbd2 commit a0ae40b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@
* Fix bug where the `deprotonate` argument is not wired up to `graphein.protein.graphs.construct_graphs`. [#375](https://github.com/a-r-j/graphein/pull/375)

#### Misc
* bumped logging level down from `INFO` to `DEBUG` at several places to reduced output length [#391](https://github.com/a-r-j/graphein/pull/391)
* exposed `fill_value` and `bfactor` option to `protein_to_pyg` function. [#385](https://github.com/a-r-j/graphein/pull/385) and [#388](https://github.com/a-r-j/graphein/pull/388)
* Updated Foldcomp datasets with improved setup function and updated database choices such as ESMAtlas. [#382](https://github.com/a-r-j/graphein/pull/382)
* Resolve issue with notebook version and `pluggy` in Dockerfile. [#372](https://github.com/a-r-j/graphein/pull/372)
Expand Down
2 changes: 1 addition & 1 deletion graphein/protein/tensor/io.py
Expand Up @@ -60,7 +60,7 @@
conda_channel="pytorch",
pip_install=True,
)
log.warning(message)
log.debug(message)


def get_protein_length(df: pd.DataFrame, insertions: bool = True) -> int:
Expand Down

0 comments on commit a0ae40b

Please sign in to comment.