Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
63 changes: 63 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,68 @@ 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
^^^^^

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

- refactor: refactoring CLI `#2960 <https://github.com/ansys/pymapdl/pull/2960>`_


Fixed
^^^^^

- fix: avoiding future sphinx warning `#3035 <https://github.com/ansys/pymapdl/pull/3035>`_
- 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>`_


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
^^^^^^^^^^^^

- 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
^^^^^^^^^^^^^

- chore: removing cdb files `#3036 <https://github.com/ansys/pymapdl/pull/3036>`_
- 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