Skip to content

chore: update CHANGELOG for v0.3.0 #525

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
Mar 28, 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/484.dependencies.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

.. towncrier release notes start

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

.. tab-set::


.. tab-item:: Added

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

* - provide a way for the user to limit number of threads
- `#508 <https://github.com/ansys/pyspeos/pull/508>`_


.. tab-item:: Dependencies

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

* - bump pytest from 8.3.4 to 8.3.5
- `#484 <https://github.com/ansys/pyspeos/pull/484>`_

* - bump the doc-deps group across 1 directory with 4 updates
- `#509 <https://github.com/ansys/pyspeos/pull/509>`_

* - bump notebook from 7.3.2 to 7.3.3
- `#510 <https://github.com/ansys/pyspeos/pull/510>`_


.. tab-item:: Documentation

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

* - fix 404 page when download example as python script
- `#514 <https://github.com/ansys/pyspeos/pull/514>`_

* - add example assets button
- `#518 <https://github.com/ansys/pyspeos/pull/518>`_

* - fix path to download assets
- `#522 <https://github.com/ansys/pyspeos/pull/522>`_


.. tab-item:: Fixed

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

* - core layer loading a camera sensor
- `#503 <https://github.com/ansys/pyspeos/pull/503>`_

* - doc: Adjust server launch command
- `#505 <https://github.com/ansys/pyspeos/pull/505>`_


.. tab-item:: Maintenance

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

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

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


.. tab-item:: Miscellaneous

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

* - remove ruff E ignores
- `#495 <https://github.com/ansys/pyspeos/pull/495>`_

* - remove ruff ignores F
- `#506 <https://github.com/ansys/pyspeos/pull/506>`_

* - ruff n
- `#507 <https://github.com/ansys/pyspeos/pull/507>`_

* - ruff TD002, TD003
- `#512 <https://github.com/ansys/pyspeos/pull/512>`_


`0.2.1 <https://github.com/ansys/pyspeos/releases/tag/v0.2.1>`_ - March 06, 2025
================================================================================

Expand Down