Skip to content

Commit

Permalink
Merge branch 'main' into pr_updatelauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangzhanqun authored Nov 29, 2024
2 parents c358059 + 0551ae1 commit 3a243b3
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 6 deletions.
1 change: 0 additions & 1 deletion doc/changelog/618.documentation.md

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 1 addition & 0 deletions doc/changelog/627.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update CHANGELOG for v0.6.1
1 change: 1 addition & 0 deletions doc/changelog/630.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build(deps): bump ansys-sphinx-theme from 1.2.1 to 1.2.2
16 changes: 16 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ This document contains the release notes for the PyDyna project.
.. towncrier release notes start
`0.6.1 <https://github.com/ansys/pydyna/releases/tag/v0.6.1>`_ - 2024-11-22
===========================================================================

Documentation
^^^^^^^^^^^^^

- build(deps): bump jupyterlab from 4.3.0 to 4.3.1 `#618 <https://github.com/ansys/pydyna/pull/618>`_
- build(deps): bump ansys-sphinx-theme from 1.2.0 to 1.2.1 `#619 <https://github.com/ansys/pydyna/pull/619>`_
- build: allow Numpy 1.X `#626 <https://github.com/ansys/pydyna/pull/626>`_


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

- chore: update CHANGELOG for v0.6.0 `#625 <https://github.com/ansys/pydyna/pull/625>`_

`0.6.0 <https://github.com/ansys/pydyna/releases/tag/v0.6.0>`_ - 2024-11-20
===========================================================================

Expand Down
7 changes: 4 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,16 @@ dependencies = ["ansys-dpf-core>=0.7.2",
"ansys-tools-path>=0.6.0",
"ansys-platform-instancemanagement~=1.0",
"pyvista>=0.43.4",
"hollerith==0.4.1",
"numpy>=2.0.0",
"hollerith>=0.4.1",
"numpy>=1",
"pandas>=2.0",
"appdirs>=1.4.4"
]

[project.optional-dependencies]
tests = [
"matplotlib==3.9.2",
"hollerith==0.5.2",
"numpy==2.1.3",
"pytest==8.3.3",
"pytest-cov==6.0.0",
Expand Down Expand Up @@ -66,7 +67,7 @@ doc = [
"sphinx-copybutton==0.5.2",
"sphinx-gallery==0.18.0",
"sphinx-autodoc-typehints==2.5.0",
"ansys-sphinx-theme==1.2.1",
"ansys-sphinx-theme==1.2.2",
"pypandoc==1.14",
"nbsphinx==0.9.5",
"ipywidgets==8.1.5",
Expand Down

0 comments on commit 3a243b3

Please sign in to comment.