Skip to content

Commit

Permalink
update to version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kermitt2 committed Feb 12, 2023
1 parent 3ee3775 commit 9bd493f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

END OF TERMS AND CONDITIONS

Copyright [2018-2022] the DeLFT contributors
Copyright [2018-2023] the DeLFT contributors

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Visit the [DELFT documentation](https://delft.readthedocs.io) for detailed infor

## Using DeLFT

PyPI packages are available for stable versions. Latest stable version is `0.3.2`:
PyPI packages are available for stable versions. Latest stable version is `0.3.3`:

```
pip install delft==0.3.2
pip install delft==0.3.3
```

## DeLFT Installation
Expand Down
2 changes: 1 addition & 1 deletion doc/Install-DeLFT.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Finally install the project in editable state
pip3 install -e .
```

Current DeLFT version is __0.3.2__, which has been tested successfully with Python 3.8. It uses tensorflow 2.7.0 and will exploit your available GPU with the condition that CUDA (>=11.2) is properly installed.
Current DeLFT version is __0.3.3__, which has been tested successfully with Python 3.8. It uses tensorflow 2.7.0 and will exploit your available GPU with the condition that CUDA (>=11.2) is properly installed.

To ensure the availability of GPU devices for the right version of tensorflow, CUDA, CuDNN and python, you can check the dependencies [here](https://www.tensorflow.org/install/source#gpu).

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="delft",
version="0.3.2",
version="0.3.3",
author="Patrice Lopez",
author_email="patrice.lopez@science-miner.com",
description="a Deep Learning Framework for Text",
Expand Down

0 comments on commit 9bd493f

Please sign in to comment.