Skip to content

Latest commit

 

History

History
1477 lines (1129 loc) · 97.3 KB

CHANGELOG.md

File metadata and controls

1477 lines (1129 loc) · 97.3 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.28.2] - 2024-08-28

Changed

  • Use mold on linux by @Hofer-Julian in #1914

Documentation

  • Fix global manifest by @Hofer-Julian in #1912
  • Document azure keyring usage by @tdejager in #1913

Fixed

  • Let init add dependencies independent of target and don't install by @ruben-arts in #1916
  • Enable use of manylinux wheeltags once again by @tdejager in #1925
  • The bigger runner by @ruben-arts in #1902

[0.28.1] - 2024-08-26

Changed

  • Uv upgrade to 0.3.2 by @tdejager in #1900

Documentation

  • Add keyrings.artifacts to the list of project built with pixi by @jslorrma in #1908

Fixed

  • Use default indexes if non where given by the lockfile by @ruben-arts in #1910

New Contributors

  • @jslorrma made their first contribution in #1908

[0.28.0] - 2024-08-22

✨ Highlights

  • Bug Fixes: Major fixes in general but especially for PyPI installation issues and better error messaging.
  • Compatibility: Default Linux version downgraded to 4.18 for broader support.
  • New Features: Added INIT_CWD in pixi run, improved logging, and more cache options.

Added

  • Add INIT_CWD to activated env pixi run by @ruben-arts in #1798
  • Add context to error when parsing conda-meta files by @baszalmstra in #1854
  • Add some logging for when packages are actually overridden by conda by @tdejager in #1874
  • Add package when extra is added by @ruben-arts in #1856

Changed

  • Use new gateway to get the repodata for global install by @nichmor in #1767
  • Pixi global proposal by @Hofer-Julian in #1757
  • Upgrade to new uv 0.2.37 by @tdejager in #1829
  • Use new gateway for pixi search by @nichmor in #1819
  • Extend pixi clean cache with more cache options by @ruben-arts in #1872
  • Downgrade __linux default to 4.18 by @ruben-arts in #1887

Documentation

  • Fix instructions for update github actions by @Hofer-Julian in #1774
  • Fix fish completion script by @dennis-wey in #1789
  • Expands the environment variable examples in the reference section by @travishathaway in #1779
  • Community feedback pixi global by @Hofer-Julian in #1800
  • Additions to the pixi global proposal by @Hofer-Julian in #1803
  • Stop using invalid environment name in pixi global proposal by @Hofer-Julian in #1826
  • Extend pixi global proposal by @Hofer-Julian in #1861
  • Make channels required in pixi global manifest by @Hofer-Julian in #1868
  • Fix linux minimum version in project_configuration docs by @traversaro in #1888

Fixed

  • Try to increase rlimit by @baszalmstra in #1766
  • Add test for invalid environment names by @Hofer-Julian in #1825
  • Show global config in info command by @ruben-arts in #1807
  • Correct documentation of PIXI_ENVIRONMENT_PLATFORMS by @traversaro in #1842
  • Format in docs/features/environment.md by @cdeil in #1846
  • Make proper use of NamedChannelOrUrl by @ruben-arts in #1820
  • Trait impl override by @baszalmstra in #1848
  • Tame pixi search by @baszalmstra in #1849
  • Fix pixi tree -i duplicate output by @baszalmstra in #1847
  • Improve spec parsing error messages by @baszalmstra in #1786
  • Parse matchspec from CLI Lenient by @baszalmstra in #1852
  • Improve parsing of pypi-dependencies by @baszalmstra in #1851
  • Don't enforce system requirements for task tests by @baszalmstra in #1855
  • Satisfy when there are no pypi packages in the lockfile by @ruben-arts in #1862
  • Ssh url should not contain colon by @baszalmstra in #1865
  • find-links with manifest-path by @baszalmstra in #1864
  • Increase stack size in debug mode on windows by @baszalmstra in #1867
  • Solve-group-envs should reside in .pixi folder by @baszalmstra in #1866
  • Move package-override logging by @tdejager in #1883
  • Pinning logic for minor and major by @baszalmstra in #1885
  • Docs manifest tests by @ruben-arts in #1879

Refactor

  • Encapsulate channel resolution logic for CLI by @olivier-lacroix in #1781
  • Move to pub(crate) fn in order to detect and remove unused functions by @Hofer-Julian in #1805
  • Only compile TaskNode::full_command for tests by @Hofer-Julian in #1809
  • Derive Default for more structs by @Hofer-Julian in #1824
  • Rename get_up_to_date_prefix to update_prefix by @Hofer-Julian in #1837
  • Make HasSpecs implementation more functional by @Hofer-Julian in #1863

New Contributors

  • @cdeil made their first contribution in #1846

[0.27.1] - 2024-08-09

Documentation

  • Fix mlx feature in "multiple machines" example by @rgommers in #1762
  • Update some of the cli and add osx rosetta mention by @ruben-arts in #1760
  • Fix typo by @pavelzw in #1771

Fixed

  • User agent string was wrong by @wolfv in #1759
  • Dont accidentally wipe pyproject.toml on init by @ruben-arts in #1775

Refactor

  • Add pixi_spec crate by @baszalmstra in #1741

New Contributors

  • @rgommers made their first contribution in #1762

[0.27.0] - 2024-08-07

✨ Highlights

This release contains a lot of refactoring and improvements to the codebase, in preparation for future features and improvements. Including with that we've fixed a ton of bugs. To make sure we're not breaking anything we've added a lot of tests and CI checks. But let us know if you find any issues!

As a reminder, you can update pixi using pixi self-update and move to a specific version, including backwards, with pixi self-update --version 0.27.0.

Added

  • Add pixi run completion for fish shell by @dennis-wey in #1680

Changed

  • Move examples from setuptools to hatchling by @Hofer-Julian in #1692
  • Let pixi init create hatchling pyproject.toml by @Hofer-Julian in #1693
  • Make [project] table optional for pyproject.toml manifests by @olivier-lacroix in #1732

Documentation

  • Improve the fish completions location by @tdejager in #1647
  • Explain why we use hatchling by @Hofer-Julian
  • Update install CLI doc now that the update command exist by @olivier-lacroix in #1690
  • Mention pixi exec in GHA docs by @pavelzw in #1724
  • Update to correct spelling by @ahnsn in #1730
  • Ensure hatchling is used everywhere in documentation by @olivier-lacroix in #1733
  • Add readme to WASM example by @wolfv in #1703
  • Fix typo by @pavelzw in #1660
  • Fix typo by @DimitriPapadopoulos in #1743
  • Fix typo by @SeaOtocinclus in #1651

Testing

  • Added script and tasks for testing examples by @tdejager in #1671
  • Add simple integration tests by @ruben-arts in #1719

Fixed

  • Prepend pixi to path instead of appending by @vigneshmanick in #1644
  • Add manifest tests and run them in ci by @ruben-arts in #1667
  • Use hashed pypi mapping by @baszalmstra in #1663
  • Depend on pep440_rs from crates.io and use replace by @baszalmstra in #1698
  • pixi add with more than just package name and version by @ruben-arts in #1704
  • Ignore pypi logic on non pypi projects by @ruben-arts in #1705
  • Fix and refactor --no-lockfile-update by @ruben-arts in #1683
  • Changed example to use hatchling by @tdejager in #1729
  • Todo clean up by @KGrewal1 in #1735
  • Allow for init to pixi.toml when pyproject.toml is available. by @ruben-arts in #1640
  • Test on macos-13 by @ruben-arts in #1739
  • Make sure pixi vars are available before activation.env vars are by @ruben-arts in #1740
  • Authenticate exec package download by @olivier-lacroix in #1751

Refactor

  • Extract pixi_manifest by @baszalmstra in #1656
  • Delay channel config url evaluation by @baszalmstra in #1662
  • Split out pty functionality by @tdejager in #1678
  • Make project manifest loading DRY and consistent by @olivier-lacroix in #1688
  • Refactor channel add and remove CLI commands by @olivier-lacroix in #1689
  • Refactor pixi::consts and pixi::config into separate crates by @tdejager in #1684
  • Move dependencies to pixi_manifest by @tdejager in #1700
  • Moved pypi environment modifiers by @tdejager in #1699
  • Split HasFeatures by @tdejager in #1712
  • Move, splits and renames the HasFeatures trait by @tdejager in #1717
  • Merge utils by @tdejager in #1718
  • Move fancy to its own crate by @tdejager in #1722
  • Move config to repodata functions by @tdejager in #1723
  • Move pypi-mapping to its own crate by @tdejager in #1725
  • Split utils into 2 crates by @tdejager in #1736
  • Add progress bar as a crate by @nichmor in #1727
  • Split up pixi_manifest lib by @tdejager in #1661

New Contributors

  • @DimitriPapadopoulos made their first contribution in #1743
  • @KGrewal1 made their first contribution in #1735
  • @ahnsn made their first contribution in #1730
  • @dennis-wey made their first contribution in #1680

[0.26.1] - 2024-07-22

Fixed

  • Make sure we also build the msi installer by @ruben-arts in #1645

[0.26.0] - 2024-07-19

✨ Highlights

  • Specify how pixi pins your dependencies with the pinning-strategy in the config. e.g. semver -> >=1.2.3,<2 and no-pin -> *) #1516
  • Specify how pixi solves multiple channels with channel-priority in the manifest. #1631

Added

  • Add short options to config location flags by @ruben-arts in #1586
  • Add a file guard to indicate if an environment is being installed by @baszalmstra in #1593
  • Add pinning-strategy to the configuration by @ruben-arts in #1516
  • Add channel-priority to the manifest and solve by @ruben-arts in #1631
  • Add nushell completion by @Hofer-Julian in #1599
  • Add nushell completions for pixi run by @Hofer-Julian in #1627
  • Add completion for pixi run --environment for nushell by @Hofer-Julian in #1636

Changed

  • Upgrade uv 0.2.18 by @tdejager in #1540
  • Refactor pyproject.toml parser by @nichmor in #1592
  • Interactive warning for packages in pixi global install by @ruben-arts in #1626

Documentation

  • Add WASM example with JupyterLite by @wolfv in #1623
  • Added LLM example by @ytjhai in #1545
  • Add note to mark directory as excluded in pixi-pycharm by @pavelzw in #1579
  • Add changelog to docs by @vigneshmanick in #1574
  • Updated the values of the system requirements by @tdejager in #1575
  • Tell cargo install which bin to install by @ruben-arts in #1584
  • Update conflict docs for cargo add by @Hofer-Julian in #1600
  • Revert "Update conflict docs for cargo add " by @Hofer-Julian in #1605
  • Add reference documentation for the exec command by @baszalmstra in #1587
  • Add transitioning docs for poetry and conda by @ruben-arts in #1624
  • Add pixi-pack by @pavelzw in #1629
  • Use '-' instead of '_' for package name by @olivier-lacroix in #1628

Fixed

  • Flaky task test by @tdejager in #1581
  • Pass command line arguments verbatim by @baszalmstra in #1582
  • Run clippy on all targets by @Hofer-Julian in #1588
  • Pre-commit install pixi task by @Hofer-Julian in #1590
  • Add clap_complete_nushell to dependencies by @Hofer-Julian in #1625
  • Write to stdout for machine readable output by @Hofer-Julian in #1639

Refactor

  • Migrate to workspace by @baszalmstra in #1597

Removed

  • Remove double manifest warning by @tdejager in #1580

New Contributors

  • @ytjhai made their first contribution in #1545

[0.25.0] - 2024-07-05

✨ Highlights

  • pixi exec command, execute commands in temporary environments, useful for testing in short-lived sessions.
  • We've bumped the default system-requirements to higher defaults: glibc (2.17 -> 2.28), osx64 (10.15 -> 13.0), osx-arm64 (11.0 -> 13.0). Let us know if this causes any issues. To keep the previous values please use a system-requirements table, this is explained here

Changed

  • Bump system requirements by @wolfv in #1553
  • Better error when exec is missing a cmd by @tdejager in #1565
  • Make exec use authenticated client by @tdejager in #1568

Documentation

  • Automatic updating using github actions by @pavelzw in #1456
  • Describe the --change-ps1 option for pixi shell by @Yura52 in #1536
  • Add some other quantco repos by @pavelzw in #1542
  • Add example using geos-rs by @Hofer-Julian in #1563

Fixed

  • Tiny error in basic_usage.md by @Sjouks in #1513
  • Lazy initialize client by @baszalmstra in #1511
  • URL typos in rtd examples by @kklein in #1538
  • Fix satisfiability for short sha hashes by @tdejager in #1530
  • Wrong path passed to dynamic check by @tdejager in #1552
  • Don't error if no tasks is available on platform by @hoxbro in #1550

Refactor

  • Add to use update code by @baszalmstra in #1508

New Contributors

  • @kklein made their first contribution in #1538
  • @Yura52 made their first contribution in #1536
  • @Sjouks made their first contribution in #1513

[0.24.2] - 2024-06-14

Documentation

  • Add readthedocs examples by @bollwyvl in #1423
  • Fix typo in project_configuration.md by @RaulPL in #1502

Fixed

  • Too much shell variables in activation of pixi shell by @ruben-arts in #1507

[0.24.1] - 2024-06-12

Fixed

  • Replace http code %2b with + by @ruben-arts in #1500

[0.24.0] - 2024-06-12

✨ Highlights

  • You can now run in a more isolated environment on unix machines, using pixi run --clean-env TASK_NAME.
  • You can new easily clean your environment with pixi clean or the cache with pixi clean cache

Added

  • Add pixi clean command by @ruben-arts in #1325
  • Add --clean-env flag to tasks and run command by @ruben-arts in #1395
  • Add description field to task by @jjjermiah in #1479
  • Add pixi file to the environment to add pixi specific details by @ruben-arts in #1495

Changed

  • Project environment cli by @baszalmstra in #1433
  • Update task list console output by @vigneshmanick in #1443
  • Upgrade uv by @tdejager in #1436
  • Sort packages in list_global_packages by @dhirschfeld in #1458
  • Added test for special chars wheel filename by @tdejager in #1454

Documentation

  • Improve multi env tasks documentation by @ruben-arts in #1494

Fixed

  • Use the activated environment when running a task by @tdejager in #1461
  • Fix authentication pypi-deps for download from lockfile by @tdejager in #1460
  • Display channels correctly in pixi info by @ruben-arts in #1459
  • Render help for --frozen by @ruben-arts in #1468
  • Don't record purl for non conda-forge channels by @nichmor in #1451
  • Use best_platform to verify the run platform by @ruben-arts in #1472
  • Creation of parent dir of symlink by @ruben-arts in #1483
  • pixi install --all output missing newline by @vigneshmanick in #1487
  • Don't error on already existing dependency by @ruben-arts in #1449
  • Remove debug true in release by @ruben-arts in #1477

New Contributors

  • @dhirschfeld made their first contribution in #1458

Full commit history

[0.23.0] - 2024-05-27

✨ Highlights

  • This release adds two new commands pixi config and pixi update
    • pixi config allows you to edit, set, unset, append, prepend and list your local/global or system configuration.
    • pixi update re-solves the full lockfile or use pixi update PACKAGE to only update PACKAGE, making sure your project is using the latest versions that the manifest allows for.

Added

  • Add pixi config command by @chawyehsu in #1339
  • Add pixi list --explicit flag command by @jjjermiah in #1403
  • Add [activation.env] table for environment variables by @ruben-arts in #1156
  • Allow installing multiple envs, including --all at once by @tdejager in #1413
  • Add pixi update command to re-solve the lockfile by @baszalmstra in #1431 (fixes 20 👍)
  • Add detached-environments to the config, move environments outside the project folder by @ruben-arts in #1381 (fixes 11 👍)

Changed

  • Use the gateway to fetch repodata by @baszalmstra in #1307
  • Switch to compressed mapping by @nichmor in #1335
  • Warn on pypi conda clobbering by @nichmor in #1353
  • Align remove arguments with add by @olivier-lacroix in #1406
  • Add backward compat logic for older lock files by @nichmor in #1425

Documentation

  • Fix small screen by removing getting started section. by @ruben-arts in #1393
  • Improve caching docs by @ruben-arts in #1422
  • Add example, python library using gcp upload by @tdejager in #1380
  • Correct typos with --no-lockfile-update. by @tobiasraabe in #1396

Fixed

  • Trim channel url when filter packages_for_prefix_mapping by @zen-xu in #1391
  • Use the right channels when upgrading global packages by @olivier-lacroix in #1326
  • Fish prompt display looks wrong in tide by @tfriedel in #1424
  • Use local mapping instead of remote by @nichmor in #1430

Refactor

  • Remove unused fetch_sparse_repodata by @olivier-lacroix in #1411
  • Remove project level method that are per environment by @olivier-lacroix in #1412
  • Update lockfile functionality for reusability by @baszalmstra in #1426

New Contributors

  • @tfriedel made their first contribution in #1424
  • @jjjermiah made their first contribution in #1403
  • @tobiasraabe made their first contribution in #1396

Full commit history

[0.22.0] - 2024-05-13

✨ Highlights

  • Support for source pypi dependencies through the cli:
    • pixi add --pypi 'package @ package.whl', perfect for adding just build wheels to your environment in CI.
    • pixi add --pypi 'package_from_git @ git+https://github.com/org/package.git', to add a package from a git repository.
    • pixi add --pypi 'package_from_path @ file:https:///path/to/package' --editable, to add a package from a local path.

Added

  • Implement more functions for pixi add --pypi by @wolfv in #1244

Documentation

  • Update install cli doc by @vigneshmanick in #1336
  • Replace empty default example with no-default-feature by @beenje in #1352
  • Document the add & remove cli behaviour with pyproject.toml manifest by @olivier-lacroix in #1338
  • Add environment activation to GitHub actions docs by @pavelzw in #1371
  • Clarify in CLI that run can also take commands by @twrightsman in #1368

Fixed

  • Automated update of install script in pixi.sh by @ruben-arts in #1351
  • Wrong description on pixi project help by @notPlancha in #1358
  • Don't need a python interpreter when not having pypi dependencies. by @ruben-arts in #1366
  • Don't error on not editable not path by @ruben-arts in #1365
  • Align shell-hook cli with shell by @ruben-arts in #1364
  • Only write prefix file if needed by @ruben-arts in #1363

Refactor

  • Lock-file resolve functionality in separated modules by @tdejager in #1337
  • Use generic for RepoDataRecordsByName and PypiRecordsByName by @olivier-lacroix in #1341

New Contributors

  • @twrightsman made their first contribution in #1368
  • @notPlancha made their first contribution in #1358
  • @vigneshmanick made their first contribution in #1336

Full commit history

[0.21.1] - 2024-05-07

Fixed

  • Use read timeout, not global timeout by @wolfv in #1329
  • Channel priority logic by @ruben-arts in #1332

Full commit history

[0.21.0] - 2024-05-06

✨ Highlights

  • This release adds support for configuring PyPI settings globally, to use alternative PyPI indexes and load credentials with keyring.
  • We now support cross-platform running, for osx-64 on osx-arm64 and wasm environments.
  • There is now a no-default-feature option to simplify usage of environments.

Added

  • Add pypi config for global local config file + keyring support by @wolfv in #1279
  • Allow for cross-platform running, for osx-64 on osx-arm64 and wasm environments by @wolfv in #1020

Changed

  • Add no-default-feature option to environments by @olivier-lacroix in #1092
  • Add /etc/pixi/config.toml to global configuration search paths by @pavelzw in #1304
  • Change global config fields to kebab-case by @tdejager in #1308
  • Show all available task with task list by @Hoxbro in #1286
  • Allow to emit activation environment variables as JSON by @borchero in #1317
  • Use locked pypi packages as preferences in the pypi solve to get minimally updating lock files by @ruben-arts in #1320
  • Allow to upgrade several global packages at once by @olivier-lacroix in #1324

Documentation

  • Typo in tutorials python by @carschandler in #1297
  • Python Tutorial: Dependencies, PyPI, Order, Grammar by @JesperDramsch in #1313

Fixed

  • Schema version and add it to tbump by @ruben-arts in #1284
  • Make integration test fail in ci and fix ssh issue by @ruben-arts in #1301
  • Automate adding install scripts to the docs by @ruben-arts in #1302
  • Do not always request for prefix mapping by @nichmor in #1300
  • Align CLI aliases and add missing by @ruben-arts in #1316
  • Alias depends_on to depends-on by @ruben-arts in #1310
  • Add error if channel or platform doesn't exist on remove by @ruben-arts in #1315
  • Allow spec in pixi q instead of only name by @ruben-arts in #1314
  • Remove dependency on sysroot for linux by @ruben-arts in #1319
  • Fix linking symlink issue, by updating to the latest rattler by @baszalmstra in #1327

Refactor

  • Use IndexSet instead of Vec for collections of unique elements by @olivier-lacroix in #1289
  • Use generics over PyPiDependencies and CondaDependencies by @olivier-lacroix in #1303

New Contributors

  • @borchero made their first contribution in #1317
  • @JesperDramsch made their first contribution in #1313
  • @Hoxbro made their first contribution in #1286
  • @carschandler made their first contribution in #1297

Full commit history

[0.20.1] - 2024-04-26

✨ Highlights

  • Big improvements on the pypi-editable installs.

Fixed

  • Editable non-satisfiable by @baszalmstra in #1251
  • Satisfiability with pypi extras by @baszalmstra in #1253
  • Change global install activation script permission from 0o744 -> 0o755 by @zen-xu in #1250
  • Avoid creating Empty TOML tables by @olivier-lacroix in #1270
  • Uses the special-case uv path handling for both built and source by @tdejager in #1263
  • Modify test before attempting to write to .bash_profile in install.sh by @bruchim-cisco in #1267
  • Parse properly 'default' as environment Cli argument by @olivier-lacroix in #1247
  • Apply schema.json normalization, add to docs by @bollwyvl in #1265
  • Improve absolute path satisfiability by @tdejager in #1252
  • Improve parse deno error and make task a required field in the cli by @ruben-arts in #1260

New Contributors

  • @bollwyvl made their first contribution in #1265
  • @bruchim-cisco made their first contribution in #1267
  • @zen-xu made their first contribution in #1250

Full commit history

[0.20.0] - 2024-04-19

✨ Highlights

  • We now support env variables in the task definition, these can also be used as default values for parameters in your task which you can overwrite with your shell's env variables. e.g. task = { cmd = "task to run", env = { VAR="value1", PATH="my/path:$PATH" } }
  • We made a big effort on fixing issues and improving documentation!

Added

  • Add env to the tasks to specify tasks specific environment variables by @wolfv in prefix-dev#972

Changed

  • Add --pyproject option to pixi init with a pyproject.toml by @olivier-lacroix in #1188
  • Upgrade to new uv version 0.1.32 by @tdejager in #1208

Documentation

  • Document pixi.lock by @ruben-arts in #1209

  • Document channel priority definition by @ruben-arts in #1234

  • Add rust tutorial including openssl example by @ruben-arts in #1155

  • Add python tutorial to documentation by @tdejager in #1179

  • Add JupyterLab integration docs by @renan-r-santos in #1147

  • Add Windows support for PyCharm integration by @pavelzw in #1192

  • Setup_pixi for local pixi installation by @ytausch in #1181

  • Update pypi docs by @Hofer-Julian in #1215

  • Fix order of --no-deps when pip installing in editable mode by @glemaitre in #1220

  • Fix frozen documentation by @ruben-arts in #1167

Fixed

  • Small typo in list cli by @tdejager in #1169
  • Issue with invalid solve group by @baszalmstra in #1190
  • Improve error on parsing lockfile by @ruben-arts in #1180
  • Replace _ with - when creating environments from features by @wolfv in #1203
  • Prevent duplicate direct dependencies in tree by @abkfenris in #1184
  • Use project root directory instead of task.working_directory for base dir when hashing by @wolfv in #1202
  • Do not leak env vars from bat scripts in cmd.exe by @wolfv in #1205
  • Make file globbing behave more as expected by @wolfv in #1204
  • Fix for using file::https:// in pyproject.toml dependencies by @tdejager in #1196
  • Improve pypi version conversion in pyproject.toml dependencies by @wolfv in #1201
  • Update to the latest rattler by @wolfv in #1235

BREAKING

  • task = { cmd = "task to run", cwd = "folder", inputs = "input.txt", output = "output.txt"} Where input.txt and output.txt where previously in folder they are now relative the project root. This changed in: #1202
  • task = { cmd = "task to run", inputs = "input.txt"} previously searched for all input.txt files now only for the ones in the project root. This changed in: #1204

New Contributors

  • @glemaitre made their first contribution in #1220

Full commit history

[0.19.1] - 2024-04-11

✨ Highlights

This fixes the issue where pixi would generate broken environments/lockfiles when a mapping for a brand-new version of a package is missing.

Changed

  • Add fallback mechanism for missing mapping by @nichmor in #1166

Full commit history

[0.19.0] - 2024-04-10

✨ Highlights

  • This release adds a new pixi tree command to show the dependency tree of the project.
  • Pixi now persists the manifest and environment when activating a shell, so you can use pixi as if you are in that folder while in the shell.

Added

  • pixi tree command to show dependency tree by @abkfenris in #1069
  • Persistent shell manifests by @abkfenris in #1080
  • Add to pypi in feature (pixi add --feature test --pypi package) by @ruben-arts in #1135
  • Use new mapping by @nichmor in #888
  • --no-progress to disable all progress bars by @baszalmstra in #1105
  • Create a table if channel is specified (pixi add conda-forge::rattler-build) by @baszalmstra in #1079

Changed

  • Add the project itself as an editable dependency by @olivier-lacroix in #1084
  • Get tool.pixi.project.name from project.name by @olivier-lacroix in #1112
  • Create features and environments from extras by @olivier-lacroix in #1077
  • Pypi supports come out of Beta by @olivier-lacroix in #1120
  • Enable to force PIXI_ARCH for pixi installation by @beenje in #1129
  • Improve tool.pixi.project detection logic by @olivier-lacroix in #1127
  • Add purls for packages if adding pypi dependencies by @nichmor in #1148
  • Add env name if not default to tree and list commands by @ruben-arts in #1145

Documentation

  • Add MODFLOW 6 to community docs by @Hofer-Julian in #1125
  • Addition of ros2 tutorial by @ruben-arts in #1116
  • Improve install script docs by @ruben-arts in #1136
  • More structured table of content by @tdejager in #1142

Fixed

  • Amend syntax in conda-meta/history to prevent conda.history.History.parse() error by @jaimergp in #1117
  • Fix docker example and include pyproject.toml by @tdejager in #1121

New Contributors

  • @abkfenris made their first contribution in #1069
  • @beenje made their first contribution in #1129
  • @jaimergp made their first contribution in #1117

Full commit history

[0.18.0] - 2024-04-02

✨ Highlights

  • This release adds support for pyproject.toml, now pixi reads from the [tool.pixi] table.
  • We now support editable PyPI dependencies, and PyPI source dependencies, including git, path, and url dependencies.

Tip

These new features are part of the ongoing effort to make pixi more flexible, powerful, and comfortable for the python users. They are still in progress so expect more improvements on these features soon, so please report any issues you encounter and follow our next releases!

Added

  • Support for pyproject.toml by @olivier-lacroix in #999
  • Support for PyPI source dependencies by @tdejager in #985
  • Support for editable PyPI dependencies by @tdejager in #1044

Changed

  • XDG_CONFIG_HOME and XDG_CACHE_HOME compliance by @chawyehsu in #1050
  • Build pixi for windows arm by @baszalmstra in #1053
  • Platform literals by @baszalmstra in #1054
  • Cli docs: --user is actually --username
  • Fixed error in auth example (CLI docs) by @ytausch in #1076

Documentation

  • Add lockfile update description in preparation for pixi update by @ruben-arts in #1073
  • zsh may be used for installation on macOS by @pya in #1091
  • Fix typo in pixi auth documentation by @ytausch in #1076
  • Add rstudio to the IDE integration docs by @wolfv in #1144

Fixed

  • Test failure on riscv64 by @hack3ric in #1045
  • Validation test was testing on a wrong pixi.toml by @ruben-arts in #1056
  • Pixi list shows path and editable by @baszalmstra in #1100
  • Docs ci by @ruben-arts in #1074
  • Add error for unsupported pypi dependencies by @baszalmstra in #1052
  • Interactively delete environment when it was relocated by @baszalmstra in #1102
  • Allow solving for different platforms by @baszalmstra in #1101
  • Don't allow extra keys in pypi requirements by @baszalmstra in #1104
  • Solve when moving dependency from conda to pypi by @baszalmstra in #1099

New Contributors

  • @pya made their first contribution in #1091
  • @ytausch made their first contribution in #1076
  • @hack3ric made their first contribution in #1045
  • @olivier-lacroix made their first contribution in #999
  • @henryiii made their first contribution in #1063

Full commit history

[0.17.1] - 2024-03-21

✨ Highlights

A quick bug-fix release for pixi list.

Documentation

  • Fix typo by @pavelzw in #1028

Fixed

  • Remove the need for a python interpreter in pixi list by @baszalmstra in #1033

[0.17.0] - 2024-03-19

✨ Highlights

  • This release greatly improves pixi global commands, thanks to @chawyehsu!
  • We now support global (or local) configuration for pixi's own behavior, including mirrors, and OCI registries.
  • We support channel mirrors for corporate environments!
  • Faster task execution thanks to caching 🚀 Tasks that already executed successfully can be skipped based on the hash of the inputs and outputs.
  • PyCharm and GitHub Actions integration thanks to @pavelzw – read more about it in the docs!

Added

  • Add citation file by @ruben-arts in #908
  • Add a pixi badge by @ruben-arts in #961
  • Add deserialization of pypi source dependencies from toml by @ruben-arts and @wolf in #895 #984
  • Implement mirror and OCI settings by @wolfv in #988
  • Implement inputs and outputs hash based task skipping by @wolfv in #933

Changed

  • Refined global upgrade commands by @chawyehsu in #948
  • Global upgrade supports matchspec by @chawyehsu in #962
  • Improve pixi search with platform selection and making limit optional by @wolfv in #979
  • Implement global config options by @wolfv in #960 #1015 #1019
  • Update auth to use rattler cli by @kassoulait by @ruben-arts in #986

Documentation

  • Remove cache: true from setup-pixi by @pavelzw in #950
  • Add GitHub Actions documentation by @pavelzw in #955
  • Add PyCharm documentation by @pavelzw in #974
  • Mention watch_file in direnv usage by @pavelzw in #983
  • Add tip to help users when no PROFILE file exists by @ruben-arts in #991
  • Move yaml comments into mkdocs annotations by @pavelzw in #1003
  • Fix --env and extend actions examples by @ruben-arts in #1005
  • Add Wflow to projects built with pixi by @Hofer-Julian in #1006
  • Removed linenums to avoid buggy visualization by @ruben-arts in #1002
  • Fix typos by @pavelzw in #1016

Fixed

  • Pypi dependencies not being removed by @tdejager in #952
  • Permissions for lint pr by @ruben-arts in #852
  • Install Windows executable with install.sh in Git Bash by @jdblischak in #966
  • Proper scanning of the conda-meta folder for json entries by @wolfv in #971
  • Global shim scripts for Windows by @wolfv in #975
  • Correct fish prompt by @wolfv in #981
  • Prefix_file rename by @ruben-arts in #959
  • Conda transitive dependencies of pypi packages are properly extracted by @baszalmstra in #967
  • Make tests more deterministic and use single * for glob expansion by @wolfv in #987
  • Create conda-meta/history file by @pavelzw in #995
  • Pypi dependency parsing was too lenient by @wolfv in #984
  • Add reactivation of the environment in pixi shell by @wolfv in #982
  • Add tool to strict json schema by @ruben-arts in #969

New Contributors

  • @jdblischak made their first contribution in #966
  • @kassoulait made their first contribution in #986

Full commit history

[0.16.1] - 2024-03-11

Fixed

  • Parse lockfile matchspecs lenient, fixing bug introduced in 0.16.0 by @ruben-arts in #951

Full commit history

[0.16.0] - 2024-03-09

✨ Highlights

  • This release removes rip and add uv as the PyPI resolver and installer.

Added

  • Add tcsh install support by @obust in #898
  • Add user agent to pixi http client by @baszalmstra in #892
  • Add a schema for the pixi.toml by @ruben-arts in #936

Changed

  • Switch from rip to uv by @tdejager in #863
  • Move uv options into context by @tdejager in #911
  • Add Deltares projects to Community.md by @Hofer-Julian in #920
  • Upgrade to uv 0.1.16, updated for changes in the API by @tdejager in #935

Fixed

  • Made the uv re-install logic a bit more clear by @tdejager in #894
  • Avoid duplicate pip dependency while importing environment.yaml by @sumanth-manchala in #890
  • Handle custom channels when importing from env yaml by @sumanth-manchala in #901
  • Pip editable installs getting uninstalled by @renan-r-santos in #902
  • Highlight pypi deps in pixi list by @sumanth-manchala in #907
  • Default to the default environment if possible by @ruben-arts in #921
  • Switching channels by @baszalmstra in #923
  • Use correct name of the channel on adding by @ruben-arts in #928
  • Turn back on jlap for faster repodata fetching by @ruben-arts in #937
  • Remove dists site-packages's when python interpreter changes by @tdejager in #896

New Contributors

  • @obust made their first contribution in #898
  • @renan-r-santos made their first contribution in #902

Full Commit history

[0.15.2] - 2024-02-29

Changed

  • Add more info to a failure of activation by @ruben-arts in #873

Fixed

  • Improve global list UX when there is no global env dir created by @sumanth-manchala in #865
  • Update rattler to v0.19.0 by @AliPiccioniQC in #885
  • Error on pixi run if platform is not supported by @ruben-arts in #878

New Contributors

  • @sumanth-manchala made their first contribution in #865
  • @AliPiccioniQC made their first contribution in #885

Full commit history

[0.15.1] - 2024-02-26

Added

  • Add prefix to project info json output by @baszalmstra in #859

Changed

  • New pixi global list display format by @chawyehsu in #723
  • Add direnv usage by @pavelzw in #845
  • Add docker example by @pavelzw in #846
  • Install/remove multiple packages globally by @chawyehsu in #854

Fixed

  • Prefix file in init --import by @ruben-arts in #855
  • Environment and feature names in pixi info --json by @baszalmstra in #857

Full commit history

[0.15.0] - 2024-02-23

✨ Highlights

  • [pypi-dependencies] now get build in the created environment so it uses the conda installed build tools.
  • pixi init --import env.yml to import an existing conda environment file.
  • [target.unix.dependencies] to specify dependencies for unix systems instead of per platform.

Warning

This versions build failed, use v0.15.1

Added

  • pass environment variables during pypi resolution and install (#818)
  • skip micromamba style selector lines and warn about them (#830)
  • add import yml flag (#792)
  • check duplicate dependencies (#717)
  • (ci) check conventional PR title (#820)
  • add --feature to pixi add (#803)
  • add windows, macos, linux and unix to targets (#832)

Fixed

  • cache and retry pypi name mapping (#839)
  • check duplicates while adding dependencies (#829)
  • logic PIXI_NO_PATH_UPDATE variable (#822)

Other

  • add mike to the documentation and update looks (#809)
  • add instructions for installing on Alpine Linux (#828)
  • more error reporting in self-update (#823)
  • disabled jlap for now (#836)

Full commit history

[0.14.0] - 2024-02-15

✨ Highlights

Now, solve-groups can be used in [environments] to ensure dependency alignment across different environments without simultaneous installation. This feature is particularly beneficial for managing identical dependencies in test and production environments. Example configuration:

[environments]
test = { features = ["prod", "test"], solve-groups = ["group1"] }
prod = { features = ["prod"], solve-groups = ["group1"] }

This setup simplifies managing dependencies that must be consistent across test and production.

Added

  • Add index field to pypi requirements by @vlad-ivanov-name in #784
  • Add -f/--feature to the pixi project platform command by @ruben-arts in #785
  • Warn user when unused features are defined by @ruben-arts in #762
  • Disambiguate tasks interactive by @baszalmstra in #766
  • Solve groups for conda by @baszalmstra in #783
  • Pypi solve groups by @baszalmstra in #802
  • Enable reflinks by @baszalmstra in #729

Changed

  • Add environment name to the progress by @ruben-arts in #788
  • Set color scheme by @ruben-arts in #773
  • Update lock on pixi list by @ruben-arts in #775
  • Use default env if task available in it. by @ruben-arts in #772
  • Color environment name in install step by @ruben-arts in #795

Fixed

  • Running cuda env and using those tasks. by @ruben-arts in #764
  • Make svg a gif by @ruben-arts in #782
  • Fmt by @ruben-arts
  • Check for correct platform in task env creation by @ruben-arts in #759
  • Remove using source name by @ruben-arts in #765
  • Auto-guessing of the shell in the shell-hook by @ruben-arts in prefix-dev#811
  • sdist with direct references by @nichmor in prefix-dev#813

Miscellaneous

  • Add slim-trees to community projects by @pavelzw in #760
  • Add test to default env in polarify example
  • Add multiple machine example by @ruben-arts in #757
  • Add more documentation on environments by @ruben-arts in #790
  • Update rip and rattler by @wolfv in #798
  • Rattler 0.18.0 by @baszalmstra in #805
  • Rip 0.8.0 by @nichmor in #806
  • Fix authentication path by @pavelzw in #796
  • Initial addition of integration test by @ruben-arts in prefix-dev#804

New Contributors

  • @vlad-ivanov-name made their first contribution in #784
  • @nichmor made their first contribution in #806

Full commit history

[0.13.0] - 2024-02-01

✨ Highlights

This release is pretty crazy in amount of features! The major ones are:

  • We added support for multiple environments. 🎉 Checkout the documentation
  • We added support for sdist installation, which greatly improves the amount of packages that can be installed from PyPI. 🚀

Important

Renaming of PIXI_PACKAGE_* variables:

PIXI_PACKAGE_ROOT -> PIXI_PROJECT_ROOT
PIXI_PACKAGE_NAME ->  PIXI_PROJECT_NAME
PIXI_PACKAGE_MANIFEST -> PIXI_PROJECT_MANIFEST
PIXI_PACKAGE_VERSION -> PIXI_PROJECT_VERSION
PIXI_PACKAGE_PLATFORMS -> PIXI_ENVIRONMENT_PLATFORMS

Check documentation here: https://pixi.sh/environment/

Important

The .pixi/env/ folder has been moved to accommodate multiple environments. If you only have one environment it is now named .pixi/envs/default.

Added

  • Add support for multiple environment:

    • Update to rattler lock v4 by @baszalmstra in #698
    • Multi-env installation and usage by @baszalmstra in #721
    • Update all environments in the lock-file when requesting an environment by @baszalmstra in #711
    • Run tasks in the env they are defined by @baszalmstra in #731
    • polarify use-case as an example by @ruben-arts in #735
    • Make environment name parsing strict by @ruben-arts in #673
    • Use named environments (only "default" for now) by @ruben-arts in #674
    • Use task graph instead of traversal by @baszalmstra in #725
    • Multi env documentation by @ruben-arts in #703
    • pixi info -e/--environment option by @ruben-arts in #676
    • pixi channel add -f/--feature option by @ruben-arts in #700
    • pixi channel remove -f/--feature option by @ruben-arts in #706
    • pixi remove -f/--feature option by @ruben-arts in #680
    • pixi task list -e/--environment option by @ruben-arts in #694
    • pixi task remove -f/--feature option by @ruben-arts in #694
    • pixi install -e/--environment option by @ruben-arts in #722
  • Support for sdists in pypi-dependencies by @tdejager in #664

  • Add pre-release support to pypi-dependencies by @tdejager in #716

  • Support adding dependencies for project's unsupported platforms by @orhun in #668

  • Add pixi list command by @hadim in #665

  • Add pixi shell-hook command by @orhun in #672#679 #684

  • Use env variable to configure locked, frozen and color by @hadim in #726

  • pixi self-update by @hadim in #675

  • Add PIXI_NO_PATH_UPDATE for PATH update suppression by @chawyehsu in #692

  • Set the cache directory by @ruben-arts in #683

Changed

  • Use consistent naming for tests module by @orhun in #678
  • Install pixi and add to the path in docker example by @ruben-arts in #743
  • Simplify the deserializer of PyPiRequirement by @orhun in #744
  • Use tabwriter instead of comfy_table by @baszalmstra in #745
  • Document environment variables by @ruben-arts in #746

Fixed

  • Quote part of the task that has brackets ([ or ]) by @JafarAbdi in #677
  • Package clobber and __pycache__ removal issues by @wolfv in #573
  • Non-global reqwest client by @tdejager in #693
  • Fix broken pipe error during search by @orhun in #699
  • Make pixi search result correct by @chawyehsu in #713
  • Allow the tasks for all platforms to be shown in pixi info by @ruben-arts in #728
  • Flaky tests while installing pypi dependencies by @baszalmstra in #732
  • Linux install script by @mariusvniekerk in #737
  • Download wheels in parallel to avoid deadlock by @baszalmstra in #752

New Contributors

  • @JafarAbdi made their first contribution in #677
  • @mariusvniekerk made their first contribution in #737

Full commit history

[0.12.0] - 2024-01-15

✨ Highlights

  • Some great community contributions, pixi global upgrade, pixi project version commands, a PIXI_HOME variable.
  • A ton of refactor work to prepare for the multi-environment feature.
    • Note that there are no extra environments created yet, but you can just specify them in the pixi.toml file already.
    • Next we'll build the actual environments.

Added

  • Add global upgrade command to pixi by @trueleo in #614
  • Add configurable PIXI_HOME by @chawyehsu in #627
  • Add --pypi option to pixi remove by @marcelotrevisani in prefix-dev#602
  • PrioritizedChannels to specify channel priority by @ruben-arts in prefix-dev#658
  • Add project version {major,minor,patch} CLIs by @hadim in prefix-dev#633

Changed

  • Refactored project model using targets, features and environments by @baszalmstra in prefix-dev#616
  • Move code from Project to Environment by @baszalmstra in #630
  • Refactored system-requirements from Environment by @baszalmstra in #632
  • Extract activation.scripts into Environment by @baszalmstra in #659
  • Extract pypi-dependencies from Environment by @baszalmstra in prefix-dev#656
  • De-serialization of features and environments by @ruben-arts in prefix-dev#636

Fixed

  • Make install.sh also work with wget if curl is not available by @wolfv in #644
  • Use source build for rattler by @ruben-arts
  • Check for pypi-dependencies before amending the pypi purls by @ruben-arts in #661
  • Don't allow the use of reflinks by @ruben-arts in #662

Removed

  • Remove windows and unix system requirements by @baszalmstra in #635

Documentation

  • Document the channel logic by @ruben-arts in prefix-dev#610
  • Update the instructions for installing on Arch Linux by @orhun in prefix-dev#653
  • Update Community.md by @KarelZe in prefix-dev#654
  • Replace contributions.md with contributing.md and make it more standardized by @ruben-arts in prefix-dev#649
  • Remove windows and unix system requirements by @baszalmstra in prefix-dev#635
  • Add CODE_OF_CONDUCT.md by @ruben-arts in prefix-dev#648
  • Removed remaining .ps1 references by @bahugo in prefix-dev#643

New Contributors

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.11.0...v0.12.0

[0.11.1] - 2024-01-06

Fixed

  • Upgrading rattler to fix pixi auth in #642

[0.11.0] - 2024-01-05

✨ Highlights

  • Lots of important and preparations for the pypi sdist and multi environment feature
  • Lots of new contributors that help pixi improve!

Added

  • Add new commands for pixi project {version|channel|platform|description} by @hadim in #579
  • Add dependabot.yml by @pavelzw in #606

Changed

  • winget-releaser gets correct identifier by @ruben-arts in #561
  • Task run code by @baszalmstra in #556
  • No ps1 in activation scripts by @ruben-arts in #563
  • Changed some names for clarity by @tdejager in #568
  • Change font and make it dark mode by @ruben-arts in #576
  • Moved pypi installation into its own module by @tdejager in #589
  • Move alpha to beta feature and toggle it off with env var by @ruben-arts in #604
  • Improve UX activation scripts by @ruben-arts in #560
  • Add sanity check by @tdejager in #569
  • Refactor manifest by @ruben-arts in #572
  • Improve search by @Johnwillliam in #578
  • Split pypi and conda solve steps by @tdejager in #601

Fixed

  • Save file after lockfile is correctly updated by @ruben-arts in #555
  • Limit the number of concurrent solves by @baszalmstra in #571
  • Use project virtual packages in add command by @msegado in #609
  • Improved mapped dependency by @ruben-arts in #574

Documentation

  • Change font and make it dark mode by @ruben-arts in #576
  • typo: no ps1 in activation scripts by @ruben-arts in #563
  • Document adding CUDA to system-requirements by @ruben-arts in #595
  • Multi env proposal documentation by @ruben-arts in #584
  • Fix multiple typos in configuration.md by @SeaOtocinclus in #608
  • Add multiple machines from one project example by @pavelzw in #605

New Contributors

  • @hadim made their first contribution in #579
  • @msegado made their first contribution in #609
  • @Johnwillliam made their first contribution in #578
  • @SeaOtocinclus made their first contribution in #608

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.10.0...v0.11.0

[0.10.0] - 2023-12-8

Highlights

  • Better pypi-dependencies support, now install even more of the pypi packages.
  • pixi add --pypi command to add a pypi package to your project.

Added

  • Use range (>=1.2.3, <1.3) when adding requirement, instead of 1.2.3.* by @baszalmstra in prefix-dev#536
  • Update rip to fix by @tdejager in prefix-dev#543
    • Better Bytecode compilation (.pyc) support by @baszalmstra
    • Recognize .data directory headers by @baszalmstra
  • Also print arguments given to a pixi task by @ruben-arts in prefix-dev#545
  • Add pixi add --pypi command by @ruben-arts in prefix-dev#539

Fixed

  • space in global install path by @ruben-arts in prefix-dev#513
  • Glibc version/family parsing by @baszalmstra in prefix-dev#535
  • Use build and host specs while getting the best version by @ruben-arts in prefix-dev#538

Miscellaneous

New Contributors

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.9.1...v0.10.0

[0.9.1] - 2023-11-29

Highlights

Fixed

  • Remove attr (unused) and update all dependencies by @wolfv in prefix-dev#510
  • Remove empty folders on python uninstall by @baszalmstra in prefix-dev#512
  • Bump rip to add scripts by @baszalmstra in prefix-dev#517

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.9.0...v0.9.1

[0.9.0] - 2023-11-28

Highlights

  • You can now run pixi remove, pixi rm to remove a package from the environment
  • Fix pip install -e issue that was created by release v0.8.0 : prefix-dev#507

Added

Fixed

  • Install entrypoints for [pypi-dependencies] @baszalmstra in prefix-dev#508
  • Only uninstall pixi installed packages by @baszalmstra in prefix-dev#509

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.8.0...v0.9.0

[0.8.0] - 2023-11-27

Highlights

  • 🎉🐍[pypi-dependencies] ALPHA RELEASE🐍🎉, you can now add PyPI dependencies to your pixi project.
  • UX of pixi run has been improved with better errors and showing what task is run.

Note

[pypi-dependencies] support is still incomplete, missing functionality is listed here: https://github.com/orgs/prefix-dev/projects/6. Our intent is not to have 100% feature parity with pip, our goal is that you only need pixi for both conda and pypi packages alike.

Added

Fixed

Miscellaneous

New Contributors

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.7.0...v0.8.0

[0.7.0] - 2023-11-14

Highlights

  • Channel priority: channels = ["conda-forge", "pytorch"] All packages found in conda-forge will not be taken from pytorch.
  • Channel specific dependencies: pytorch = { version="*", channel="pytorch"}
  • Autocompletion on pixi run <TABTAB>
  • Moved all pixi documentation into this repo, try it with pixi run docs!
  • Lots of new contributors!

Added

  • Bump rattler to its newest version by @ruben-arts in prefix-dev#395
    • Some notable changes:
      • Add channel priority (If a package is found in the first listed channel it will not be looked for in the other channels).
      • Fix JLAP using wrong hash.
      • Lockfile forward compatibility error.
  • Add nushell support by @wolfv in prefix-dev#360
  • Autocomplete tasks on pixi run for bash and zsh by @ruben-arts in prefix-dev#390
  • Add prefix location file to avoid copy error by @ruben-arts in prefix-dev#422
  • Channel specific dependencies python = { version = "*" channel="conda-forge" } by @ruben-arts in prefix-dev#439

Changed

  • project.version as optional field in the pixi.toml by @ruben-arts in prefix-dev#400

Fixed

  • Deny unknown fields in pixi.toml to help users find errors by @ruben-arts in prefix-dev#396
  • install.sh to create dot file if not present by @humphd in prefix-dev#408
  • Ensure order of repodata fetches by @baszalmstra in prefix-dev#405
  • Strip Linux binaries by @baszalmstra in prefix-dev#414
  • Sort task list by @ruben-arts in prefix-dev#431
  • Fix global install path on windows by @ruben-arts in prefix-dev#449
  • Let PIXI_BIN_PATH use backslashes by @Hofer-Julian in prefix-dev#442
  • Print more informative error if created file is empty by @traversaro in prefix-dev#447

Docs

  • Move to mkdocs with all documentation by @ruben-arts in prefix-dev#435
  • Fix typing errors by @FarukhS52 in prefix-dev#426
  • Add social cards to the pages by @ruben-arts in prefix-dev#445
  • Enhance README.md: Added Table of Contents, Grammar Improvements by @adarsh-jha-dev in prefix-dev#421
  • Adding conda-auth to community examples by @travishathaway in prefix-dev#433
  • Minor grammar correction by @tylere in prefix-dev#406
  • Make capitalization of tab titles consistent by @tylere in prefix-dev#407

New Contributors

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.6.0...v0.7.0

[0.6.0] - 2023-10-17

Highlights

This release fixes some bugs and adds the --cwd option to the tasks.

Fixed

Changed

Added

  • Add the current working directory (--cwd) in pixi tasks by @ruben-arts in prefix-dev#380

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.5.0...v0.6.0

[0.5.0] - 2023-10-03

Highlights

We rebuilt pixi shell, fixing the fact that your rc file would overrule the environment activation.

Fixed

  • Change how shell works and make activation more robust by @wolfv in prefix-dev#316
  • Documentation: use quotes in cli by @pavelzw in prefix-dev#367

Added

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.4.0...v0.5.0

[0.4.0] - 2023-09-22

Highlights

This release adds the start of a new cli command pixi project which will allow users to interact with the project configuration from the command line.

Fixed

  • Align with latest rattler version 0.9.0 by @ruben-arts in prefix-dev#350

Added

  • Add codespell (config, workflow) to catch typos + catch and fix some of those by @yarikoptic in prefix-dev#329
  • remove atty and use stdlib by @wolfv in prefix-dev#337
  • xtsci-dist to Community.md by @HaoZeke in prefix-dev#339
  • ribasim to Community.md by @Hofer-Julian in prefix-dev#340
  • LFortran to Community.md by @wolfv in prefix-dev#341
  • Give tip to resolve virtual package issue by @ruben-arts in prefix-dev#348
  • pixi project channel add subcommand by @baszalmstra and @ruben-arts in prefix-dev#347

New Contributors

Full Changelog: https://github.com/prefix-dev/pixi/compare/v0.3.0...v0.4.0

[0.3.0] - 2023-09-11

Highlights

This releases fixes a lot of issues encountered by the community as well as some awesome community contributions like the addition of pixi global list and pixi global remove.

Fixed

  • Properly detect Cuda on linux using our build binaries, by @baszalmstra (#290)
  • Package names are now case-insensitive, by @baszalmstra (#285)
  • Issue with starts-with and compatibility operator, by @tdejager (#296)
  • Lock files are now consistently sorted, by @baszalmstra (#295 & #307)
  • Improved xonsh detection and powershell env-var escaping, by @wolfv (#307)
  • system-requirements are properly filtered by platform, by @ruben-arts (#299)
  • Powershell completion install script, by @chawyehsu (#325)
  • Simplified and improved shell quoting, by @baszalmstra (#313)
  • Issue where platform specific subdirs were required, by @baszalmstra (#333)
  • thread 'tokio-runtime-worker' has overflowed its stack issue, by @baszalmstra (#28)

Added

  • Certificates from the OS certificate store are now used, by @baszalmstra (#310)
  • pixi global list and pixi global remove commands, by @cjfuller (#318)

Changed

  • --manifest-path must point to a pixi.toml file, by @baszalmstra (#324)

[0.2.0] - 2023-08-22

Highlights

  • Added pixi search command to search for packages, by @Wackyator. (#244)
  • Added target specific tasks, eg. [target.win-64.tasks], by @ruben-arts. (#269)
  • Flaky install caused by the download of packages, by @baszalmstra. (#281)

Fixed

  • Install instructions, by @baszalmstra. (#258)
  • Typo in getting started, by @RaulPL. (#266)
  • Don't execute alias tasks, by @baszalmstra. (#274)

Added

  • Rerun example, by @ruben-arts. (#236)
  • Reduction of pixi's binary size, by @baszalmstra (#256)
  • Updated pixi banner, including webp file for faster loading, by @baszalmstra. (#257)
  • Set linguist attributes for pixi.lock automatically, by @spenserblack. (#265)
  • Contribution manual for pixi, by @ruben-arts. (#268)
  • GitHub issue templates, by @ruben-arts. (#271)
  • Links to prefix.dev in readme, by @tdejager. (#279)

[0.1.0] - 2023-08-11

As this is our first Semantic Versioning release, we'll change from the prototype to the developing phase, as semver describes. A 0.x release could be anything from a new major feature to a breaking change where the 0.0.x releases will be bugfixes or small improvements.

Highlights

  • Update to the latest rattler version, by @baszalmstra. (#249)

Fixed

  • Only add shebang to activation scripts on unix platforms, by @baszalmstra. (#250)
  • Use official crates.io releases for all dependencies, by @baszalmstra. (#252)

[0.0.8] - 2023-08-01

Highlights

  • Much better error printing using miette, by @baszalmstra. (#211)
  • You can now use pixi on aarch64-linux, by @pavelzw. (#233)
  • Use the Rust port of libsolv as the default solver, by @ruben-arts. (#209)

Added

  • Add mention to condax in the docs, by @maresb. (#207)
  • Add brew installation instructions, by @wolfv. (#208)
  • Add activation.scripts to the pixi.toml to configure environment activation, by @ruben-arts. (#217)
  • Add pixi upload command to upload packages to prefix.dev, by @wolfv. (#127)
  • Add more metadata fields to the pixi.toml, by @wolfv. (#218)
  • Add pixi task list to show all tasks in the project, by @tdejager. (#228)
  • Add --color to configure the colors in the output, by @baszalmstra. (#243)
  • Examples, ROS2 Nav2, JupyterLab and QGIS, by @ruben-arts.

Fixed

  • Add trailing newline to pixi.toml and .gitignore, by @pavelzw. (#216)
  • Deny unknown fields and rename license-file in pixi.toml, by @wolfv. (#220)
  • Overwrite PS1 variable when going into a pixi shell, by @ruben-arts. (#201)

Changed

  • Install environment when adding a dependency using pixi add, by @baszalmstra. (#213)
  • Improve and speedup CI, by @baszalmstra. (#241)

[0.0.7] - 2023-07-11

Highlights

  • Transitioned the run subcommand to use the deno_task_shell for improved cross-platform functionality. More details in the Deno Task Runner documentation.
  • Added an info subcommand to retrieve system-specific information understood by pixi.

BREAKING CHANGES

  • [commands] in the pixi.toml is now called [tasks]. (#177)

Added

  • The pixi info command to get more system information by @wolfv in (#158)
  • Documentation on how to use the cli by @ruben-arts in (#160)
  • Use the deno_task_shell to execute commands in pixi run by @baszalmstra in (#173)
  • Use new solver backend from rattler by @baszalmstra in (#178)
  • The pixi command command to the cli by @tdejager in (#177)
  • Documentation on how to use the pixi auth command by @wolfv in (#183)
  • Use the newest rattler 0.6.0 by @baszalmstra in (#185)
  • Build with pixi section to the documentation by @tdejager in (#196)

Fixed

  • Running tasks sequentially when using depends_on by @tdejager in (#161)
  • Don't add PATH variable where it is already set by @baszalmstra in (#169)
  • Fix README by @Hofer-Julian in (#182)
  • Fix Ctrl+C signal in pixi run by @tdejager in (#190)
  • Add the correct license information to the lockfiles by @wolfv in (#191)

[0.0.6] - 2023-06-30

Highlights

Improving the reliability is important to us, so we added an integration testing framework, we can now test as close as possible to the CLI level using cargo.

Added

  • An integration test harness, to test as close as possible to the user experience but in rust. (#138, #140, #156)
  • Add different levels of dependencies in preparation for pixi build, allowing host- and build- dependencies (#149)

Fixed

  • Use correct folder name on pixi init (#144)
  • Fix windows cli installer (#152)
  • Fix global install path variable (#147)
  • Fix macOS binary notarization (#153)

[0.0.5] - 2023-06-26

Fixing Windows installer build in CI. (#145)

[0.0.4] - 2023-06-26

Highlights

A new command, auth which can be used to authenticate the host of the package channels. A new command, shell which can be used to start a shell in the pixi environment of a project. A refactor of the install command which is changed to global install and the install command now installs a pixi project if you run it in the directory. Platform specific dependencies using [target.linux-64.dependencies] instead of [dependencies] in the pixi.toml

Lots and lots of fixes and improvements to make it easier for this user, where bumping to the new version of rattler helped a lot.

Added

  • Platform specific dependencies and helpful error reporting on pixi.toml issues(#111)
  • Windows installer, which is very useful for users that want to start using pixi on windows. (#114)
  • shell command to use the pixi environment without pixi run. (#116)
  • Verbosity options using -v, -vv, -vvv (#118)
  • auth command to be able to login or logout of a host like repo.prefix.dev if you're using private channels. (#120)
  • New examples: CPP sdl: #121, Opencv camera calibration #125
  • Apple binary signing and notarization. (#137)

Changed

  • pixi install moved to pixi global install and pixi install became the installation of a project using the pixi.toml (#124)

Fixed