Package: pandas / 0.23.3+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
pandas | 0.23.3+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
up_skip_testrepr | (download) |
pandas/tests/io/formats/test_format.py |
3 2 + 1 - 0 ! |
skip the assert for now - remove patch whenever upstream issue is closed |
deb_nonversioneer_version | (download) |
pandas/__init__.py |
6 1 + 5 - 0 ! |
--- |
deb_doc_donotoverride_PYTHONPATH | (download) |
doc/make.py |
5 3 + 2 - 0 ! |
--- |
deb_skip_stata_on_bigendians | (download) |
pandas/tests/io/test_stata.py |
5 5 + 0 - 0 ! |
--- |
deb_disable_googleanalytics | (download) |
doc/source/themes/nature_with_gtoc/layout.html |
13 1 + 12 - 0 ! |
avoid privacy breach by google analytics |
deb_skip_sequencelike_on_armel | (download) |
pandas/tests/frame/test_constructors.py |
4 4 + 0 - 0 ! |
--- |
deb_no_strict_data | (download) |
setup.cfg |
5 3 + 2 - 0 ! |
--- |
up_print_versions | (download) |
ci/print_versions.py |
2 1 + 1 - 0 ! |
--- |
mark_tests_working_on_intel.patch | (download) |
pandas/tests/dtypes/test_cast.py |
1 1 + 0 - 0 ! |
mark those tests @pytest.mark.intel that pass only on intel architectures |
mark_tests_working_on_intel_s390x.patch | (download) |
pandas/tests/indexes/datetimes/test_formats.py |
3 2 + 1 - 0 ! |
mark those tests @pytest.mark.intel that pass only on intel architectures There was another test failing for s390x (and armhf, mips, hppa, powerpc, ppc64, sparc64) |
mark_tests_working_on_intel_mips.patch | (download) |
pandas/tests/io/parser/skiprows.py |
3 3 + 0 - 0 ! |
mark those tests @pytest.mark.intel that pass only on intel architectures There was another test failing for mips and powerpc |
mark_tests_working_on_intel_armhf.patch | (download) |
pandas/tests/io/test_pytables.py |
4 4 + 0 - 0 ! |
mark those tests @pytest.mark.intel that pass only on intel architectures There was another test failing for armhf |
mark_tests_failing_on_386.patch | (download) |
pandas/tests/plotting/test_series.py |
4 3 + 1 - 0 ! |
--- |
mathjax path.patch | (download) |
doc/source/conf.py |
2 2 + 0 - 0 ! |
use debian packaged mathjax |
deb_ndsphinx_optional | (download) |
doc/source/conf.py |
6 5 + 1 - 0 ! |
--- |
deb_skip_difffailingtests | (download) |
pandas/tests/io/formats/test_to_csv.py |
1 1 + 0 - 0 ! |
skip two tests which fail when ran in full battery during pkg build |
918206.patch | (download) |
pandas/core/generic.py |
2 2 + 0 - 0 ! |
fix np.array @ dataframe matrix multiplication Using this and not upstream's __array_priority__ fix https://github.com/pandas-dev/pandas/commit/ad2a14f4bec8a004b2972c12f12ed3e4ce37ff52 to allow np.array += DataFrame to remain in-place (same object ID / other views also affected) and an array (not a DataFrame). |
skip_tests_copyright.patch | (download) |
pandas/_version.py |
4 2 + 2 - 0 ! |
skip tests removed for copyright reasons and revert accidental change to _version.py |
array_series_matmul.patch | (download) |
pandas/core/series.py |
2 1 + 1 - 0 ! |
fix ordering of np.array @ series |