Glatzel
pyxis
BlogDocsChangelog

Performance History

Latest Results

build: Update Cargo (#700) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [assert_cmd](https://redirect.github.com/assert-rs/assert_cmd) | workspace.dependencies | minor | `2.0.17` -> `2.1.0` | | [criterion](https://codspeed.io) ([source](https://redirect.github.com/CodSpeedHQ/codspeed-rust)) | workspace.dependencies | patch | `4.0.4` -> `4.0.5` | | [num_enum](https://redirect.github.com/illicitonion/num_enum) | workspace.dependencies | patch | `0.7.4` -> `0.7.5` | | [numpy](https://redirect.github.com/PyO3/rust-numpy) | dependencies | minor | `0.26.0` -> `0.27.0` | | [pyo3](https://redirect.github.com/pyo3/pyo3) | dependencies | minor | `0.26.0` -> `0.27.0` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>assert-rs/assert_cmd (assert_cmd)</summary> ### [`v2.1.0`](https://redirect.github.com/assert-rs/assert_cmd/blob/HEAD/CHANGELOG.md#210---2025-10-28) [Compare Source](https://redirect.github.com/assert-rs/assert_cmd/compare/v2.0.17...v2.1.0) ##### Compatibility - Deprecated `crate_name!()` in favor of `pkg_name!()` - Deprecated `Command::cargo_bin`, `CommandCargoExt::cargo_bin`, `cargo_bin` in favor of `cargo_bin!`, `cargo_bin_cmd!` ##### Features - Provide `cargo_bin_cmd!()` - Use `pkg_name!()` as a default parameter to `cargo_bin!()` </details> <details> <summary>CodSpeedHQ/codspeed-rust (criterion)</summary> ### [`v4.0.5`](https://redirect.github.com/CodSpeedHQ/codspeed-rust/releases/tag/v4.0.5) [Compare Source](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v4.0.4...v4.0.5) #### What's Changed - feat(cargo-codspeed): add explicit mode with command when no benchmarks are found in run by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;140](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/140) - Remove extraneous $ in inline asm for Intel syntax by [@&#8203;chirizxc](https://redirect.github.com/chirizxc) in [#&#8203;138](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/138) - fix: building codspeed with clang by [@&#8203;not-matthias](https://redirect.github.com/not-matthias) in [#&#8203;137](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/137) #### New Contributors - [@&#8203;chirizxc](https://redirect.github.com/chirizxc) made their first contribution in [#&#8203;138](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/138) **Full Changelog**: <https://github.com/CodSpeedHQ/codspeed-rust/compare/v4.0.4...v4.0.5> </details> <details> <summary>illicitonion/num_enum (num_enum)</summary> ### [`v0.7.5`](https://redirect.github.com/illicitonion/num_enum/compare/0.7.4...0.7.5) [Compare Source](https://redirect.github.com/illicitonion/num_enum/compare/0.7.4...0.7.5) </details> <details> <summary>PyO3/rust-numpy (numpy)</summary> ### [`v0.27.0`](https://redirect.github.com/PyO3/rust-numpy/releases/tag/v0.27.0) [Compare Source](https://redirect.github.com/PyO3/rust-numpy/compare/v0.26.0...v0.27.0) #### What's Changed - ci: configure trusted publishing by [@&#8203;Icxolu](https://redirect.github.com/Icxolu) in [#&#8203;507](https://redirect.github.com/PyO3/rust-numpy/pull/507) - ci: test 3.14 by [@&#8203;Icxolu](https://redirect.github.com/Icxolu) in [#&#8203;508](https://redirect.github.com/PyO3/rust-numpy/pull/508) - Exclude some unnecessary files from the crate by [@&#8203;musicinmybrain](https://redirect.github.com/musicinmybrain) in [#&#8203;510](https://redirect.github.com/PyO3/rust-numpy/pull/510) - update PyO3 0.27 by [@&#8203;Icxolu](https://redirect.github.com/Icxolu) in [#&#8203;515](https://redirect.github.com/PyO3/rust-numpy/pull/515) #### New Contributors - [@&#8203;musicinmybrain](https://redirect.github.com/musicinmybrain) made their first contribution in [#&#8203;510](https://redirect.github.com/PyO3/rust-numpy/pull/510) **Full Changelog**: <https://github.com/PyO3/rust-numpy/compare/v0.26.0...v0.27.0> </details> <details> <summary>pyo3/pyo3 (pyo3)</summary> ### [`v0.27.1`](https://redirect.github.com/PyO3/pyo3/releases/tag/v0.27.1): PyO3 0.27.1 [Compare Source](https://redirect.github.com/pyo3/pyo3/compare/v0.27.0...v0.27.1) This release fixes a clippy lint regression in PyO3 0.27.0, and exposes the `PySendResult` type (the return value from `Bound<PyIterator>::send`). Thank you to the following contributors for the improvements: [@&#8203;alex](https://redirect.github.com/alex) [@&#8203;davidhewitt](https://redirect.github.com/davidhewitt) [@&#8203;reaperhulk](https://redirect.github.com/reaperhulk) [@&#8203;tpoliaw](https://redirect.github.com/tpoliaw) ### [`v0.27.0`](https://redirect.github.com/pyo3/pyo3/blob/HEAD/CHANGELOG.md#0270---2025-10-19) [Compare Source](https://redirect.github.com/pyo3/pyo3/compare/v0.26.0...v0.27.0) ##### Packaging - Extend range of supported versions of `hashbrown` optional dependency to include version 0.16. [#&#8203;5428](https://redirect.github.com/PyO3/pyo3/pull/5428) - Bump optional `num-bigint` dependency minimum version to 0.4.4. [#&#8203;5471](https://redirect.github.com/PyO3/pyo3/pull/5471) - Test against Python 3.14 final release. [#&#8203;5499](https://redirect.github.com/PyO3/pyo3/pull/5499) - Drop support for PyPy 3.9 and 3.10. [#&#8203;5516](https://redirect.github.com/PyO3/pyo3/pull/5516) - Provide a better error message when building an outdated PyO3 for a too-new Python version. [#&#8203;5519](https://redirect.github.com/PyO3/pyo3/pull/5519) ##### Added - Add `FromPyObjectOwned` as convenient trait bound for `FromPyObject` when the data is not borrowed from Python. [#&#8203;4390](https://redirect.github.com/PyO3/pyo3/pull/4390) - Add `Borrowed::extract`, same as `PyAnyMethods::extract`, but does not restrict the lifetime by deref. [#&#8203;4390](https://redirect.github.com/PyO3/pyo3/pull/4390) - `experimental-inspect`: basic support for `#[derive(IntoPyObject)]` (no struct fields support yet). [#&#8203;5365](https://redirect.github.com/PyO3/pyo3/pull/5365) - `experimental-inspect`: support `#[pyo3(get, set)]` and `#[pyclass(get_all, set_all)]`. [#&#8203;5370](https://redirect.github.com/PyO3/pyo3/pull/5370) - Add `PyTypeCheck::classinfo_object` that returns an object that can be used as parameter in `isinstance` or `issubclass`. [#&#8203;5387](https://redirect.github.com/PyO3/pyo3/pull/5387) - Implement `PyTypeInfo` on `datetime.*` types even when the limited API is enabled. [#&#8203;5388](https://redirect.github.com/PyO3/pyo3/pull/5388) - Implement `PyTypeInfo` on `PyIterator`, `PyMapping` and `PySequence`. [#&#8203;5402](https://redirect.github.com/PyO3/pyo3/pull/5402) - Implement `PyTypeInfo` on `PyCode` when using the stable ABI. [#&#8203;5403](https://redirect.github.com/PyO3/pyo3/pull/5403) - Implement `PyTypeInfo` on `PyWeakrefReference` when using the stable ABI. [#&#8203;5404](https://redirect.github.com/PyO3/pyo3/pull/5404) - Add `pyo3::sync::RwLockExt` trait, analogous to `pyo3::sync::MutexExt` for readwrite locks. [#&#8203;5435](https://redirect.github.com/PyO3/pyo3/pull/5435) - Add `PyString::from_bytes`. [#&#8203;5437](https://redirect.github.com/PyO3/pyo3/pull/5437) - Implement `AsRef<[u8]>` for `PyBytes`. [#&#8203;5445](https://redirect.github.com/PyO3/pyo3/pull/5445) - Add `CastError` and `CastIntoError`. [#&#8203;5468](https://redirect.github.com/PyO3/pyo3/pull/5468) - Add `PyCapsuleMethods::pointer_checked` and `PyCapsuleMethods::is_valid_checked`. [#&#8203;5474](https://redirect.github.com/PyO3/pyo3/pull/5474) - Add `Borrowed::cast`, `Borrowed::cast_exact` and `Borrowed::cast_unchecked`. [#&#8203;5475](https://redirect.github.com/PyO3/pyo3/pull/5475) - Add conversions for `jiff::civil::ISOWeekDate`. [#&#8203;5478](https://redirect.github.com/PyO3/pyo3/pull/5478) - Add conversions for `&Cstr`, `Cstring` and `Cow<Cstr>`. [#&#8203;5482](https://redirect.github.com/PyO3/pyo3/pull/5482) - add `#[pyclass(skip_from_py_object)]` option, to opt-out of the `FromPyObject: PyClass + Clone` blanket impl. [#&#8203;5488](https://redirect.github.com/PyO3/pyo3/pull/5488) - Add `PyErr::add_note`. [#&#8203;5489](https://redirect.github.com/PyO3/pyo3/pull/5489) - Add `FromPyObject` impl for `Cow<Path>` & `Cow<OsStr>`. [#&#8203;5497](https://redirect.github.com/PyO3/pyo3/pull/5497) - Add `#[pyclass(from_py_object)]` pyclass option, to opt-in to the extraction of pyclasses by value (requires `Clone`). [#&#8203;5506](https://redirect.github.com/PyO3/pyo3/pull/5506) ##### Changed - Rework `FromPyObject` trait for flexibility and performance: [#&#8203;4390](https://redirect.github.com/PyO3/pyo3/pull/4390) - Add a second lifetime to `FromPyObject`, to allow borrowing data from Python objects (e.g. `&str` from Python `str`). - Replace `extract_bound` with `extract`, which takes `Borrowed<'a, 'py, PyAny>`. - Optimize `FromPyObject` implementations for `Vec<u8>` and `[u8; N]` from `bytes` and `bytearray`. [#&#8203;5244](https://redirect.github.com/PyO3/pyo3/pull/5244) - Deprecate `#[pyfn]` attribute. [#&#8203;5384](https://redirect.github.com/PyO3/pyo3/pull/5384) - Fetch type name dynamically on cast errors instead of using `PyTypeCheck::NAME`. [#&#8203;5387](https://redirect.github.com/PyO3/pyo3/pull/5387) - Deprecate `PyTypeCheck::NAME` in favour of `PyTypeCheck::classinfo_object` which provides the type information at runtime. [#&#8203;5387](https://redirect.github.com/PyO3/pyo3/pull/5387) - `PyClassGuard(Mut)` and `PyRef(Mut)` extraction now returns an opaque Rust error [#&#8203;5413](https://redirect.github.com/PyO3/pyo3/pull/5413) - Fetch type name dynamically when exporting types implementing `PyTypeInfo` with `#[pymodule_use]`. [#&#8203;5414](https://redirect.github.com/PyO3/pyo3/pull/5414) - Improve `Debug` representation of `PyBuffer<T>`. [#&#8203;5442](https://redirect.github.com/PyO3/pyo3/pull/5442) - `experimental-inspect`: change the way introspection data is emitted in the binaries to avoid a pointer indirection and simplify parsing. [#&#8203;5450](https://redirect.github.com/PyO3/pyo3/pull/5450) - Optimize `Py<T>::drop` for the case when attached to the Python interpreter. [#&#8203;5454](https://redirect.github.com/PyO3/pyo3/pull/5454) - Replace `DowncastError` and `DowncastIntoError` with `CastError` and `CastIntoError`. [#&#8203;5468](https://redirect.github.com/PyO3/pyo3/pull/5468) - Enable fast-path for 128-bit integer conversions on `GraalPy`. [#&#8203;5471](https://redirect.github.com/PyO3/pyo3/pull/5471) - Deprecate `PyAnyMethods::downcast` functions in favour of `Bound::cast` functions. [#&#8203;5472](https://redirect.github.com/PyO3/pyo3/pull/5472) - Make `PyTypeCheck` an `unsafe trait`. [#&#8203;5473](https://redirect.github.com/PyO3/pyo3/pull/5473) - Deprecate unchecked `PyCapsuleMethods`: `pointer()`, `reference()`, and `is_valid()`. [#&#8203;5474](https://redirect.github.com/PyO3/pyo3/pull/5474) - Reduce lifetime of return value in `PyCapsuleMethods::reference`. [#&#8203;5474](https://redirect.github.com/PyO3/pyo3/pull/5474) - `PyCapsuleMethods::name` now returns `CapsuleName` wrapper instead of `&CStr`. [#&#8203;5474](https://redirect.github.com/PyO3/pyo3/pull/5474) - Deprecate `import_exception_bound` in favour of `import_exception`. [#&#8203;5480](https://redirect.github.com/PyO3/pyo3/pull/5480) - `PyList::get_item_unchecked`, `PyTuple::get_item_unchecked`, and `PyTuple::get_borrowed_item_unchecked` no longer check for null values at the provided index. [#&#8203;5494](https://redirect.github.com/PyO3/pyo3/pull/5494) - Allow converting naive datetime into chrono `DateTime<Local>`. [#&#8203;5507](https://redirect.github.com/PyO3/pyo3/pull/5507) ##### Removed - Removed `FromPyObjectBound` trait. [#&#8203;4390](https://redirect.github.com/PyO3/pyo3/pull/4390) ##### Fixed - Fix compilation failure on `wasm32-wasip2`. [#&#8203;5368](https://redirect.github.com/PyO3/pyo3/pull/5368) - Fix `OsStr` conversion for non-utf8 strings on Windows. [#&#8203;5444](https://redirect.github.com/PyO3/pyo3/pull/5444) - Fix issue with `cargo vendor` caused by gitignored build artifact `emscripten/pybuilddir.txt`. [#&#8203;5456](https://redirect.github.com/PyO3/pyo3/pull/5456) - Stop leaking `PyMethodDef` instances inside `#[pyfunction]` macro generated code. [#&#8203;5459](https://redirect.github.com/PyO3/pyo3/pull/5459) - Don't export definition of FFI struct `PyObjectObFlagsAndRefcnt` on 32-bit Python 3.14 (doesn't exist). [#&#8203;5499](https://redirect.github.com/PyO3/pyo3/pull/5499) - Fix failure to build for `abi3` interpreters on Windows using maturin's built-in sysconfig in combination with the `generate-import-lib` feature. [#&#8203;5503](https://redirect.github.com/PyO3/pyo3/pull/5503) - Fix FFI definitions `PyModule_ExecDef` and `PyModule_FromDefAndSpec2` on PyPy. [#&#8203;5529](https://redirect.github.com/PyO3/pyo3/pull/5529) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/pyxis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Glatzel <chenzelin9794@gmail.com> Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
main
12 hours ago
g
renovate/cargo
12 hours ago
Merge branch 'main' into renovate/cargo
renovate/cargo
12 hours ago
build: Update Pixi (#701) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [pytest-codspeed](https://codspeed.io/) ([source](https://redirect.github.com/CodSpeedHQ/pytest-codspeed)) | feature-bench | minor | `==4.0.0` -> `==4.2.0` | | [rattler-build](https://redirect.github.com/prefix-dev/rattler-build) | | minor | `==0.48.1` -> `==0.49.0` | | [rattler-build](https://redirect.github.com/prefix-dev/rattler-build) | feature-build | minor | `==0.48.1` -> `==0.49.0` | | [scipy](http://www.scipy.org/) ([source](https://redirect.github.com/scipy/scipy)) | feature-deps | patch | `==1.16.2` -> `==1.16.3` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>CodSpeedHQ/pytest-codspeed (pytest-codspeed)</summary> ### [`v4.2.0`](https://redirect.github.com/CodSpeedHQ/pytest-codspeed/blob/HEAD/CHANGELOG.md#420---2025-10-24) ##### <!-- 0 -->🚀 Features - Support python 3.14 by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) in [#&#8203;91](https://redirect.github.com/CodSpeedHQ/pytest-codspeed/pull/91) ##### <!-- 1 -->🐛 Bug Fixes - Throw error when instrument hooks failed to initialize under codspeed env by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) ##### <!-- 7 -->⚙️ Internals - Bump mypy by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) - Bump python to 3.14 in the ci by [@&#8203;adriencaccia](https://redirect.github.com/adriencaccia) </details> <details> <summary>prefix-dev/rattler-build (rattler-build)</summary> ### [`v0.49.0`](https://redirect.github.com/prefix-dev/rattler-build/releases/tag/v0.49.0) ##### What's Changed - chore: use rattler-sandbox as an external tool by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1921](https://redirect.github.com/prefix-dev/rattler-build/pull/1921) - feat: Add cargo-deny by [@&#8203;haecker-felix](https://redirect.github.com/haecker-felix) in [#&#8203;1929](https://redirect.github.com/prefix-dev/rattler-build/pull/1929) - chore: remove `UrlWithTrailingSlash` by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1930](https://redirect.github.com/prefix-dev/rattler-build/pull/1930) - refactor: split metadata.rs into multiple files under `types/` by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1932](https://redirect.github.com/prefix-dev/rattler-build/pull/1932) - fix: flaky test on windows by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1936](https://redirect.github.com/prefix-dev/rattler-build/pull/1936) - feat: make s3 support optional by [@&#8203;baszalmstra](https://redirect.github.com/baszalmstra) in [#&#8203;1950](https://redirect.github.com/prefix-dev/rattler-build/pull/1950) - fix: diffy patch application for pure renames by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [#&#8203;1962](https://redirect.github.com/prefix-dev/rattler-build/pull/1962) - fix: encode timestamp correctly as milliseconds by [@&#8203;wolfv](https://redirect.github.com/wolfv) in [conda/rattler#1776](https://redirect.github.com/conda/rattler/pull/1776) and [#&#8203;1962](https://redirect.github.com/prefix-dev/rattler-build/pull/1962) ##### New Contributors - [@&#8203;haecker-felix](https://redirect.github.com/haecker-felix) made their first contribution in [#&#8203;1929](https://redirect.github.com/prefix-dev/rattler-build/pull/1929) **Full Changelog**: <https://github.com/prefix-dev/rattler-build/compare/v0.48.1...v0.49.0> </details> <details> <summary>scipy/scipy (scipy)</summary> ### [`v1.16.3`](https://redirect.github.com/scipy/scipy/releases/tag/v1.16.3): SciPy 1.16.3 [Compare Source](https://redirect.github.com/scipy/scipy/compare/v1.16.2...v1.16.3) # SciPy 1.16.3 Release Notes SciPy `1.16.3` is a bug-fix release with no new features compared to `1.16.2`. # Authors - Name (commits) - ChrisAB (1) + - Lucas Colley (1) - Ralf Gommers (3) - Matt Haberland (8) - Nick ODell (2) - Ilhan Polat (1) - Tyler Reddy (28) - Lucas Roberts (2) A total of 8 people contributed to this release. People with a "+" by their names contributed a patch for the first time. This list of names is automatically generated, and may not be fully complete. The full issue and pull request lists, and the release asset hashes are available in the associated `README.txt` file. </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/pyxis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
12 hours ago
build: Update actions/upload-artifact action to v5 (#702) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | major | `v4` -> `v5` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>actions/upload-artifact (actions/upload-artifact)</summary> ### [`v5`](https://redirect.github.com/actions/upload-artifact/compare/v4...v5) [Compare Source](https://redirect.github.com/actions/upload-artifact/compare/v4...v5) </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/pyxis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
13 hours ago
build: Update prefix-dev/setup-pixi action to v0.9.2 (#699) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [prefix-dev/setup-pixi](https://redirect.github.com/prefix-dev/setup-pixi) | action | patch | `v0.9.1` -> `v0.9.2` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>prefix-dev/setup-pixi (prefix-dev/setup-pixi)</summary> ### [`v0.9.2`](https://redirect.github.com/prefix-dev/setup-pixi/releases/tag/v0.9.2) [Compare Source](https://redirect.github.com/prefix-dev/setup-pixi/compare/v0.9.1...v0.9.2) <!-- Release notes generated using configuration in .github/release.yml at v0.9.2 --> #### What's Changed ##### ✨ New features - feat: Allow caching global environment(s) by [@&#8203;olivier-lacroix](https://redirect.github.com/olivier-lacroix) in [#&#8203;226](https://redirect.github.com/prefix-dev/setup-pixi/pull/226) **Full Changelog**: <https://github.com/prefix-dev/setup-pixi/compare/v0.9.1...v0.9.2> </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 04:59 AM, on day 10 of the month ( * 0-4 10 * * ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/Glatzel/pyxis). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNTkuNCIsInVwZGF0ZWRJblZlciI6IjQxLjE1OS40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
main
13 hours ago

Active Branches

No pull requests foundAs pull requests are created, their performance will appear here.
© 2025 CodSpeed Technology
Home Terms Privacy Docs