python-xarray 0.9.2-1ubuntu1 source package in Ubuntu

Changelog

python-xarray (0.9.2-1ubuntu1) artful; urgency=medium

  * Drop python3-pydap from the test dependencies; all this does is turn on
    testing of a non-default backend which does not handle proxy variables
    automatically, tries to access the network, and fails even if the
    network is reachable.  Since python3-pydap is only a suggests: at
    runtime and netcdf is always preferred, we shouldn't care if it works.

 -- Steve Langasek <email address hidden>  Sat, 26 Aug 2017 16:40:53 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Artful
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-xarray_0.9.2.orig.tar.gz 1.1 MiB 073c33d189d14f297c994e2602af2aa430c391bf0fbd75a77625ea12cf10a33b
python-xarray_0.9.2-1ubuntu1.debian.tar.xz 12.3 KiB ba6742633d19e31b27908e56ad7e7ac1227586aa009aa394fc5a756079524aaf
python-xarray_0.9.2-1ubuntu1.dsc 3.1 KiB 083886c2fe6d48af1bf1176bd951b046d91af0f4695d77397c6de5a7629633a1

View changes file

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