Skip to content

libdap-3.20.10

Compare
Choose a tag to compare
@ndp-opendap ndp-opendap released this 01 Jul 21:02
· 183 commits to master since this release

DOI

  • Support for RHEL8
  • Fix for bugs in the ce parser around inverted indices.
  • Fix for libdap4 github issue 147: Grid::get_map_iter() was off by one
  • Improvements to DAP4 api.
  • Fixed various memory leaks.
  • Replaced instances of &vector[0] with vector.data() (RHEL8)