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.9.2 - 2026-04-13¶
0.9.1 - 2026-02-27¶
Bump minimum version of grayskull (!58)
0.9.0 - 2025-10-10¶
Add support for custom dependency groups (!57)
0.8.1 - 2025-10-07¶
Iterate conda calls until no missing packages are found (!55)
0.8.0 - 2025-09-01¶
0.7.1 - 2025-02-14¶
0.7.0 - 2025-01-07¶
Separate compound version specifiers (!39)
0.6.1 - 2025-01-06¶
Fix character escaping on Windows (!38)
0.6.0 - 2025-01-06¶
PyPI trusted publishing workflow (!37)
0.5.1 - 2023-09-06¶
0.5.0 - 2023-08-23¶
Support for evaluating requirements from a wheel file (!24)
0.4.2 - 2023-01-12¶
Fix evaluating markers with extras (!22)
0.4.1 - 2022-11-08¶
0.4.0 - 2022-10-07¶
Refactor to use
buildto generate metadata, rather than parsing myriad configuration files (!17)
0.3.2 - 2022-05-09¶
Remove leftover debug print call (!14)
Note: This is a corrected release of 0.3.1 which didn’t actually include the necessary fixes.
0.3.1 - 2022-05-09¶
Remove leftover debug print call (!14)
0.3.0 - 2022-05-09¶
0.2.0 - 2022-02-03¶
0.1.0 - 2022-02-01¶
Initial release of pip2conda
Extracted from GWpy source repository
Core functionality for translating pip requirements into conda requirements
Note: This is the first release of this project, which was extracted from the source repository for GWpy by the author, and released under the same license.