github prefix-dev/pixi v0.0.4

latest releases: v0.30.0, v0.29.0, v0.28.2...
15 months ago

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 to use and less error-prone, where bumping to the new version of rattler helped a lot.

Details

Added

  • Platform specific dependencies and helpfull 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

Don't miss a new pixi release

NewReleases is sending notifications on new releases.