From 4452fc05d2d9d2922216a2c3f83234155d480fd9 Mon Sep 17 00:00:00 2001 From: Chetan Gohil Date: Wed, 10 Jul 2024 13:32:46 +0100 Subject: [PATCH] Release: v1.4.3. --- README.md | 4 ++-- doc/faq.rst | 2 +- setup.cfg | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9492731b..323dbbce 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/doc/faq.rst b/doc/faq.rst index f839aea4..74d8691f 100644 --- a/doc/faq.rst +++ b/doc/faq.rst @@ -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 `_ 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 `_ 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). diff --git a/setup.cfg b/setup.cfg index 5e9781f6..677df9ba 100755 --- a/setup.cfg +++ b/setup.cfg @@ -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