diff --git a/ANNOUNCE.txt b/ANNOUNCE.txt index f4aca73f..cda68790 100644 --- a/ANNOUNCE.txt +++ b/ANNOUNCE.txt @@ -1,9 +1,9 @@ ========================= -Announcing ViTables 3.0.2 +Announcing ViTables 3.0.3 ========================= After another long period retired from development activities I'm happy to come -back and present ViTables 3.0.2, the latest release of this viewer for +back and present ViTables 3.0.3, the latest release of this viewer for PyTables/HDF5 files. Definitely this release wouldn't have been possible without the invaluable help of a bunch of contributors so THANKS to all of them. diff --git a/ChangeLog.txt b/ChangeLog.txt index 03f81924..68974460 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,9 @@ ViTables ChangeLog ================== +** July 20, 2023 ** +Support PyQt6, this is useful for mac users who cant install +PyQt5. + ** January 03, 2019 ** Added script to automatically generate the Users Guide. diff --git a/INSTALL.txt b/INSTALL.txt index b993d7bf..d8886484 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -1,6 +1,6 @@ System requirements ------------------- -ViTables 3.0.2 has been tested against the latest versions of Python 3, +ViTables 3.0.3 has been tested against the latest versions of Python 3, PyTables and PyQt. You can try other versions at your own risk :). Installation on a conda environment @@ -31,7 +31,7 @@ Alternatively, you can download the binary package from the download area (see vitables.org/Downloads for details), go to the directory where you have downloaded the file and issue the command:: - $ pip install ViTables-3.0.2-py3-none-any.whl + $ pip install ViTables-3.0.3-py3-none-any.whl This should install the ViTables wheel. If you experience problems installing the binary package then you can install from sources (provided your system fulfills diff --git a/VERSION b/VERSION index b5021469..75a22a26 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.2 +3.0.3 diff --git a/doc/conf.py b/doc/conf.py index 6d138b13..bb6643e5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,7 +51,7 @@ # The short X.Y version. version = '3.0' # The full version, including alpha/beta/rc tags. -release = '3.0.2' +release = '3.0.3' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/doc/usersguide-ch1.rst b/doc/usersguide-ch1.rst index 3b689e56..4f608e77 100644 --- a/doc/usersguide-ch1.rst +++ b/doc/usersguide-ch1.rst @@ -82,7 +82,7 @@ Nevertheless, and just in case, we are providing this guide :-). System Requirements ******************* -To run `ViTables` you need to install recent versions of `Python3`, `PyTables` (so you have to fulfil its own requirements) and `PyQt`. For instance, it runs smoothly with `Python` 3.6, `PyTables` 3.4 and `PyQt` 5.8. +To run `ViTables` you need to install recent versions of `Python3`, `PyTables` (so you have to fulfil its own requirements) and `PyQt`. For instance, it runs smoothly with `Python` 3.11, `PyTables` 3.8 and `PyQt` 6.5. At the moment, `ViTables` has been fully tested on Linux and Windows 10 platforms. Other Unices should run just fine when using the Linux version because all the software that `ViTables` relies on (i.e. `Python`, `Qt`, `PyQt`, `HDF5` and `PyTables`) is known to run fine on many Unix platforms as well. diff --git a/vitables/__init__.py b/vitables/__init__.py index ebaf92f9..8404a8e1 100644 --- a/vitables/__init__.py +++ b/vitables/__init__.py @@ -17,7 +17,7 @@ # # Author: Vicent Mas - vmas@vitables.org -__version__ = '3.0.2' +__version__ = '3.0.3' __all__ = ["docbrowser", "h5db", "logger", "nodeprops", "plugins", "queries", "preferences", "vttables", "vtwidgets", "utils", "vtsite", "vtapp", "vtgui", "vtsplash"] diff --git a/vitables/preferences/vtconfig.py b/vitables/preferences/vtconfig.py index c570ad4f..a6f0a5ee 100644 --- a/vitables/preferences/vtconfig.py +++ b/vitables/preferences/vtconfig.py @@ -100,7 +100,7 @@ __docformat__ = 'restructuredtext' -__version__ = '3.0.2' +__version__ = '3.0.3' translate = QtWidgets.QApplication.translate