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.8.1 - 2025-10-07

  • Iterate conda calls until no missing packages are found (!55)

Release details

0.8.0 - 2025-09-01

  • Fix safe-netrc version reference (!42)

  • Improve use of logging (!43)

  • Add support for dependency groups (!49)

  • Add type annotations (!51)

  • Add changelog and rebuild sphinx docs (!53)

Release details

0.7.1 - 2025-02-14

  • Remove unused call to json.loads (!40)

  • Handle posix signal termination for conda create (!41)

Release details

0.7.0 - 2025-01-07

  • Separate compound version specifiers (!39)

Release details

0.6.1 - 2025-01-06

  • Fix character escaping on Windows (!38)

Release details

0.6.0 - 2025-01-06

  • PyPI trusted publishing workflow (!37)

Release details

0.5.1 - 2023-09-06

  • Add wheel as a project requirement (!25)

  • Update isolated environment builds for python-build 1.0.0 (!26)

Release details

0.5.0 - 2023-08-23

  • Support for evaluating requirements from a wheel file (!24)

Release details

0.4.2 - 2023-01-12

  • Fix evaluating markers with extras (!22)

Release details

0.4.1 - 2022-11-08

  • Add support for python_version in marker environments (!20)

  • Formal support for Python 3.11 (!21)

Release details

0.4.0 - 2022-10-07

  • Refactor to use build to generate metadata, rather than parsing myriad configuration files (!17)

Release details

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.

Release details

0.3.1 - 2022-05-09

  • Remove leftover debug print call (!14)

Release details

0.3.0 - 2022-05-09

  • Enable parsing of requirements.txt files (!13)

  • Add --no-build-requires command-line option (!13)

Release details

0.2.0 - 2022-02-03

  • Support for YAML-format output files (!7)

  • New --disable-mamba command-line option (!9)

Release details

0.1.0 - 2022-02-01

  • Initial release of pip2conda

  • Extracted from GWpy source repository

  • Core functionality for translating pip requirements into conda requirements

Release details

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.