✨ Highlights
We now allow the use of prefix.dev
channels with sharded repodata:
Running pixi search rubin-env
using hyperfine
on the default versus our channels gives these results:
Cache Status | Channel | Mean [ms] | Relative |
---|---|---|---|
With cache | https://prefix.dev/conda-forge
| 69.3 | 1.00 |
Without | https://prefix.dev/conda-forge
| 389.5 | 5.62 |
With cache | https://conda.anaconda.org/conda-forge
| 1043.3 | 15.06 |
Without | https://conda.anaconda.org/conda-forge
| 2420.3 | 34.94 |
Breaking
- Make sure that
[activation.env]
are not completely overridden by[target.
tables, by @hameerabbasi in #2396
Changed
- Allow using sharded repodata by @baszalmstra in #2467
Documentation
- Update ros2.md turtlesim section by @nbbrooks in #2442
- Update pycharm.md to show optional installation by @plainerman in #2487
- Fix typo in documentation by @saraedum in #2496
- Update pixi install output by @LiamConnors in #2495
Fixed
- Incorrect python version was used in some parts of the solve by @tdejager in #2481
- Wrong description on pixi upgrade by @notPlancha in #2483
- Extra test for mismatch in python versions by @tdejager in #2485
- Keep
build
inpixi upgrade
by @ruben-arts in #2476
New Contributors
- @saraedum made their first contribution in #2496
- @plainerman made their first contribution in #2487
- @hameerabbasi made their first contribution in #2396
- @nbbrooks made their first contribution in #2442