0.8.0 #333
mitsuhiko
announced in
Announcements
0.8.0
#333
Replies: 1 comment 2 replies
-
Would it be possible to give nicknames to ">=" and "~=" so that we could use them easily from
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Rye for now prefers
>=
over~=
for newly added dependencies.The workspace member declaration is now platform independent. If
members
isnow explicitly set to an empty list it will not fall back to auto discovery. Workspace: Fix meaning of members=[] and glob settings #331
rye add
now pins versions with==
instead of~=
when the version of thepackage does not use at least two components. This means that for instance it
will now correctly use
openai-whisper==20230314
rather thanopenai-whisper~=20230314
which is not actually satisfiable. Make rye add pick == instead of ~= for single component versions #328rye install
now lets you install dependencies into the tool's virtualenvduring installation that are undeclared via the new
--extra-requirement
option. Added --extra-requirement to rye install #326
Improved handling of relative path installations by setting
PROJECT_ROOT
the same way as PDM does. Set PROJECT_ROOT like pdm expects #321
Workspaces will now never discover
pyproject.toml
files in any dotdirectories. (Name starting with
.
) workspace: ignore .-directories when searching for projects #329Fixed
rye build
not working correctly on Windows. Fix rye build on windows #327Full Changelog: 0.7.0...0.8.0
This discussion was created from the release 0.8.0.
Beta Was this translation helpful? Give feedback.
All reactions