Skip to content

Commit

Permalink
chore: updating CHANGELOG for v0.68.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pyansys-ci-bot committed Jun 18, 2024
1 parent 1bc45b4 commit 09de71f
Show file tree
Hide file tree
Showing 33 changed files with 58 additions and 32 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.

58 changes: 58 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,63 @@ This document contains the release notes for the project.
.. towncrier release notes start
`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: 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: 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>`_


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>`_


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>`_


Dependencies
^^^^^^^^^^^^

- build: bump autopep8 from 2.2.0 to 2.3.0 in the testing group `#3179 <https://github.com/ansys/pymapdl/pull/3179>`_
- build: bump pyvista[trame] from 0.43.9 to 0.43.10 `#3180 <https://github.com/ansys/pymapdl/pull/3180>`_
- build: bump ansys-sphinx-theme from 0.16.5 to 0.16.6 in the core group across 1 directory `#3181 <https://github.com/ansys/pymapdl/pull/3181>`_


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>`_

.. vale on

0 comments on commit 09de71f

Please sign in to comment.