Skip to content

Commit

Permalink
Merge branch 'main' into maint/v0.68.3-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
clatapie authored Jun 24, 2024
2 parents 7d76be3 + 4cd2fe1 commit 70ba6fa
Show file tree
Hide file tree
Showing 36 changed files with 31 additions and 55 deletions.
1 change: 0 additions & 1 deletion doc/changelog.d/2960.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/2966.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/2981.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/2982.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/2998.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/2999.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3002.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3019.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3023.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3024.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3035.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3036.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3037.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3046.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3047.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3048.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3049.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3071.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3086.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3107.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3118.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3140.miscellaneous.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3147.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3151.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3154.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3166.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3169.fixed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3171.changed.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3179.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3180.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3181.dependencies.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/3182.changed.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/3183.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update CHANGELOG for v0.68.2
1 change: 1 addition & 0 deletions doc/changelog.d/3197.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build: bump the minimal group across 1 directory with 2 updates
48 changes: 27 additions & 21 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,44 +17,52 @@ Added

- feat: Add an inprocess backend to pymapdl `#3198 <https://github.com/ansys/pymapdl/pull/3198>`_


`0.68.2 <https://github.com/ansys/pymapdl/releases/tag/v0.68.2>`_ - 2024-06-18
==============================================================================

Added
^^^^^

- refactor: refactoring CLI `#2960 <https://github.com/ansys/pymapdl/pull/2960>`_
- feat: add a MAPDL version section in for bug issues `#2982 <https://github.com/ansys/pymapdl/pull/2982>`_
- feat: adding some env var print to report `#2999 <https://github.com/ansys/pymapdl/pull/2999>`_
- feat: adding `cycexpand` command `#3023 <https://github.com/ansys/pymapdl/pull/3023>`_
- feat: update `vfquery` `#3037 <https://github.com/ansys/pymapdl/pull/3037>`_
- feat: adding ``cycexpand`` command `#3023 <https://github.com/ansys/pymapdl/pull/3023>`_
- feat: update ``vfquery`` `#3037 <https://github.com/ansys/pymapdl/pull/3037>`_
- feat: add argument to disable run_at_connect in `MapdlGrpc` `#3047 <https://github.com/ansys/pymapdl/pull/3047>`_
- feat: allowing passing IP to `MapdlPool` `#3048 <https://github.com/ansys/pymapdl/pull/3048>`_
- feat: allowing passing IP to ``MapdlPool`` `#3048 <https://github.com/ansys/pymapdl/pull/3048>`_
- feat: add argument to disable run_at_connect in MapdlGrpc `#3049 <https://github.com/ansys/pymapdl/pull/3049>`_
- feat: converting chained APDL commands to PyMAPDL context manager `#3154 <https://github.com/ansys/pymapdl/pull/3154>`_
- feat: allowing multiple IPs for remote connection on `MapdlPool` `#3166 <https://github.com/ansys/pymapdl/pull/3166>`_
- feat: allowing multiple IPs for remote connection on ``MapdlPool`` `#3166 <https://github.com/ansys/pymapdl/pull/3166>`_
- feat: implementing ``ansys/actions/changelogs`` and adding release note in documentation `#3019 <https://github.com/ansys/pymapdl/pull/3019>`_
- feat: adding option to ``_ctrl`` command `#3002 <https://github.com/ansys/pymapdl/pull/3002>`_
- feat: making old API function discoverable when Click is not installed `#3086 <https://github.com/ansys/pymapdl/pull/3086>`_


Changed
^^^^^^^

- feat: implementing `ansys/actions/changelogs` and adding release note in documentation `#3019 <https://github.com/ansys/pymapdl/pull/3019>`_
- ci: having only one set of Dependabot rules `#3107 <https://github.com/ansys/pymapdl/pull/3107>`_
- ci: adding tag for doc review `#3118 <https://github.com/ansys/pymapdl/pull/3118>`_
- ci: remove OS package duplicate `#3147 <https://github.com/ansys/pymapdl/pull/3147>`_
- ci: using trusted publisher release process `#3171 <https://github.com/ansys/pymapdl/pull/3171>`_
- docs: adding previous changes in `changelog.d` repository `#3182 <https://github.com/ansys/pymapdl/pull/3182>`_
- refactor: refactoring CLI `#2960 <https://github.com/ansys/pymapdl/pull/2960>`_


Fixed
^^^^^

- feat: adding option to `_ctrl` command `#3002 <https://github.com/ansys/pymapdl/pull/3002>`_
- fix: avoiding future sphinx warning `#3035 <https://github.com/ansys/pymapdl/pull/3035>`_
- docs: clarifying MAPDL commands API section `#3071 <https://github.com/ansys/pymapdl/pull/3071>`_
- feat: making old API function discoverable when Click is not installed `#3086 <https://github.com/ansys/pymapdl/pull/3086>`_
- fix: update the general files to align with PyAnsys standards `#3151 <https://github.com/ansys/pymapdl/pull/3151>`_
- fix: combine the `docker-compose` files `#3169 <https://github.com/ansys/pymapdl/pull/3169>`_
- fix: combine the ``docker-compose`` files `#3169 <https://github.com/ansys/pymapdl/pull/3169>`_


Documentation
^^^^^^^^^^^^^

- docs: adding previous changes in ``changelog.d`` repository `#3182 <https://github.com/ansys/pymapdl/pull/3182>`_
- docs: clarifying MAPDL commands API section `#3071 <https://github.com/ansys/pymapdl/pull/3071>`_
- docs: HPC documentation `#2966 <https://github.com/ansys/pymapdl/pull/2966>`_
- docs: adding ML-Genetic Algorithm example `#2981 <https://github.com/ansys/pymapdl/pull/2981>`_
- docs: customize agent for linkchecker `#2998 <https://github.com/ansys/pymapdl/pull/2998>`_
- docs: setting docs version to v241 `#3024 <https://github.com/ansys/pymapdl/pull/3024>`_
- docs: adding documentation about remote mapdl pool `#3046 <https://github.com/ansys/pymapdl/pull/3046>`_
- docs: update a minor typo in `mapdl.rst` `#3140 <https://github.com/ansys/pymapdl/pull/3140>`_


Dependencies
Expand All @@ -68,12 +76,10 @@ Dependencies
Miscellaneous
^^^^^^^^^^^^^

- docs: HPC documentation `#2966 <https://github.com/ansys/pymapdl/pull/2966>`_
- docs: adding ML-Genetic Algorithm example `#2981 <https://github.com/ansys/pymapdl/pull/2981>`_
- docs: customize agent for linkchecker `#2998 <https://github.com/ansys/pymapdl/pull/2998>`_
- docs: setting docs version to v241 `#3024 <https://github.com/ansys/pymapdl/pull/3024>`_
- chore: removing cdb files `#3036 <https://github.com/ansys/pymapdl/pull/3036>`_
- docs: adding documentation about remote mapdl pool `#3046 <https://github.com/ansys/pymapdl/pull/3046>`_
- docs: update a minor typo in `mapdl.rst` `#3140 <https://github.com/ansys/pymapdl/pull/3140>`_
- ci: having only one set of Dependabot rules `#3107 <https://github.com/ansys/pymapdl/pull/3107>`_
- ci: adding tag for doc review `#3118 <https://github.com/ansys/pymapdl/pull/3118>`_
- ci: remove OS package duplicate `#3147 <https://github.com/ansys/pymapdl/pull/3147>`_
- ci: using trusted publisher release process `#3171 <https://github.com/ansys/pymapdl/pull/3171>`_

.. vale on
4 changes: 2 additions & 2 deletions minimum_requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 70ba6fa

Please sign in to comment.