Skip to content

Commit

Permalink
upgrade to dev 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
PatReis committed Feb 27, 2024
1 parent c159bdc commit a930533
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.0.2



v4.0.1

* Removed unused layers and added manual built in scripts and training functions, since with keras==3.0.5 the pytorch trainer tries to rebuild the model,
Expand Down
2 changes: 1 addition & 1 deletion kgcnn/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Main package version.
__kgcnn_version__ = "4.0.1"
__kgcnn_version__ = "4.0.2"

# Global definition of index order and axis.
__indices_axis__ = 0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="kgcnn",
version="4.0.1", # If version is updated, change version in `kgcnn.__init__` too. (and update changelog)
version="4.0.2", # If version is updated, change version in `kgcnn.__init__` too. (and update changelog)
author="Patrick Reiser",
author_email="patrick.reiser@kit.edu",
description="General Base Layers for Graph Convolutions with Keras",
Expand Down

0 comments on commit a930533

Please sign in to comment.