Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update CHANGELOG for v0.11.0 #777

Merged
merged 3 commits into from
Jun 18, 2024
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/749.changed.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/777.changed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update CHANGELOG for v0.11.0
47 changes: 47 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,53 @@ This document contains the release notes for the project.

.. towncrier release notes start

`0.11.0 <https://github.com/ansys/pymechanical/releases/tag/v0.11.0>`_ - 2024-06-18
===================================================================================


Added
^^^^^

- feat: raise an exception if port or input script aren't provided in batch mode `#753 <https://github.com/ansys/pymechanical/pull/753>`_
- feat: use changelog.rst instead of CHANGELOG.md for release notes `#757 <https://github.com/ansys/pymechanical/pull/757>`_
- Doc: Add embedding api references `#758 <https://github.com/ansys/pymechanical/pull/758>`_
- feat: implement autoapi `#761 <https://github.com/ansys/pymechanical/pull/761>`_


Changed
^^^^^^^

- chore: update CHANGELOG for v0.10.11 `#749 <https://github.com/ansys/pymechanical/pull/749>`_
- MAINT: Delete the apt-get lists after installing packages `#750 <https://github.com/ansys/pymechanical/pull/750>`_
- [pre-commit.ci] pre-commit autoupdate `#774 <https://github.com/ansys/pymechanical/pull/774>`_


Fixed
^^^^^

- FIX: Modify pre-commit hook `#763 <https://github.com/ansys/pymechanical/pull/763>`_
- fix lifetime issue `#768 <https://github.com/ansys/pymechanical/pull/768>`_
- fix pythonnet issue `#772 <https://github.com/ansys/pymechanical/pull/772>`_
- Fix: Remove disable sec check `#776 <https://github.com/ansys/pymechanical/pull/776>`_


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

- MAINT: Bump the doc group with 4 updates `#751 <https://github.com/ansys/pymechanical/pull/751>`_
- [pre-commit.ci] pre-commit autoupdate `#752 <https://github.com/ansys/pymechanical/pull/752>`_
- MAINT: Bump the doc group with 3 updates `#755 <https://github.com/ansys/pymechanical/pull/755>`_
- MAINT: Update files as per pyansys standards `#762 <https://github.com/ansys/pymechanical/pull/762>`_
- MAINT: Bump grpcio from 1.64.0 to 1.64.1 in the core group `#764 <https://github.com/ansys/pymechanical/pull/764>`_
- MAINT: Bump pytest from 8.2.1 to 8.2.2 in the tests group `#765 <https://github.com/ansys/pymechanical/pull/765>`_
- MAINT: Bump the doc group with 2 updates `#766 <https://github.com/ansys/pymechanical/pull/766>`_


Miscellaneous
^^^^^^^^^^^^^

- add method to update globals `#767 <https://github.com/ansys/pymechanical/pull/767>`_

`0.10.11 <https://github.com/ansys/pymechanical/releases/tag/v0.10.11>`__ - 2024-05-23
======================================================================================

Expand Down
Loading