Skip to content

Releases: pydap/pydap

PyDAP 3.4.1

19 May 19:23
c62f298
Compare
Choose a tag to compare

This patch version release includes the propagation of timeouts from the DAPHandler to the BaseProxy and SequenceProxy class, allowing for better exception handling of timeouts when retrieving data.

New Contributors

PyDAP 3.4.0

05 Apr 21:53
Compare
Choose a tag to compare

This release includes support for most of the DAP4 version of the DAP protocol.
See the NEWS file for more information

Version 3.3.0

01 Feb 13:58
bbafc7a
Compare
Choose a tag to compare

We are pleased to announce the release of version 3.3.0 of pydap.

Pydap is an implementation of the Opendap/DODS protocol, written from scratch in pure python. You can use pydap to access scientific data on the internet without having to download it; instead, you work with special array and iterable objects that download data on-the-fly as necessary, saving bandwidth and time. The module also comes with a robust-but-lightweight Opendap server, implemented as a WSGI application.

For more details, and complete documentation, see https://github.com/pydap/pydap.

New This Release

  • Drop support for Python 2. Support is tested for Python starting with version 3.6 (see #237).
  • Fixed deprecation warnings (see #245, #232).
  • Fixed getitem test failure missing 1 required positional argument: 'user_charset' (see #224).
  • Fixed module 'pydap' has no attribute 'version' problem (see #206).
  • Added GitHub CI (see #244).
  • pydap now runs with python 3.10.
  • Many more changes - see repo for more details.

Get the release here: https://github.com/pydap/pydap/archive/refs/tags/3.3.0.tar.gz.