Skip to content

Commit

Permalink
Release: v1.4.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Jul 10, 2024
1 parent 4cbec98 commit 4452fc0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ Note, if you're using a Mac computer you need to install TensorFlow with `pip in

### TensorFlow versions

osl-dynamics can be used with the following TensorFlow versions:
osl-dynamics has been tested with the following versions:

| tensorflow | tensorflow-probability |
| ------------- | ------------- |
| 2.11 | 0.19 |
| 2.12 | 0.19 |
| 2.13 | 0.20 |
| 2.14 | 0.21 |
| 2.14 | 0.22 |
| 2.15 | 0.22 |

### Removing osl-dynamics
Expand Down
2 changes: 1 addition & 1 deletion doc/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The recommended installation of the latest version via pip is described :doc:`he
Do I need a GPU?
~~~~~~~~~~~~~~~~

No, osl-dynamics can be used on solely on CPUs, however, using the package on a computer with a GPU will be much faster (could expect a speed up of 10x). Note, `Google colab <https://colab.research.google.com/>`_ offers free GPU access - see 'How do I use osl-dynamics on Google colab?' below.
No, osl-dynamics can be used on solely on CPUs, however, using the package on a computer with a GPU will be much faster (could expect a speed up of 10x). Note, `Google colab <https://colab.research.google.com/>`_ offers free GPU access.

The GPU use in this package is via the TensorFlow package, which is used by osl-dynamics to create and train the models (HMM, DyNeMo, etc).

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

[metadata]
name = osl-dynamics
version = 1.4.dev3
version = 1.4.3
description = Models for infering dynamics in neuroimaging data
license = MIT
long_description = file: README.rst
Expand Down

0 comments on commit 4452fc0

Please sign in to comment.