From 3595ac76ddeb4e676ace9d4d623ead41dc0ea872 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:48:55 +0000 Subject: [PATCH 1/2] chore: updating CHANGELOG for v0.35.1 --- doc/changelog.d/14.fixed.md | 1 - doc/changelog.d/16.dependencies.md | 1 - doc/source/changelog.rst | 371 +---------------------------- 3 files changed, 6 insertions(+), 367 deletions(-) delete mode 100644 doc/changelog.d/14.fixed.md delete mode 100644 doc/changelog.d/16.dependencies.md diff --git a/doc/changelog.d/14.fixed.md b/doc/changelog.d/14.fixed.md deleted file mode 100644 index 760d4271bb67..000000000000 --- a/doc/changelog.d/14.fixed.md +++ /dev/null @@ -1 +0,0 @@ -Support insecure mode while launching container \ No newline at end of file diff --git a/doc/changelog.d/16.dependencies.md b/doc/changelog.d/16.dependencies.md deleted file mode 100644 index bf702ad61594..000000000000 --- a/doc/changelog.d/16.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -Bump version 0.35.1 diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index cbb13fe0c10f..a43fbb433241 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -9,124 +9,20 @@ This document contains the release notes for the project. .. towncrier release notes start -`0.37.dev0 `_ - November 24, 2025 -`0.36.0 `_ - November 25, 2025 +`0.35.1 `_ - December 01, 2025 +====================================================================================== .. tab-set:: - .. tab-item:: Added - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Raise exception on read-only command execution - - `#4619 `_ - - - .. tab-item:: Fixed - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Use latest units package - - `#4624 `_ - - - .. tab-item:: Dependencies - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Bump the dependencies group with 4 updates - - `#4577 `_ - - * - Bump version to v0.37.dev0 - - `#4631 `_ - * - Bump version to v0.36.0 - - `#4630 `_ - - - .. tab-item:: Documentation - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Example on battery pack [skip tests] - - `#4596 `_ - - * - Update \`\`CONTRIBUTORS.md\`\` with the latest contributors - - `#4612 `_ - - - .. tab-item:: Maintenance - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Update CHANGELOG for v0.36.dev1 - - `#4623 `_ - - -`0.36.dev1 `_ - November 18, 2025 -============================================================================================ - -.. tab-set:: - - - .. tab-item:: Added - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Implement named-object commands using root-level commands - - `#4398 `_ - - * - PathLike support throughout - - `#4558 `_ - - * - Log from container when health-check fails - - `#4599 `_ - - .. tab-item:: Fixed .. list-table:: :header-rows: 0 :widths: auto - * - SettingsBase.__call__ should also set state if any argument is passed. - - `#4551 `_ - - * - Updated field_info to handle deprecated warnings. - - `#4559 `_ - - * - Set-state via call - - `#4567 `_ - - * - 'wait_process_finished' in sessions. - - `#4572 `_ - - * - Update get_si_unit_for_fluent_quantity and from_container - - `#4573 `_ - - * - Nightly dev test due to updates in 'wait_for_process_finished'. - - `#4575 `_ - - * - Fixed link to non-existent forum with link to actual forum [skip tests] - - `#4585 `_ - - * - From_pim ignoring non-Dimension dimensions - - `#4610 `_ - - * - Fix the slurm-launcher hang by closing stdout after reading - - `#4611 `_ + * - Support insecure mode while launching container + - `#14 `_ .. tab-item:: Dependencies @@ -135,263 +31,8 @@ This document contains the release notes for the project. :header-rows: 0 :widths: auto - * - Bump the actions group with 5 updates - - `#4576 `_ - - - .. tab-item:: Miscellaneous - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Update deprecate arguments. - - `#4553 `_ - - - .. tab-item:: Documentation - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Added example on one way fsi [skip tests] - - `#4407 `_ - - * - Update \`\`CONTRIBUTORS.md\`\` with the latest contributors - - `#4485 `_ - - * - Added example on transient compressible flow - - `#4504 `_ - - * - Example on Flow Through Porous Media - Catalytic Converter [skip tests] - - `#4506 `_ - - * - Update \`\`CONTRIBUTORS.md\`\` with the latest contributors [skip tests] - - `#4578 `_ - - * - Correct a typo from_local_install [skip tests] - - `#4583 `_ - - * - Example on modeling solidification [skip tests] - - `#4584 `_ - - * - Example on Electrolysis Modeling of Proton Exchange Membrane El… [skip tests] - - `#4587 `_ - - - .. tab-item:: Maintenance - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Teams notifications [skip tests] - - `#4547 `_ - - * - Update CHANGELOG for v0.36.dev0 - - `#4549 `_ - - * - Fix notifications [skip tests] - - `#4560 `_ - - * - Notify only when job fails - - `#4561 `_, `#4562 `_ - - * - Fail the whole nightly job at the end if the testing step has failed [skip tests] - - `#4564 `_ - - * - Update 2d field data test. - - `#4568 `_ - - * - Update text for 'BetaFeaturesNotEnabled' exception. - - `#4581 `_ - - * - Rename and clean up internal datamodel service classes. - - `#4590 `_ - - - .. tab-item:: Test - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Add test to check PyFluent launched PyConsole by default. - - `#4371 `_ - - * - Fix tests which are failing in the latest nightly [skip tests] - - `#4565 `_ - - -`0.36.dev0 `_ - October 10, 2025 -=========================================================================================== - -.. tab-set:: - - - .. tab-item:: Added - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Updates for the client side dm-api. - - `#3748 `_ - - * - Interactive settings UI. - - `#4374 `_ - - * - Support named expressions as input to reductions functions. - - `#4536 `_ - - - .. tab-item:: Fixed - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Textual type in flobject. - - `#4382 `_ - - * - Filename argument handling in single battery cell workflow - - `#4441 `_ - - * - Add `sphinx_design` to fix changelog rendering - - `#4468 `_ - - * - Flake8 change needed for release [skip tests] - - `#4470 `_ - - * - Chown server-info file by client user in compose mode - - `#4483 `_ - - * - Chown server-info file by client user in compose mode - alt fix - - `#4484 `_ - - * - Ansys Lab authentication - - `#4503 `_ - - * - Implement migration adapter check for textual settings parameters. - - `#4515 `_ - - * - Update exception type for scheme call - - `#4518 `_ - - * - Fix env var name and run nightly in serial - - `#4529 `_ - - * - Meshing tests. - - `#4530 `_ - - * - Update datamodel triplet mapping - - `#4534 `_ - - - .. tab-item:: Dependencies - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Update nightly dev doc ci. - - `#4381 `_ - - * - Remove multiple download jobs during release jobs. - - `#4428 `_ - - * - Bump the dependencies group with 5 updates - - `#4431 `_, `#4509 `_ - - * - Bump the actions group with 3 updates - - `#4432 `_ - - * - Bump pypa/gh-action-pypi-publish from 1.12.4 to 1.13.0 in /.github/workflows - - `#4443 `_ - - * - Bump the actions group with 4 updates - - `#4508 `_ - - * - Bump pytest-cov from 6.2.1 to 7.0.0 - - `#4510 `_ - - - .. tab-item:: Documentation - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Update ``html_context`` with PyAnsys tags - - `#4412 `_ - - * - Example on the steady vortex dynamics - - `#4452 `_ - - * - Update ReadME - - `#4477 `_ - - * - Update Field data queries [skip tests] - - `#4478 `_ - - * - Fixed a typo in example [skip tests] - - `#4486 `_ - - * - Corrected a typo in Ablation example [skip tests] - - `#4494 `_ - - * - Document a known limitation [skip tests] - - `#4520 `_ - - * - Update new style settings docs [skip tests] - - `#4531 `_ - - * - Update ui_mode doc [skip tests] - - `#4533 `_ - - - .. tab-item:: Maintenance - - .. list-table:: - :header-rows: 0 - :widths: auto - - * - Update example data branch name to main - - `#4455 `_ - - * - Added backwards compatibility for solution_variable_name. - - `#4456 `_ - - * - Update CHANGELOG for v0.35.0 - - `#4459 `_ - - * - Do not run release testing for dev release [skip tests] - - `#4473 `_ - - * - Update CODEOWNERS [skip tests] - - `#4479 `_ - - * - Update ansys-units version - - `#4514 `_ - - * - Upgrade ansys-units version to fix numpy version issue. - - `#4517 `_ - - * - Add a PR template [skip tests] - - `#4523 `_ - - * - Correct some typos in repo. - - `#4535 `_ - - * - Add security action in CI [skip tests] - - `#4537 `_ - - * - Update release job [skip tests] - - `#4545 `_ - - * - Update release step [skip tests] - - `#4548 `_ + * - Bump version 0.35.1 + - `#16 `_ `0.35.0 `_ - September 09, 2025 From d95c1fd243655cac9df6151b834b574406a91195 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 1 Dec 2025 13:49:58 +0000 Subject: [PATCH 2/2] chore: adding changelog file 4676.maintenance.md [dependabot-skip] --- doc/changelog.d/4676.maintenance.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/4676.maintenance.md diff --git a/doc/changelog.d/4676.maintenance.md b/doc/changelog.d/4676.maintenance.md new file mode 100644 index 000000000000..f8a8f882bfc5 --- /dev/null +++ b/doc/changelog.d/4676.maintenance.md @@ -0,0 +1 @@ +Update CHANGELOG for v0.35.1