python-xarray 2023.11.0-1 source package in Ubuntu

Changelog

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

  [ Andreas Tille ]
  * Team upload.
  * New upstream version. Closes: #1050854
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Remove trailing whitespace in debian/control (routine-update)
  * Remove trailing whitespace in debian/rules (routine-update)
  * Add salsa-ci file (routine-update)
  * Rules-Requires-Root: no (routine-update)
  * Use secure URI in Homepage field.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.
  * Re-enable docs which do not segfault but do nothing else.  Upstream might
    provide docs in future - otherwise the python-xarray-doc package could be
    dropped completely.

  [ Rebecca N. Palmer ]
  * Tests: ignore rounding differences on i386.  Closes: #1004869.
  * Tests: don't fail on big-endian systems.  Closes: #1053700.

 -- Andreas Tille <email address hidden>  Wed, 22 Nov 2023 07:37:01 +0100

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.11.0-1.dsc 3.3 KiB 88a9850cad505ca206a4a7b3a60e7ad184461b205e530cbe54a840b40ac57e47
python-xarray_2023.11.0.orig.tar.gz 3.6 MiB f6e0978d4d61d5abe7997ccc56cf8eba5fb7a2921d9feadd6e168f5b7659cb9d
python-xarray_2023.11.0-1.debian.tar.xz 15.2 KiB f7e55afa25c8f036e64bc3018bed3eee5dd1bf667ad03a6898f9c5b83de40fa1

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