Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
5fe273b
build: Bump version to v0.11.dev0
prmukherj Jun 21, 2024
7da40a0
Merge branch 'main' into release/v0.11.dev0
prmukherj Jun 24, 2024
cd34356
Merge branch 'release/v0.11.dev0' of https://github.com/pyansys/pyflu…
prmukherj Jul 2, 2024
d17fb8a
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 8, 2024
fe41ed1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 9, 2024
de52b2e
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 16, 2024
9c7a215
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jul 24, 2024
616dea1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 19, 2024
30e5c5c
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 20, 2024
0d91d78
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 21, 2024
2a1d92f
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Aug 28, 2024
03be4f5
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 5, 2024
14c2013
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 12, 2024
1c410d7
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Sep 18, 2024
03972ed
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 8, 2024
0850f17
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 10, 2024
fab2277
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Oct 17, 2024
05faa31
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Nov 5, 2024
d363cb1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Nov 28, 2024
b9db616
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Nov 28, 2024
4b62bf5
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Nov 29, 2024
59fec46
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jan 6, 2025
8ee5190
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Jan 10, 2025
1bf52bd
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Feb 10, 2025
0b052df
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Feb 13, 2025
58a91d8
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Feb 18, 2025
9adc29b
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 6, 2025
45ba314
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 11, 2025
d54fb15
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 11, 2025
be082e5
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 11, 2025
89c5220
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 11, 2025
fbae39c
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 21, 2025
51c1aa5
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 25, 2025
b9e20e1
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 27, 2025
a01afeb
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj Mar 28, 2025
4fbedc5
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj May 8, 2025
ce7af90
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj May 28, 2025
39039a7
Merge branch 'main' of https://github.com/pyansys/pyfluent-visualizat…
prmukherj May 29, 2025
bf17bc6
build: Bump version to v0.21.dev0
prmukherj May 29, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.dev1"
version = "0.21.dev0"
description = "A python wrapper for ansys Fluent visualization"
license = "MIT"
authors = ["ANSYS, Inc. <ansys.support@ansys.com>"]
Expand All @@ -25,7 +25,7 @@ packages = [
[tool.poetry.dependencies]
python = ">=3.10,<4.0"
importlib-metadata = {version = "^4.0", python = "<3.9"}
ansys-fluent-core = ">=0.31.dev1"
ansys-fluent-core = ">=0.33.dev0"
pyvista = ">=0.44.0"
matplotlib = ">=3.6.0"
pyvistaqt = "~=0.11.1"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@


def test_pkg_version():
assert __version__ == "0.20.dev1"
assert __version__ == "0.21.dev0"