IPython reproducible builds
Starting with IPython 7.16.1 (released in June 2020), you should be able to recreate the sdist (.tar.gz
) and wheel
(.whl
), and get byte for byte identical result to the wheels published on PyPI. This is a critical step toward being able
to trust your computing platforms, and a key component to improve efficiency of build and packaging platforms. It also
potentially impacts fast conda environment creation for users. The following goes into some reasons for why you should care.