pandas
- Source Code: https://github.com/pandas-dev/pandas
- Supported versions:
3.0.3 (latest)
pip install pandas --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/60442128
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/pandas/patches/v3.0.3
We skip certain NaN tests on riscv64 because canonical NaN handling differs from other common architectures.
3.0.2
pip install pandas==3.0.2 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/59611974
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/pandas/patches/v3.0.2
We skip certain NaN tests on riscv64 because canonical NaN handling differs from other common architectures.
3.0.1
pip install pandas==3.0.1 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/57072298
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/pandas/patches/v3.0.1
We skip certain NaN tests on riscv64 because canonical NaN handling differs from other common architectures.
3.0.0
pip install pandas==3.0.0 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/57079889
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/pandas/patches/v3.0.0
We skip certain NaN tests on riscv64 because canonical NaN handling differs from other common architectures.
2.3.3
pip install pandas==2.3.3 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/48954662
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/pandas/patches/v2.3.3
We disable test_rolling_var_numerical_issues. This test is fixed on main but not on the 2.3.3 tag. We also patch the build to use Cython 3.1.2 since 3.2.0 seems to cause issues with pickling data types. See also issue 63078.
2.3.2
pip install pandas==2.3.2 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/48941312
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/pandas/patches/v2.3.2
We disable test_rolling_var_numerical_issues. This test is fixed on main but not on the 2.3.2 tag. We also patch the build to use Cython 3.1.2 since 3.2.0 seems to cause issues with pickling data types. See also issue 63078.
2.3.1
pip install pandas==2.3.1 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/42451954
We disable test_rolling_var_numerical_issues. This test is fixed on main but not on the 2.3.1 tag.
2.2.3
pip install pandas==2.2.3 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/36617745
We disable test_rolling_var_numerical_issues and test_value_counts_nat. These tests are fixed on main but not on the 2.2.3 tag.
2.2.2
pip install pandas==2.2.2 --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple
- License: BSD-3-Clause
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/28528458
We append the files in the LICENSES directory into the LICENSE file in the wheel, resulting in a dirty tag. See issue 58632
We disable test_rolling_var_numerical_issues.