- Added persistent user settings for:
- default conda format
- whether to automatically update stdrenames table
- specify aliases for extra pypi indexes
- Only use classic installer in
whl2conda install
environments ifconda-libmamba-solver
in base environment has version less than 24.1.0 (see #118)
- Transfer executable file permissions from wheel (#135)
- Correct typos in documentation.
- Support
whl2conda convert --python
override. - Added one-line description to whl2conda package
- Support conversion of wheels containing
*.data
directories - Support direct download of wheels to convert from pypi repositories
- Add
whl2conda build
- limited experimental drop-in replacement forconda build
- Support translation of
~=
and===
version specification operators. whl2conda install
now supports installing multiple package files at once
- Use classic installer in
whl2conda install
environments to work around conda bug (#114) - Include project URLs in metadata that have multi-word keys (#113)
- Write METADATA file in dist-info using UTF8 (#112)
- First official stable release
- Fix generation of entry points
- Adjust metadata generation
- Add
whl2conda diff
subcommand
- Support
python -m whl2conda
- Fix issue with license copying
- hide pip build wheel output with
--quiet
- first conda-forge release