Skip to content

Latest commit

 

History

History
163 lines (113 loc) · 6.72 KB

File metadata and controls

163 lines (113 loc) · 6.72 KB
title pandas
layout default
parent Supported Packages

pandas

3.0.3 (latest)
pip install pandas --index-url https://gitlab.com/api/v4/projects/56254198/packages/pypi/simple

{: .warning }

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

{: .warning }

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

{: .warning }

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

{: .warning }

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

{: .warning }

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

{: .warning }

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

{: .warning }

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

{: .warning }

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

{: .note }

We append the files in the LICENSES directory into the LICENSE file in the wheel, resulting in a dirty tag. See issue 58632

{: .warning }

We disable test_rolling_var_numerical_issues.