- Add support for injecting tests for
conda pypi convert(#242) - Add
--name-mappingoption to supply a custom PyPI-to-conda name mapping file, overriding the built-in mapping (#253) - Add tests for extra dependency specifiers in repodata (#259)
- Fix installing wheels that use the
headersdata scheme (#246) - Fix wheel hashes stored in conda metadata being base64-encoded instead of hex, which caused errors with conda-rattler-solver (#250)
- Fix installing wheels that include
dataandscriptsschemes (#256)
- Add release process at RELEASE.md (#239)
- Add docs for
conda installwith a channel containing wheels (#259)
- @agriyakhetarpal made their first contribution in #246
- @danyeaw
- @jezdez
- @soapy1
- @tombenes made their first contribution in #253
- @conda-bot
- @danpetry made their first contribution in #242
- @dependabot[bot]
- @pre-commit-ci[bot]
- Support converting wheels to conda packages from the CLI (#215)
- Add
conda pypi install --editable <path>andconda pypi convertcommands (#145) - Add codspeed benchmarks for performance tracking (#163)
- Support Python 3.10, 3.11, 3.12, 3.13, and 3.14 (#148, #237)
- Add canary testing with conda development builds (#237)
- Add assertions for the absence of
.pycfiles in converted packages (#216) - Add CODEOWNERS file for automatic team assignment (#172)
- Add test repodata server for testing installations with repodata v3 (#207)
- Use rattler solver for faster dependency resolution (#176)
- Use
CondaPackageExtractorplugin hook for wheel extraction (#217) - Adopt code from
anaconda/conda-whl-supportintoconda-pypi(#154) - Replace pip subprocess with
installerlibrary for wheel unpacking (#149) - Extend
installerto also install data files from wheels (#153) - Rename
--override-channelsto--ignore-channelsfor clarity (#178) - Update URLs from
conda-incubatortocondaorganization (#225) - Call
add_whl_supporton its own, without a plugin (#165) - Respect conda JSON output setting (#206)
- Require conda >=26.1.0 (#230)
- Fix
FileNotFoundErrorduring environment creation (#219) - Fix install errors for packages requiring hyphen normalization e.g.
huggingface-hub->huggingface_hub.(#212) - Fix conda-meta JSON filename format for wheel packages (#170)
- Fix "conda-index not found" error. Drop pypi-simple dependency. (#136)
- Fail fast when no compatible wheels are available (#157)
- Fix some deprecation warnings (#162)
- Drop Python 3.9 support (#148)
- Remove
listhook (#146) - Remove unused dependencies (#196)
- Remove monkeypatched
PrefixData._load_single_record(#177)
See GitHub Release for details.
See GitHub Release for details.
See GitHub Release for details.
Initial release.