Skip to content

Commit

Permalink
Merge branch 'release/2.0.1' into develop
Browse files Browse the repository at this point in the history
Merge after release 2.0.1
  • Loading branch information
albernar committed Jul 12, 2023
2 parents 868fa52 + bbbb9ed commit 97ec788
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ To sanity check the installation, run the following:
```python
>>> import ampligraph
>>> ampligraph.__version__
'2.0.0'
'2.0.1'
```

If instead you want the most recent development version, you can clone the repository from
Expand Down
2 changes: 1 addition & 1 deletion ampligraph/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

tf.compat.v1.logging.set_verbosity(tf.compat.v1.logging.ERROR)

__version__ = '2.0-dev'
__version__ = '2.0.1'
__all__ = ['datasets', 'latent_features', 'discovery', 'evaluation', 'utils']

logging.config.fileConfig(
Expand Down
8 changes: 8 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.0.1
**12 July 2023**
- Fixed bug preventing the saving of calibrated models.
- Extended type support for the predict method to list of triples.
- Updated experiments performance.
- Minor fixes.


## 2.0.0
**7 March 2023**
- Switched to TensorFlow 2 back-end.
Expand Down
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ To sanity check the installation, run the following:
```python
>>> import ampligraph
>>> ampligraph.__version__
'2.0.0'
'2.0.1'
```

If instead you want the most recent development version, you can clone the repository from
Expand Down
1 change: 1 addition & 0 deletions docs/requirements_readthedocs.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
sphinx==6.1.3
sphinxcontrib-bibtex
tensorflow>=2.9.0

0 comments on commit 97ec788

Please sign in to comment.