diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 40d4af9..129c933 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,21 +13,16 @@ jobs: environment: name: publish steps: - - name: Dump GitHub context - env: - GITHUB_CONTEXT: ${{ toJson(github) }} - run: echo "$GITHUB_CONTEXT" - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 + - uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.13" - name: Install build dependencies - run: pip install build + run: pip install -U build wheel twine - name: Build distribution run: python -m build - name: Publish - uses: pypa/gh-action-pypi-publish@v1.10.3 + uses: pypa/gh-action-pypi-publish@release/v1 - name: Dump GitHub context env: GITHUB_CONTEXT: ${{ toJson(github) }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c331d72..4b0e5e2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.11" + python-version: "3.13" - name: Install Linters run: | pip install -U pip @@ -27,17 +27,16 @@ jobs: test: env: - USING_COVERAGE: "3.11" + USING_COVERAGE: "3.13" strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 + - uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install project diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b621be..5d7ecfb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,10 @@ # See https://pre-commit.com for more information # See https://pre-commit.com/hooks.html for more hooks default_language_version: - python: python3.11 + python: python3.13 repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files exclude: ".*.c" @@ -15,16 +15,16 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/asottile/pyupgrade - rev: v3.19.1 + rev: v3.21.0 hooks: - id: pyupgrade args: - --py3-plus - --keep-runtime-typing - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.9.9 + rev: v0.14.2 hooks: - - id: ruff + - id: ruff-check args: - --fix - id: ruff-format diff --git a/docs/.buildinfo b/docs/.buildinfo index c6a343a..db5720e 100644 --- a/docs/.buildinfo +++ b/docs/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file records the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 8968451ad59f687a6baaff3671fc24a2 +config: 53f16db34476140cea1af3fd6d7d0e5e tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/.buildinfo.bak b/docs/.buildinfo.bak new file mode 100644 index 0000000..56a1a50 --- /dev/null +++ b/docs/.buildinfo.bak @@ -0,0 +1,4 @@ +# Sphinx build info version 1 +# This file records the configuration used when building these files. When it is not found, a full rebuild will be done. +config: 31646580202d31852527f5ace6edce70 +tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/docs/_downloads/06ccbbd0c041413edf92a486cf420073/api-1.pdf b/docs/_downloads/06ccbbd0c041413edf92a486cf420073/api-1.pdf index a83cd81..893cf83 100644 Binary files a/docs/_downloads/06ccbbd0c041413edf92a486cf420073/api-1.pdf and b/docs/_downloads/06ccbbd0c041413edf92a486cf420073/api-1.pdf differ diff --git a/docs/_downloads/352e9685df5f6ec52e91c88710a7efee/api-2.py b/docs/_downloads/352e9685df5f6ec52e91c88710a7efee/api-2.py index 3d9f74d..23cc054 100644 --- a/docs/_downloads/352e9685df5f6ec52e91c88710a7efee/api-2.py +++ b/docs/_downloads/352e9685df5f6ec52e91c88710a7efee/api-2.py @@ -1,4 +1,5 @@ import matplotlib.pyplot as plt + from mpl_template import insert_image file = "img/polar_bar_demo.png" diff --git a/docs/_downloads/4621112975d0141aecaa9b8c5af477cf/api-3.py b/docs/_downloads/4621112975d0141aecaa9b8c5af477cf/api-3.py index e17a32e..1f0fae5 100644 --- a/docs/_downloads/4621112975d0141aecaa9b8c5af477cf/api-3.py +++ b/docs/_downloads/4621112975d0141aecaa9b8c5af477cf/api-3.py @@ -1,4 +1,5 @@ import matplotlib.pyplot as plt + from mpl_template import insert_image file = "img/polar_bar_demo.png" diff --git a/docs/_downloads/598066b5ada01e638fb320fe9ee5190f/api-2.pdf b/docs/_downloads/598066b5ada01e638fb320fe9ee5190f/api-2.pdf index a600db7..040476a 100644 Binary files a/docs/_downloads/598066b5ada01e638fb320fe9ee5190f/api-2.pdf and b/docs/_downloads/598066b5ada01e638fb320fe9ee5190f/api-2.pdf differ diff --git a/docs/_downloads/5d437c4702c6aba18e9f4548465fd95e/api-3.png b/docs/_downloads/5d437c4702c6aba18e9f4548465fd95e/api-3.png index 21464c4..b9d8c39 100644 Binary files a/docs/_downloads/5d437c4702c6aba18e9f4548465fd95e/api-3.png and b/docs/_downloads/5d437c4702c6aba18e9f4548465fd95e/api-3.png differ diff --git a/docs/_downloads/72ed800c349f28eee3b9cd3d69aaa370/api-3.hires.png b/docs/_downloads/72ed800c349f28eee3b9cd3d69aaa370/api-3.hires.png index 96494c5..2f95be3 100644 Binary files a/docs/_downloads/72ed800c349f28eee3b9cd3d69aaa370/api-3.hires.png and b/docs/_downloads/72ed800c349f28eee3b9cd3d69aaa370/api-3.hires.png differ diff --git a/docs/_downloads/7e4ee7c2895cb69f0314e63171a92eb2/api-2.png b/docs/_downloads/7e4ee7c2895cb69f0314e63171a92eb2/api-2.png index 581a6b8..d918603 100644 Binary files a/docs/_downloads/7e4ee7c2895cb69f0314e63171a92eb2/api-2.png and b/docs/_downloads/7e4ee7c2895cb69f0314e63171a92eb2/api-2.png differ diff --git a/docs/_downloads/9e46079d8d79e0ff79c453eb5113be5b/api-1.hires.png b/docs/_downloads/9e46079d8d79e0ff79c453eb5113be5b/api-1.hires.png index 345a79d..c97e748 100644 Binary files a/docs/_downloads/9e46079d8d79e0ff79c453eb5113be5b/api-1.hires.png and b/docs/_downloads/9e46079d8d79e0ff79c453eb5113be5b/api-1.hires.png differ diff --git a/docs/_downloads/a5c9a93625fec5298e20c27aba4d9a35/api-1.png b/docs/_downloads/a5c9a93625fec5298e20c27aba4d9a35/api-1.png index eb2bcec..fa56bb4 100644 Binary files a/docs/_downloads/a5c9a93625fec5298e20c27aba4d9a35/api-1.png and b/docs/_downloads/a5c9a93625fec5298e20c27aba4d9a35/api-1.png differ diff --git a/docs/_downloads/a9ead4fa61e3de6bd4f6261463b30ced/api-3.pdf b/docs/_downloads/a9ead4fa61e3de6bd4f6261463b30ced/api-3.pdf index ec18cf7..c26722a 100644 Binary files a/docs/_downloads/a9ead4fa61e3de6bd4f6261463b30ced/api-3.pdf and b/docs/_downloads/a9ead4fa61e3de6bd4f6261463b30ced/api-3.pdf differ diff --git a/docs/_downloads/ad5f3c227b17e7d378dbd9aa1d8400d4/api-2.hires.png b/docs/_downloads/ad5f3c227b17e7d378dbd9aa1d8400d4/api-2.hires.png index 3a6d892..55996c0 100644 Binary files a/docs/_downloads/ad5f3c227b17e7d378dbd9aa1d8400d4/api-2.hires.png and b/docs/_downloads/ad5f3c227b17e7d378dbd9aa1d8400d4/api-2.hires.png differ diff --git a/docs/_images/api-1.png b/docs/_images/api-1.png index eb2bcec..fa56bb4 100644 Binary files a/docs/_images/api-1.png and b/docs/_images/api-1.png differ diff --git a/docs/_images/api-2.png b/docs/_images/api-2.png index 581a6b8..d918603 100644 Binary files a/docs/_images/api-2.png and b/docs/_images/api-2.png differ diff --git a/docs/_images/api-3.png b/docs/_images/api-3.png index 21464c4..b9d8c39 100644 Binary files a/docs/_images/api-3.png and b/docs/_images/api-3.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_11_0.png b/docs/_images/notebooks_tutorial_Template_Docs_11_0.png index 947ce2e..45c4636 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_11_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_11_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_12_0.png b/docs/_images/notebooks_tutorial_Template_Docs_12_0.png index f1a45e1..e1516ff 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_12_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_12_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_14_0.png b/docs/_images/notebooks_tutorial_Template_Docs_14_0.png index 88017f0..375b93d 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_14_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_14_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_16_0.png b/docs/_images/notebooks_tutorial_Template_Docs_16_0.png index 53343dd..76701f8 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_16_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_16_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_18_0.png b/docs/_images/notebooks_tutorial_Template_Docs_18_0.png index 1795aa6..5061aaf 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_18_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_18_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_20_0.png b/docs/_images/notebooks_tutorial_Template_Docs_20_0.png index 1afc2f1..9c53a62 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_20_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_20_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_20_1.png b/docs/_images/notebooks_tutorial_Template_Docs_20_1.png index c7e1327..be7c2d2 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_20_1.png and b/docs/_images/notebooks_tutorial_Template_Docs_20_1.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_22_0.png b/docs/_images/notebooks_tutorial_Template_Docs_22_0.png index 8d3a7c0..65dc216 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_22_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_22_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_26_0.png b/docs/_images/notebooks_tutorial_Template_Docs_26_0.png index 1a896e6..cf627eb 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_26_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_26_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_28_0.png b/docs/_images/notebooks_tutorial_Template_Docs_28_0.png index abeca68..8d5d7d7 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_28_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_28_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_30_0.png b/docs/_images/notebooks_tutorial_Template_Docs_30_0.png index 0cd79cc..9de7c07 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_30_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_30_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_31_0.png b/docs/_images/notebooks_tutorial_Template_Docs_31_0.png index 48e080c..7729093 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_31_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_31_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_32_0.png b/docs/_images/notebooks_tutorial_Template_Docs_32_0.png index d3d93e9..023154b 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_32_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_32_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_34_0.png b/docs/_images/notebooks_tutorial_Template_Docs_34_0.png index 777199d..299c29c 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_34_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_34_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_4_0.png b/docs/_images/notebooks_tutorial_Template_Docs_4_0.png index a67eb70..fa0c525 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_4_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_4_0.png differ diff --git a/docs/_images/notebooks_tutorial_Template_Docs_7_0.png b/docs/_images/notebooks_tutorial_Template_Docs_7_0.png index ed9c5ba..e19eb22 100644 Binary files a/docs/_images/notebooks_tutorial_Template_Docs_7_0.png and b/docs/_images/notebooks_tutorial_Template_Docs_7_0.png differ diff --git a/docs/_modules/index.html b/docs/_modules/index.html index 672c8b4..b3a0e7a 100644 --- a/docs/_modules/index.html +++ b/docs/_modules/index.html @@ -5,15 +5,15 @@
-