Skip to content

Tags: pydap/pydap

Tags

3.5.9

Toggle 3.5.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
enable deserializing entire dap response with one or more String arra…

…ys (#661)

* fix serializing string and array of strings when deserializing all data in a multivariable dap response

* update test to restrict only single array decoding

* update tests

* test that deserializes a dap response with a string array and lon array

3.5.8

Toggle 3.5.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates Readme (#576)

* update readme

* update NEWs

3.5.7

Toggle 3.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve dmr parser and deserialization (#567)

* first commit

* avoid holding ref to dict

* hold reduced instance of named dimensions

* hard copy of xml element

* print more info when fail

* parse variable self contained

* expand testing

* add more assertions to the test

* refactor

* change print statement if KeyError

* add another check

* remove extra check

* re-order methods

* add initialize empty dict

* make a copy of the element

3.5.6

Toggle 3.5.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Enforce `checksums=True`, but expose option to users (#535)

* enforce `checksums=True` when batching multiple variables at once, and warn

* set `checksum=False` for test with string argument for now

* set `checksums=True` the default when batching multiple arrays together

3.5.5

Toggle 3.5.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix test warn (#484)

* fix test warn

* remove warning

* remove commented test

3.5.4

Toggle 3.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
sets `output_grid=False` as default (#457)

* set  `output_grid=False` as default now

* set `output_grid=False` as default. testing and improve warning

3.5.3

Toggle 3.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Decode chunk header to set length of DMR in a generic way and endiann…

…ess of data (#428)

* set length of DMR in a generic way

* compute endian once, in the first chunk

* simplifies dap parsers into single class

* refactor by reusing dap-unpacker class

* refactor and add error description if mismatched type

* basic testing

* fix some comments

3.5.2

Toggle 3.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
update news for latest release (#416)

3.5.1

Toggle 3.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Parse attribute elements with atomic types on root (#403)

* pre-commit

* fix test

3.5

Toggle 3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
add additional checks (wheels) (#353)