python-xarray 2024.02.0-1 source package in Ubuntu

Changelog

python-xarray (2024.02.0-1) unstable; urgency=medium

  * New upstream release
  * Stop tests for this release; needs to be updated for pytest >= 8.0
  * Undo "nocheck"  to reenable testing; only run tests on python3.12
  * conflict with -datatree until tests pass
  * Drop ARM-xfail patch as integrated upstream
  * Drop xfail-pad-constant patch as now passes
  * Drop xfail-on-random.patch, closed upstream
  * Add Build-depends on python3-zarr
  * Build-depend on python3-sphinx-inline-tabs
  * Build-depend on python3-hypothesis for testing, +docs
  * disable-netcdf-compressor-tests.patch:
    Disable testing of functionality not yet present in Debian
  * disable-stripped-unitwarning-test.patch:
    Disable units-testing as broken test on python3.12
  * Update use-packaged-docs.patch
  * Skip 2 tests requiring download
  * Drop Build-deps on numba, python3-sparse to aid transition
  * dask-gradient-tolerance-i386.patch: Fix for tolerance problem
    comparing arrays on i386 (C-I failure)
  * xfail-pint-units-on-python3.12.patch: On python3.12, tests fail as
    extract_units() in test code is buggy with current pint.
    Mark tests XFAIL
  * Make cfgrib build-dep arch-dependent; needed for c-i tests as
    we cfgrib not present on 32-bit archs
  * Build-conflict with pint < 0.21 as it breaks, failing to handle
    'subok' passed in dask wrapping
  * Build-conflict on python3-sparse to signal that it currently causes
    segfaults (#1055847) - re-add later
  * Docs disabled as sphinx needs pandoc < 3 right now

 -- Alastair McKinstry <email address hidden>  Mon, 04 Mar 2024 10:05:17 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xarray_2024.02.0-1.dsc 3.5 KiB ae03b9abd10bf146e3fa3f33cd13bac544f676d3df18413135c65af36b434f63
python-xarray_2024.02.0.orig.tar.xz 3.1 MiB 968853e3a376fd31e5cdf815d74079382fb8bae5ed8d5b35b7a449ba019aba22
python-xarray_2024.02.0-1.debian.tar.xz 16.9 KiB fec5f8f2018514804aa722cd5340f99a6c5ee32ebcfe6b0d6a0ed5b08311a9cc

Available diffs

No changes file available.

Binary packages built by this source

python-xarray-doc: documentation for xarray

 xarray (formerly xray) is an open source project and Python package that aims
 to bring the labeled data power of pandas to the physical sciences, by
 providing N-dimensional variants of the core pandas data structures.
 .
 It provides a pandas-like and pandas-compatible toolkit for analytics on
 multi-dimensional arrays, rather than the tabular data for which pandas
 excels.
 .
 This package provides the documentation.

python3-xarray: N-D labeled arrays and datasets in Python 3

 xarray (formerly xray) is an open source project and Python package that aims
 to bring the labeled data power of pandas to the physical sciences, by
 providing N-dimensional variants of the core pandas data structures.
 .
 It provides a pandas-like and pandas-compatible toolkit for analytics on
 multi-dimensional arrays, rather than the tabular data for which pandas
 excels.
 .
 This package provides the Python 3 library