What's Changed
- Update pre-commit hooks by @pre-commit-ci in #431
- Drop Webob from client use of pydap. Instead use requests's library which handles authentication by @Mikejmnez in #434
- Update pre-commit hooks by @pre-commit-ci in #436
- pydap can now use request_cache to initialize a session. Thus, responses can now be cached! by @Mikejmnez in #438
- adds .grids() to identify all grid objects within dataset by @Mikejmnez in #446
- replace dap2 to http when using schema to determine dap protocol by @Mikejmnez in #451
- include a session object as attribute to pydap.dataset so that it can be retrieved/recovered by user by @Mikejmnez in #447
- Collect/provide more metadata about dimension names per variable by @Mikejmnez in #453
- flattens global attributes
NC_GLOBAL
andDODS_EXTRA
inherited from das parser by @Mikejmnez in #455 - sets
output_grid=False
as default by @Mikejmnez in #457
Full Changelog: 3.5.3...3.5.4