Skip to content

Commit

Permalink
Bump version to 24.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
benflexcompute committed Jan 7, 2025
1 parent f6cdae6 commit 75d9358
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion flow360/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
version
"""

__version__ = "24.11.3"
__version__ = "24.11.4"
__solver_version__ = "release-24.11"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "flow360"
version = "v24.11.3"
version = "v24.11.4"
description = ""
authors = ["Flexcompute <[email protected]>"]

Expand Down
2 changes: 1 addition & 1 deletion tests/ref/simulation/service_init_geometry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.11.3",
"version": "24.11.4",
"unit_system": {
"name": "SI"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/simulation/service_init_volume_mesh.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "24.11.3",
"version": "24.11.4",
"unit_system": {
"name": "SI"
},
Expand Down
2 changes: 1 addition & 1 deletion tests/test_current_flow360_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "24.11.3"
assert __version__ == "24.11.4"
2 changes: 1 addition & 1 deletion tests/v1/data/cases/params_units.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.11.3",
"version": "24.11.4",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down
4 changes: 2 additions & 2 deletions tests/v1/ref/case_params/params.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.11.3",
"version": "24.11.4",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -157,5 +157,5 @@
"lowMachPreconditioner": false,
"lowDissipationControlFactors": []
},
"hash": "17772609d3cac1d7cc15ad33f95120505301020fd4efa445d2f3873757f29bc4"
"hash": "ca210930d8945b48d855883308c2f785d7f4ba65e9f3be6f861de9fbffdb0c31"
}
4 changes: 2 additions & 2 deletions tests/v1/ref/case_params/params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ geometry:
refArea:
units: 2*m**2
value: 1.0
hash: 17772609d3cac1d7cc15ad33f95120505301020fd4efa445d2f3873757f29bc4
hash: ca210930d8945b48d855883308c2f785d7f4ba65e9f3be6f861de9fbffdb0c31
navierStokesSolver:
CFLMultiplier: 1.0
absoluteTolerance: 1.0e-10
Expand Down Expand Up @@ -108,7 +108,7 @@ timeStepping:
timeStepSize: inf
unitSystem:
name: SI
version: 24.11.3
version: 24.11.4
volumeOutput:
animationFrequency: -1
animationFrequencyOffset: 0
Expand Down
4 changes: 2 additions & 2 deletions tests/v1/ref/case_params/params_units.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.11.3",
"version": "24.11.4",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -189,5 +189,5 @@
"lowMachPreconditioner": false,
"lowDissipationControlFactors": []
},
"hash": "4ccec67cb3a88a18b6661a299f53b5e03edcee165eb09f6a85ac0e83d286b65f"
"hash": "fb814f175b3d1cf20d0f71687a88737d32126a61c5eaef793a1d9d211307011a"
}
4 changes: 2 additions & 2 deletions tests/v1/ref/case_params/params_units_converted.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unitSystem": {
"name": "SI"
},
"version": "24.11.3",
"version": "24.11.4",
"geometry": {
"refArea": {
"value": 1.0,
Expand Down Expand Up @@ -175,5 +175,5 @@
"lowMachPreconditioner": false,
"lowDissipationControlFactors": []
},
"hash": "e206756ec1d6d78cd5059ab1ed372557f99db945a29e1dada8a4773d6d88bd54"
"hash": "3f1a3170f45249a99a8af26a5a6f278f57cf5b6b7747bdf8f4baa98caa835e8a"
}
8 changes: 4 additions & 4 deletions tests/v1/test_handle_version_and_unit_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

params_current_version = {
"version": "24.11.3",
"version": "24.11.4",
"unitSystem": {"name": "SI"},
"boundaries": {},
"geometry": {
Expand All @@ -48,7 +48,7 @@
}

params_no_unit_system = {
"version": "24.11.3",
"version": "24.11.4",
"boundaries": {},
"geometry": {
"refArea": {"units": "m**2", "value": 1.15315084119231},
Expand All @@ -61,7 +61,7 @@
}

params_no_hash = {
"version": "24.11.3",
"version": "24.11.4",
"unitSystem": {"name": "SI"},
"boundaries": {},
"geometry": {
Expand All @@ -74,7 +74,7 @@
}

params_wrong_hash = {
"version": "24.11.3",
"version": "24.11.4",
"unitSystem": {"name": "SI"},
"boundaries": {},
"geometry": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"unit_system": {
"name": "SI"
},
"version": "24.11.3",
"version": "24.11.4",
"meshing": {
"farfield": "auto",
"refinement_factor": 1.0,
Expand Down
2 changes: 1 addition & 1 deletion tools/performance_profile/data/large_simulation.json

Large diffs are not rendered by default.

0 comments on commit 75d9358

Please sign in to comment.