From 6885d1c2198f35c630735562a9bc51db864ce97e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 09:03:12 +0100 Subject: [PATCH 1/5] chore(deps): update pre-commit hooks (#183) Co-authored-by: jeertmans <27275099+jeertmans@users.noreply.github.com> --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ac785d57..8483366a 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: args: [--autofix, --trailing-commas] exclude: Cargo.lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.8.0 + rev: v0.8.1 hooks: - id: ruff args: [--fix] From 0832174c2eddd0e2411e79cfe12246a41363e2c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Mon, 2 Dec 2024 11:23:46 +0100 Subject: [PATCH 2/5] chore(ci): actually run pre-commit when autoupdate (#184) --- .github/workflows/lint.yml | 1 - differt/src/differt/scene/_triangle_scene.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e43d4efa..781b0587 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -41,7 +41,6 @@ jobs: pre-commit: runs-on: ubuntu-latest - if: ${{ github.event_name != 'schedule' }} steps: - name: Checkout repository uses: actions/checkout@v4 diff --git a/differt/src/differt/scene/_triangle_scene.py b/differt/src/differt/scene/_triangle_scene.py index 4ee9edbe..6554df1f 100644 --- a/differt/src/differt/scene/_triangle_scene.py +++ b/differt/src/differt/scene/_triangle_scene.py @@ -13,7 +13,7 @@ from jax.experimental import mesh_utils from jax.experimental.shard_map import shard_map from jax.sharding import Mesh -from jax.sharding import PartitionSpec as P # noqa: N814 +from jax.sharding import PartitionSpec as P from jaxtyping import Array, ArrayLike, Bool, Float, Int, jaxtyped import differt_core.scene From d1f27d6e02deb8b2776624270455437ede0fab29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 11:35:07 +0100 Subject: [PATCH 3/5] ci(dependabot): bump astral-sh/setup-uv from 3 to 4 (#182) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 4. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v3...v4) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jérome Eertmans --- .github/workflows/lint.yml | 2 +- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 781b0587..1422408f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -46,7 +46,7 @@ jobs: uses: actions/checkout@v4 - name: Setup uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v4 with: enable-cache: true diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 86225d8a..a7bfefe1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -158,7 +158,7 @@ jobs: uses: actions/checkout@v4 - name: Setup uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v4 with: enable-cache: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 228a691b..53d55820 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v4 - name: Setup uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v4 with: enable-cache: true @@ -120,7 +120,7 @@ jobs: cache-dependency-path: uv.lock - name: Setup uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v4 - name: Install Rust uses: dtolnay/rust-toolchain@stable @@ -193,7 +193,7 @@ jobs: uses: actions/checkout@v4 - name: Setup uv - uses: astral-sh/setup-uv@v3 + uses: astral-sh/setup-uv@v4 with: enable-cache: true From 49e5897eaea8aed3956ffddd75b7664871b25cd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:06:05 +0100 Subject: [PATCH 4/5] chore(deps): bump pyo3 from 0.23.2 to 0.23.3 (#185) Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.2 to 0.23.3. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.23.2...v0.23.3) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfeeb09d..0edd8d41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -762,9 +762,9 @@ dependencies = [ [[package]] name = "pyo3" -version = "0.23.2" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f54b3d09cbdd1f8c20650b28e7b09e338881482f4aa908a5f61a00c98fba2690" +checksum = "e484fd2c8b4cb67ab05a318f1fd6fa8f199fcc30819f08f07d200809dba26c15" dependencies = [ "cfg-if", "indexmap", @@ -781,9 +781,9 @@ dependencies = [ [[package]] name = "pyo3-build-config" -version = "0.23.2" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3015cf985888fe66cfb63ce0e321c603706cd541b7aec7ddd35c281390af45d8" +checksum = "dc0e0469a84f208e20044b98965e1561028180219e35352a2afaf2b942beff3b" dependencies = [ "once_cell", "target-lexicon", @@ -791,9 +791,9 @@ dependencies = [ [[package]] name = "pyo3-ffi" -version = "0.23.2" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fca7cd8fd809b5ac4eefb89c1f98f7a7651d3739dfb341ca6980090f554c270" +checksum = "eb1547a7f9966f6f1a0f0227564a9945fe36b90da5a93b3933fc3dc03fae372d" dependencies = [ "libc", "pyo3-build-config", @@ -812,9 +812,9 @@ dependencies = [ [[package]] name = "pyo3-macros" -version = "0.23.2" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34e657fa5379a79151b6ff5328d9216a84f55dc93b17b08e7c3609a969b73aa0" +checksum = "fdb6da8ec6fa5cedd1626c886fc8749bdcbb09424a86461eb8cdf096b7c33257" dependencies = [ "proc-macro2", "pyo3-macros-backend", @@ -824,9 +824,9 @@ dependencies = [ [[package]] name = "pyo3-macros-backend" -version = "0.23.2" +version = "0.23.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "295548d5ffd95fd1981d2d3cf4458831b21d60af046b729b6fd143b0ba7aee2f" +checksum = "38a385202ff5a92791168b1136afae5059d3ac118457bb7bc304c197c2d33e7d" dependencies = [ "heck", "proc-macro2", From 8bbdd290890daa3478d19bd65dfc665b73649f4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Fri, 6 Dec 2024 18:08:42 +0100 Subject: [PATCH 5/5] chore(deps): bump version from 0.0.27 to 0.0.28 --- CITATION.cff | 2 +- Cargo.lock | 2 +- differt-core/Cargo.toml | 2 +- differt/pyproject.toml | 2 +- pyproject.toml | 2 +- uv.lock | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 08da29ab..2b06f5bc 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -22,4 +22,4 @@ keywords: - Radio Propagation - Modeling license: MIT -version: v0.0.27 +version: v0.0.28 diff --git a/Cargo.lock b/Cargo.lock index 0edd8d41..9111e42c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -238,7 +238,7 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "differt-core" -version = "0.0.27" +version = "0.0.28" dependencies = [ "criterion", "indexmap", diff --git a/differt-core/Cargo.toml b/differt-core/Cargo.toml index 0c14b3e3..46203d57 100644 --- a/differt-core/Cargo.toml +++ b/differt-core/Cargo.toml @@ -37,4 +37,4 @@ unexpected_cfgs = {level = "warn", check-cfg = ['cfg(tarpaulin_include)']} edition = "2021" name = "differt-core" rust-version = "1.78.0" -version = "0.0.27" +version = "0.0.28" diff --git a/differt/pyproject.toml b/differt/pyproject.toml index 78445a58..db964be9 100644 --- a/differt/pyproject.toml +++ b/differt/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ dependencies = [ "beartype>=0.19.0", "chex>=0.1.86", - "differt-core==0.0.27", + "differt-core==0.0.28", "equinox>=0.11.5", "filelock>=3.15.4", "jax>=0.4.32", diff --git a/pyproject.toml b/pyproject.toml index 5ef7f5ea..fb81a4fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ tests = [ allow_dirty = false commit = true commit_args = "" -current_version = "0.0.27" +current_version = "0.0.28" ignore_missing_version = false message = "chore(deps): bump version from {current_version} to {new_version}" parse = "(?P\\d+)\\.(?P\\d+)\\.(?P\\d+)" diff --git a/uv.lock b/uv.lock index 9d8e9fc9..4f190958 100644 --- a/uv.lock +++ b/uv.lock @@ -834,7 +834,7 @@ wheels = [ [[package]] name = "differt" -version = "0.0.27" +version = "0.0.28" source = { editable = "differt" } dependencies = [ { name = "beartype" }, @@ -915,7 +915,7 @@ requires-dist = [ [[package]] name = "differt-core" -version = "0.0.27" +version = "0.0.28" source = { editable = "differt-core" } dependencies = [ { name = "numpy" },