From 5fe273b0a69720be091850cce24902c385ba0cbc Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee Date: Fri, 21 Jun 2024 12:29:22 +0530 Subject: [PATCH 1/3] build: Bump version to v0.11.dev0 --- pyproject.toml | 5 ++--- tests/test_metadata.py | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fa072a17..7cee3c2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] # Check https://python-poetry.org/docs/pyproject/ for all available sections name = "ansys-fluent-visualization" -version = "0.10.dev0" +version = "0.11.dev0" description = "A python wrapper for ansys Fluent visualization" license = "MIT" authors = ["ANSYS, Inc. "] @@ -25,11 +25,10 @@ packages = [ [tool.poetry.dependencies] python = ">=3.9,<4.0" importlib-metadata = {version = "^4.0", python = "<3.9"} -ansys-fluent-core = "~=0.21.dev1" +ansys-fluent-core = "~=0.22.dev0" vtk = ">=9.3.0.rc0" pyvista = ">=0.39.0" pyvistaqt = ">=0.7.0" -pyside6 = ">=6.2.3" matplotlib = ">=3.5.1" requests = "==2.31.0" diff --git a/tests/test_metadata.py b/tests/test_metadata.py index 4aea85c9..239d8b47 100644 --- a/tests/test_metadata.py +++ b/tests/test_metadata.py @@ -2,4 +2,4 @@ def test_pkg_version(): - assert __version__ == "0.10.dev0" + assert __version__ == "0.11.dev0" From 45dc86ac1b318b8a7523b7964a7b3abdc12819ee Mon Sep 17 00:00:00 2001 From: Prithwish Mukherjee Date: Tue, 8 Oct 2024 11:17:44 +0530 Subject: [PATCH 2/3] maint: Add authors and contributors doc. --- AUTHORS | 12 ++++++++++++ CONTRIBUTORS.md | 16 ++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 AUTHORS create mode 100644 CONTRIBUTORS.md diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 00000000..7c5408a4 --- /dev/null +++ b/AUTHORS @@ -0,0 +1,12 @@ +# This is the list of {project-name}'s significant contributors. +# +# This file does not necessarily list everyone who has contributed code. +# +# For contributions made under a Corporate CLA, the organization is +# added to this file. +# +# If you have contributed to the repository and want to be added to this file, +# submit a request. +# +# +ANSYS, Inc. \ No newline at end of file diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md new file mode 100644 index 00000000..683145cd --- /dev/null +++ b/CONTRIBUTORS.md @@ -0,0 +1,16 @@ +# Contributors + +## Project Lead + +* [Sean Pearson](https://github.com/seanpearsonuk) + +## Individual Contributors + +* [Adam Boutin]([https:](https://github.com/ansaboutin)) +* [Alexander Carvalho](https://github.com/acarvalh-work) +* [Aseem Jain](https://github.com/ajain-work) +* [Dan Williams](https://github.com/dnwillia-work) +* [Harshal Pohekar](https://github.com/hpohekar) +* [Mainak Kundu](https://github.com/mkundu1) +* [Prithwish Mukherjee](https://github.com/prmukherj) +* [Raphael Luciano](https://github.com/raph-luc) \ No newline at end of file From 070a93f25087fc2ce0fe5717a12c7d92f49c5257 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Tue, 8 Oct 2024 11:54:41 +0200 Subject: [PATCH 3/3] Update AUTHORS --- AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 7c5408a4..771d1a38 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,4 +1,4 @@ -# This is the list of {project-name}'s significant contributors. +# This is the list of PyFluent Visualization's significant contributors. # # This file does not necessarily list everyone who has contributed code. #