Skip to content

Commit

Permalink
Merge branch 'release/0.0.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
piskunow committed Dec 23, 2023
2 parents b1c9810 + b3b9b4f commit cc5e5d6
Show file tree
Hide file tree
Showing 8 changed files with 746 additions and 100 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ jobs:
- name: Upload coverage data
if: always() && matrix.session == 'tests'
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4"
with:
name: coverage-data
path: ".coverage.*"

- name: Upload documentation
if: matrix.session == 'docs-build'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docs
path: docs/_build
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
nox --version
- name: Download coverage data
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: coverage-data

Expand Down
62 changes: 35 additions & 27 deletions docs/tutorials/tutorial_bloch.ipynb

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions docs/tutorials/tutorial_conductivity.ipynb

Large diffs are not rendered by default.

551 changes: 541 additions & 10 deletions docs/tutorials/tutorial_evolution_performance.ipynb

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions docs/tutorials/tutorial_operators_and_functions.ipynb

Large diffs are not rendered by default.

108 changes: 90 additions & 18 deletions docs/tutorials/tutorial_tiles.ipynb

Large diffs are not rendered by default.

79 changes: 57 additions & 22 deletions docs/tutorials/tutorial_time_evolution.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "kpm-tools"
version = "0.0.8"
version = "0.0.9"
description = "KPM Tools"
authors = ["Pablo Piskunow <[email protected]>"]
license = "BSD 2-Clause"
Expand Down

0 comments on commit cc5e5d6

Please sign in to comment.