python-xarray 2023.12.0-3 source package in Ubuntu

Changelog

python-xarray (2023.12.0-3) unstable; urgency=medium

  * 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
	
 -- Alastair McKinstry <email address hidden>  Sun, 28 Jan 2024 13:11:50 +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_2023.12.0-3.dsc 3.3 KiB a37070bae0a97a6ac4e02a7c96731e725a803a1f61c8c6204f1e16f910052de8
python-xarray_2023.12.0.orig.tar.xz 3.0 MiB d198b4ce7b224c7f67b28ea1f025b0fb39da1afb59289f292e0b2720cb5c4963
python-xarray_2023.12.0-3.debian.tar.xz 16.4 KiB b137fbd9becd6e71dc992069c23e4624f11e70f16c12b80d56ece953803f9ddb

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