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

v0.6.8 #934

Merged
merged 3 commits into from
Jun 7, 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
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release Notes

## 0.6.8 (unreleased)
## 0.6.8 (07.06.2024)

### Changes

Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# YAML 1.2
---
title: weldx
version: 0.6.7
date-released: 2023-08-24
version: 0.6.8
date-released: 2024-07-06
authors:
- affiliation: "Bundesanstalt für Materialforschung und -prüfung (BAM)"
email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions doc/rtd_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ dependencies:
- weldx_widgets>=0.2.1
# documentation
- docutils>=0.19
- sphinx>=4.1.1
- sphinx>=4.1.1,=7.2
- urllib3<2
#- jinja2=3.0
- sphinx-copybutton
- sphinx-copybutton=0.5
- pydata-sphinx-theme<0.15 # parallel-write-unsafe
- numpydoc>=0.5
- sphinx-autodoc-typehints>=1.21.8
- sphinx-autodoc-typehints>=1.21.8,=2.0
- typing_extensions
# pip packages
- pip
Expand Down
6 changes: 3 additions & 3 deletions doc/src/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ data processing and visualization.
```{toctree}
:caption: Welding examples
:maxdepth: 1
:numbered: true
:numbered:

tutorials/01_01_introduction
tutorials/01_02_time_dependent_data
Expand All @@ -27,7 +27,7 @@ related tasks.
```{toctree}
:caption: Welding examples
:maxdepth: 1
:numbered: true
:numbered:

tutorials/welding_example_01_basics
tutorials/custom_metadata
Expand All @@ -45,7 +45,7 @@ The API tutorials provide more detailed usages and examples of core
```{toctree}
:caption: API tutorials
:maxdepth: 1
:numbered: true
:numbered:

tutorials/transformations_01_coordinate_systems
tutorials/transformations_02_coordinate_system_manager
Expand Down
Loading