Skip to content

chore: update CHANGELOG for v0.4.0 #558

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

Merged
merged 2 commits into from
Apr 17, 2025
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/454.added.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/499.documentation.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/523.maintenance.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/525.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/526.maintenance.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/529.maintenance.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/538.documentation.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/541.maintenance.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/543.documentation.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/544.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/545.documentation.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/548.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/549.maintenance.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/553.documentation.md

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/554.documentation.md

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion doc/changelog.d/557.maintenance.md

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog.d/558.maintenance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update CHANGELOG for v0.4.0
116 changes: 116 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,122 @@ This document contains the release notes for the PySpeos project.

.. towncrier release notes start

`0.4.0 <https://github.com/ansys/pyspeos/releases/tag/v0.4.0>`_ - April 17, 2025
================================================================================

.. tab-set::


.. tab-item:: Added

.. list-table::
:header-rows: 0
:widths: auto

* - Feat/add local launcher
- `#454 <https://github.com/ansys/pyspeos/pull/454>`_

* - add screenshot in pyvista related methods
- `#521 <https://github.com/ansys/pyspeos/pull/521>`_

* - enhance the project preview: irrad, rad, camera sensor features
- `#528 <https://github.com/ansys/pyspeos/pull/528>`_

* - switch to ansys tools and decouple requirements
- `#532 <https://github.com/ansys/pyspeos/pull/532>`_


.. tab-item:: Dependencies

.. list-table::
:header-rows: 0
:widths: auto

* - bump ansys-sphinx-theme from 1.3.3 to 1.4.2 in the doc-deps group
- `#524 <https://github.com/ansys/pyspeos/pull/524>`_

* - bump pytest-cov from 6.0.0 to 6.1.0
- `#533 <https://github.com/ansys/pyspeos/pull/533>`_

* - bump pytest-cov from 6.1.0 to 6.1.1
- `#542 <https://github.com/ansys/pyspeos/pull/542>`_

* - bump psutil from 6.1.1 to 7.0.0
- `#555 <https://github.com/ansys/pyspeos/pull/555>`_


.. tab-item:: Documentation

.. list-table::
:header-rows: 0
:widths: auto

* - Update example combine-speos.py
- `#499 <https://github.com/ansys/pyspeos/pull/499>`_

* - open-results adjustments
- `#538 <https://github.com/ansys/pyspeos/pull/538>`_

* - adjust source example
- `#543 <https://github.com/ansys/pyspeos/pull/543>`_

* - adjust simulation example
- `#545 <https://github.com/ansys/pyspeos/pull/545>`_

* - remote instance
- `#553 <https://github.com/ansys/pyspeos/pull/553>`_

* - adjust sensor.py example
- `#554 <https://github.com/ansys/pyspeos/pull/554>`_


.. tab-item:: Fixed

.. list-table::
:header-rows: 0
:widths: auto

* - issue with nightly pipeline
- `#534 <https://github.com/ansys/pyspeos/pull/534>`_

* - Graphs not showing with Ansys visualizer
- `#537 <https://github.com/ansys/pyspeos/pull/537>`_

* - improve examples and tests due to more errors raised by the new SpeosRPC server
- `#546 <https://github.com/ansys/pyspeos/pull/546>`_


.. tab-item:: Maintenance

.. list-table::
:header-rows: 0
:widths: auto

* - remove code-style job to use precommit.ci
- `#523 <https://github.com/ansys/pyspeos/pull/523>`_

* - update CHANGELOG for v0.3.0
- `#525 <https://github.com/ansys/pyspeos/pull/525>`_

* - bump dev version into v0.4.dev0
- `#526 <https://github.com/ansys/pyspeos/pull/526>`_

* - pre-commit autoupdate
- `#529 <https://github.com/ansys/pyspeos/pull/529>`_, `#541 <https://github.com/ansys/pyspeos/pull/541>`_

* - bump ansys/actions from 8 to 9 in the actions group
- `#544 <https://github.com/ansys/pyspeos/pull/544>`_

* - Rename CONTRUBUTORS.md to CONTRIBUTORS.md
- `#548 <https://github.com/ansys/pyspeos/pull/548>`_

* - remove strong upper bound on build dep
- `#549 <https://github.com/ansys/pyspeos/pull/549>`_

* - pin actions version with full commit hash
- `#557 <https://github.com/ansys/pyspeos/pull/557>`_


`0.3.0 <https://github.com/ansys/pyspeos/releases/tag/v0.3.0>`_ - March 28, 2025
================================================================================

Expand Down