From 2b9ba182c2a944f3f3e298829b42f6ef6fcb209c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 12:03:42 +0200 Subject: [PATCH 1/2] build: bump the minimal group across 1 directory with 2 updates (#3197) * build: bump the minimal group across 1 directory with 2 updates Bumps the minimal group with 2 updates in the / directory: [importlib-metadata](https://github.com/python/importlib_metadata) and [psutil](https://github.com/giampaolo/psutil). Updates `importlib-metadata` from 7.1.0 to 7.2.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](https://github.com/python/importlib_metadata/compare/v7.1.0...v7.2.0) Updates `psutil` from 5.9.8 to 6.0.0 - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-6.0.0) --- updated-dependencies: - dependency-name: importlib-metadata dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minimal - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major dependency-group: minimal ... Signed-off-by: dependabot[bot] * Adding changelog entry: 3197.miscellaneous.md * Adding changelog entry: 3197.dependencies.md --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyansys-ci-bot --- doc/changelog.d/3197.dependencies.md | 1 + minimum_requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 doc/changelog.d/3197.dependencies.md diff --git a/doc/changelog.d/3197.dependencies.md b/doc/changelog.d/3197.dependencies.md new file mode 100644 index 0000000000..41dcf4e505 --- /dev/null +++ b/doc/changelog.d/3197.dependencies.md @@ -0,0 +1 @@ +build: bump the minimal group across 1 directory with 2 updates \ No newline at end of file diff --git a/minimum_requirements.txt b/minimum_requirements.txt index b5bc9bbf98..367cfef2cd 100644 --- a/minimum_requirements.txt +++ b/minimum_requirements.txt @@ -1,6 +1,6 @@ ansys-api-mapdl==0.5.1 -importlib-metadata==7.1.0 +importlib-metadata==7.2.0 numpy==1.26.4 platformdirs==4.2.2 -psutil==5.9.8 +psutil==6.0.0 pyansys-tools-versioning==0.5.0 From 4cd2fe13c4bbc27534eec89ef4b9ba00a0d5e35c Mon Sep 17 00:00:00 2001 From: PyAnsys CI Bot Date: Mon, 24 Jun 2024 12:22:42 +0200 Subject: [PATCH 2/2] chore: update CHANGELOG for v0.68.2 (#3183) * chore: updating CHANGELOG for v0.68.2 * Adding changelog entry: 3183.changed.md * fix: updating `Release notes` with @germa89's comments * doc: moving `ci` PRs to `Miscellaneous` --------- Co-authored-by: Camille <78221213+clatapie@users.noreply.github.com> --- doc/changelog.d/2960.added.md | 1 - doc/changelog.d/2966.miscellaneous.md | 1 - doc/changelog.d/2981.miscellaneous.md | 1 - doc/changelog.d/2982.added.md | 1 - doc/changelog.d/2998.miscellaneous.md | 1 - doc/changelog.d/2999.added.md | 1 - doc/changelog.d/3002.fixed.md | 1 - doc/changelog.d/3019.changed.md | 1 - doc/changelog.d/3023.added.md | 1 - doc/changelog.d/3024.miscellaneous.md | 1 - doc/changelog.d/3035.fixed.md | 1 - doc/changelog.d/3036.miscellaneous.md | 1 - doc/changelog.d/3037.added.md | 1 - doc/changelog.d/3046.miscellaneous.md | 1 - doc/changelog.d/3047.added.md | 1 - doc/changelog.d/3048.added.md | 1 - doc/changelog.d/3049.added.md | 1 - doc/changelog.d/3071.fixed.md | 1 - doc/changelog.d/3086.fixed.md | 1 - doc/changelog.d/3107.changed.md | 1 - doc/changelog.d/3118.changed.md | 1 - doc/changelog.d/3140.miscellaneous.md | 1 - doc/changelog.d/3147.changed.md | 1 - doc/changelog.d/3151.fixed.md | 1 - doc/changelog.d/3154.added.md | 1 - doc/changelog.d/3166.added.md | 1 - doc/changelog.d/3169.fixed.md | 1 - doc/changelog.d/3171.changed.md | 1 - doc/changelog.d/3179.dependencies.md | 1 - doc/changelog.d/3180.dependencies.md | 1 - doc/changelog.d/3181.dependencies.md | 1 - doc/changelog.d/3182.changed.md | 1 - doc/changelog.d/3183.changed.md | 1 + doc/source/changelog.rst | 63 +++++++++++++++++++++++++++ 34 files changed, 64 insertions(+), 32 deletions(-) delete mode 100644 doc/changelog.d/2960.added.md delete mode 100644 doc/changelog.d/2966.miscellaneous.md delete mode 100644 doc/changelog.d/2981.miscellaneous.md delete mode 100644 doc/changelog.d/2982.added.md delete mode 100644 doc/changelog.d/2998.miscellaneous.md delete mode 100644 doc/changelog.d/2999.added.md delete mode 100644 doc/changelog.d/3002.fixed.md delete mode 100644 doc/changelog.d/3019.changed.md delete mode 100644 doc/changelog.d/3023.added.md delete mode 100644 doc/changelog.d/3024.miscellaneous.md delete mode 100644 doc/changelog.d/3035.fixed.md delete mode 100644 doc/changelog.d/3036.miscellaneous.md delete mode 100644 doc/changelog.d/3037.added.md delete mode 100644 doc/changelog.d/3046.miscellaneous.md delete mode 100644 doc/changelog.d/3047.added.md delete mode 100644 doc/changelog.d/3048.added.md delete mode 100644 doc/changelog.d/3049.added.md delete mode 100644 doc/changelog.d/3071.fixed.md delete mode 100644 doc/changelog.d/3086.fixed.md delete mode 100644 doc/changelog.d/3107.changed.md delete mode 100644 doc/changelog.d/3118.changed.md delete mode 100644 doc/changelog.d/3140.miscellaneous.md delete mode 100644 doc/changelog.d/3147.changed.md delete mode 100644 doc/changelog.d/3151.fixed.md delete mode 100644 doc/changelog.d/3154.added.md delete mode 100644 doc/changelog.d/3166.added.md delete mode 100644 doc/changelog.d/3169.fixed.md delete mode 100644 doc/changelog.d/3171.changed.md delete mode 100644 doc/changelog.d/3179.dependencies.md delete mode 100644 doc/changelog.d/3180.dependencies.md delete mode 100644 doc/changelog.d/3181.dependencies.md delete mode 100644 doc/changelog.d/3182.changed.md create mode 100644 doc/changelog.d/3183.changed.md diff --git a/doc/changelog.d/2960.added.md b/doc/changelog.d/2960.added.md deleted file mode 100644 index b8b17ae1da..0000000000 --- a/doc/changelog.d/2960.added.md +++ /dev/null @@ -1 +0,0 @@ -refactor: refactoring CLI \ No newline at end of file diff --git a/doc/changelog.d/2966.miscellaneous.md b/doc/changelog.d/2966.miscellaneous.md deleted file mode 100644 index 0051f2b854..0000000000 --- a/doc/changelog.d/2966.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: HPC documentation \ No newline at end of file diff --git a/doc/changelog.d/2981.miscellaneous.md b/doc/changelog.d/2981.miscellaneous.md deleted file mode 100644 index fac1e58518..0000000000 --- a/doc/changelog.d/2981.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: adding ML-Genetic Algorithm example \ No newline at end of file diff --git a/doc/changelog.d/2982.added.md b/doc/changelog.d/2982.added.md deleted file mode 100644 index 98e249363e..0000000000 --- a/doc/changelog.d/2982.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: add a MAPDL version section in for bug issues \ No newline at end of file diff --git a/doc/changelog.d/2998.miscellaneous.md b/doc/changelog.d/2998.miscellaneous.md deleted file mode 100644 index 01948b1173..0000000000 --- a/doc/changelog.d/2998.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: customize agent for linkchecker \ No newline at end of file diff --git a/doc/changelog.d/2999.added.md b/doc/changelog.d/2999.added.md deleted file mode 100644 index eb4b37d445..0000000000 --- a/doc/changelog.d/2999.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: adding some env var print to report \ No newline at end of file diff --git a/doc/changelog.d/3002.fixed.md b/doc/changelog.d/3002.fixed.md deleted file mode 100644 index b7979cc262..0000000000 --- a/doc/changelog.d/3002.fixed.md +++ /dev/null @@ -1 +0,0 @@ -feat: adding option to `_ctrl` command \ No newline at end of file diff --git a/doc/changelog.d/3019.changed.md b/doc/changelog.d/3019.changed.md deleted file mode 100644 index 9eb1cbe4b5..0000000000 --- a/doc/changelog.d/3019.changed.md +++ /dev/null @@ -1 +0,0 @@ -feat: implementing `ansys/actions/changelogs` and adding release note in documentation \ No newline at end of file diff --git a/doc/changelog.d/3023.added.md b/doc/changelog.d/3023.added.md deleted file mode 100644 index d6c4c76a27..0000000000 --- a/doc/changelog.d/3023.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: adding `cycexpand` command \ No newline at end of file diff --git a/doc/changelog.d/3024.miscellaneous.md b/doc/changelog.d/3024.miscellaneous.md deleted file mode 100644 index aac525efa8..0000000000 --- a/doc/changelog.d/3024.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: setting docs version to v241 \ No newline at end of file diff --git a/doc/changelog.d/3035.fixed.md b/doc/changelog.d/3035.fixed.md deleted file mode 100644 index 4b6b57dd10..0000000000 --- a/doc/changelog.d/3035.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: avoiding future sphinx warning \ No newline at end of file diff --git a/doc/changelog.d/3036.miscellaneous.md b/doc/changelog.d/3036.miscellaneous.md deleted file mode 100644 index 2ae4ec2ae9..0000000000 --- a/doc/changelog.d/3036.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -chore: removing cdb files \ No newline at end of file diff --git a/doc/changelog.d/3037.added.md b/doc/changelog.d/3037.added.md deleted file mode 100644 index 14297bedcb..0000000000 --- a/doc/changelog.d/3037.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: update `vfquery` \ No newline at end of file diff --git a/doc/changelog.d/3046.miscellaneous.md b/doc/changelog.d/3046.miscellaneous.md deleted file mode 100644 index 1287cf512f..0000000000 --- a/doc/changelog.d/3046.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: adding documentation about remote mapdl pool \ No newline at end of file diff --git a/doc/changelog.d/3047.added.md b/doc/changelog.d/3047.added.md deleted file mode 100644 index 55b98b530a..0000000000 --- a/doc/changelog.d/3047.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: add argument to disable run_at_connect in `MapdlGrpc` \ No newline at end of file diff --git a/doc/changelog.d/3048.added.md b/doc/changelog.d/3048.added.md deleted file mode 100644 index f397c08676..0000000000 --- a/doc/changelog.d/3048.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: allowing passing IP to `MapdlPool` \ No newline at end of file diff --git a/doc/changelog.d/3049.added.md b/doc/changelog.d/3049.added.md deleted file mode 100644 index b88c509464..0000000000 --- a/doc/changelog.d/3049.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: add argument to disable run_at_connect in MapdlGrpc \ No newline at end of file diff --git a/doc/changelog.d/3071.fixed.md b/doc/changelog.d/3071.fixed.md deleted file mode 100644 index 1513fe091c..0000000000 --- a/doc/changelog.d/3071.fixed.md +++ /dev/null @@ -1 +0,0 @@ -docs: clarifying MAPDL commands API section \ No newline at end of file diff --git a/doc/changelog.d/3086.fixed.md b/doc/changelog.d/3086.fixed.md deleted file mode 100644 index 3a701bb967..0000000000 --- a/doc/changelog.d/3086.fixed.md +++ /dev/null @@ -1 +0,0 @@ -feat: making old API function discoverable when Click is not installed \ No newline at end of file diff --git a/doc/changelog.d/3107.changed.md b/doc/changelog.d/3107.changed.md deleted file mode 100644 index 6ebfb21bd1..0000000000 --- a/doc/changelog.d/3107.changed.md +++ /dev/null @@ -1 +0,0 @@ -ci: having only one set of Dependabot rules \ No newline at end of file diff --git a/doc/changelog.d/3118.changed.md b/doc/changelog.d/3118.changed.md deleted file mode 100644 index a6e0316695..0000000000 --- a/doc/changelog.d/3118.changed.md +++ /dev/null @@ -1 +0,0 @@ -ci: adding tag for doc review \ No newline at end of file diff --git a/doc/changelog.d/3140.miscellaneous.md b/doc/changelog.d/3140.miscellaneous.md deleted file mode 100644 index ca4b86642c..0000000000 --- a/doc/changelog.d/3140.miscellaneous.md +++ /dev/null @@ -1 +0,0 @@ -docs: update a minor typo in `mapdl.rst` \ No newline at end of file diff --git a/doc/changelog.d/3147.changed.md b/doc/changelog.d/3147.changed.md deleted file mode 100644 index 6fef6bc827..0000000000 --- a/doc/changelog.d/3147.changed.md +++ /dev/null @@ -1 +0,0 @@ -ci: remove OS package duplicate \ No newline at end of file diff --git a/doc/changelog.d/3151.fixed.md b/doc/changelog.d/3151.fixed.md deleted file mode 100644 index a8460d1f6f..0000000000 --- a/doc/changelog.d/3151.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: update the general files to align with PyAnsys standards \ No newline at end of file diff --git a/doc/changelog.d/3154.added.md b/doc/changelog.d/3154.added.md deleted file mode 100644 index 0e21ca1605..0000000000 --- a/doc/changelog.d/3154.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: converting chained APDL commands to PyMAPDL context manager \ No newline at end of file diff --git a/doc/changelog.d/3166.added.md b/doc/changelog.d/3166.added.md deleted file mode 100644 index 31049f3abb..0000000000 --- a/doc/changelog.d/3166.added.md +++ /dev/null @@ -1 +0,0 @@ -feat: allowing multiple IPs for remote connection on `MapdlPool` \ No newline at end of file diff --git a/doc/changelog.d/3169.fixed.md b/doc/changelog.d/3169.fixed.md deleted file mode 100644 index 99324c2f8b..0000000000 --- a/doc/changelog.d/3169.fixed.md +++ /dev/null @@ -1 +0,0 @@ -fix: combine the `docker-compose` files \ No newline at end of file diff --git a/doc/changelog.d/3171.changed.md b/doc/changelog.d/3171.changed.md deleted file mode 100644 index e2e83c8a77..0000000000 --- a/doc/changelog.d/3171.changed.md +++ /dev/null @@ -1 +0,0 @@ -ci: using trusted publisher release process \ No newline at end of file diff --git a/doc/changelog.d/3179.dependencies.md b/doc/changelog.d/3179.dependencies.md deleted file mode 100644 index 2429408230..0000000000 --- a/doc/changelog.d/3179.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump autopep8 from 2.2.0 to 2.3.0 in the testing group \ No newline at end of file diff --git a/doc/changelog.d/3180.dependencies.md b/doc/changelog.d/3180.dependencies.md deleted file mode 100644 index 37b1cea7aa..0000000000 --- a/doc/changelog.d/3180.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump pyvista[trame] from 0.43.9 to 0.43.10 \ No newline at end of file diff --git a/doc/changelog.d/3181.dependencies.md b/doc/changelog.d/3181.dependencies.md deleted file mode 100644 index c2397d7938..0000000000 --- a/doc/changelog.d/3181.dependencies.md +++ /dev/null @@ -1 +0,0 @@ -build: bump ansys-sphinx-theme from 0.16.5 to 0.16.6 in the core group across 1 directory \ No newline at end of file diff --git a/doc/changelog.d/3182.changed.md b/doc/changelog.d/3182.changed.md deleted file mode 100644 index bd70b3e196..0000000000 --- a/doc/changelog.d/3182.changed.md +++ /dev/null @@ -1 +0,0 @@ -docs: adding previous changes in `changelog.d` repository \ No newline at end of file diff --git a/doc/changelog.d/3183.changed.md b/doc/changelog.d/3183.changed.md new file mode 100644 index 0000000000..2e273fafd9 --- /dev/null +++ b/doc/changelog.d/3183.changed.md @@ -0,0 +1 @@ +chore: update CHANGELOG for v0.68.2 \ No newline at end of file diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 48f1892cd7..b148725b86 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -9,5 +9,68 @@ This document contains the release notes for the project. .. towncrier release notes start +`0.68.2 `_ - 2024-06-18 +============================================================================== + +Added +^^^^^ + +- feat: add a MAPDL version section in for bug issues `#2982 `_ +- feat: adding some env var print to report `#2999 `_ +- feat: adding ``cycexpand`` command `#3023 `_ +- feat: update ``vfquery`` `#3037 `_ +- feat: add argument to disable run_at_connect in `MapdlGrpc` `#3047 `_ +- feat: allowing passing IP to ``MapdlPool`` `#3048 `_ +- feat: add argument to disable run_at_connect in MapdlGrpc `#3049 `_ +- feat: converting chained APDL commands to PyMAPDL context manager `#3154 `_ +- feat: allowing multiple IPs for remote connection on ``MapdlPool`` `#3166 `_ +- feat: implementing ``ansys/actions/changelogs`` and adding release note in documentation `#3019 `_ +- feat: adding option to ``_ctrl`` command `#3002 `_ +- feat: making old API function discoverable when Click is not installed `#3086 `_ + + +Changed +^^^^^^^ + +- refactor: refactoring CLI `#2960 `_ + + +Fixed +^^^^^ + +- fix: avoiding future sphinx warning `#3035 `_ +- fix: update the general files to align with PyAnsys standards `#3151 `_ +- fix: combine the ``docker-compose`` files `#3169 `_ + + +Documentation +^^^^^^^^^^^^^ + +- docs: adding previous changes in ``changelog.d`` repository `#3182 `_ +- docs: clarifying MAPDL commands API section `#3071 `_ +- docs: HPC documentation `#2966 `_ +- docs: adding ML-Genetic Algorithm example `#2981 `_ +- docs: customize agent for linkchecker `#2998 `_ +- docs: setting docs version to v241 `#3024 `_ +- docs: adding documentation about remote mapdl pool `#3046 `_ +- docs: update a minor typo in `mapdl.rst` `#3140 `_ + + +Dependencies +^^^^^^^^^^^^ + +- build: bump autopep8 from 2.2.0 to 2.3.0 in the testing group `#3179 `_ +- build: bump pyvista[trame] from 0.43.9 to 0.43.10 `#3180 `_ +- build: bump ansys-sphinx-theme from 0.16.5 to 0.16.6 in the core group across 1 directory `#3181 `_ + + +Miscellaneous +^^^^^^^^^^^^^ + +- chore: removing cdb files `#3036 `_ +- ci: having only one set of Dependabot rules `#3107 `_ +- ci: adding tag for doc review `#3118 `_ +- ci: remove OS package duplicate `#3147 `_ +- ci: using trusted publisher release process `#3171 `_ .. vale on