Highlights
* Added client for National Data Buoy Center text data
* Added `session_manager.set_session_options` to set options for Siphon-created HTTP sessions. This allows setting basic HTTP authentication.
* Support downloading data for stations without an ICAO for Wyoming archive
* Support downloading data for all stations from IEM upper air archive
* Support opening using XArray in `TDSCatalog.remote_access()`
* Bug fixes for IGRA2
Contributors
DanielWatkins, haileyajohnson, jthielen, swnesbitt, lesserwhirls, jrleeman, and dopplershift contributed code to this release.
Issues Closed
* [Issue 238](https://github.com/Unidata/siphon/issues/238) - Accessing Wyoming Soundings no ICAO Station ID ([PR 239](https://github.com/Unidata/siphon/pull/239))
* [Issue 229](https://github.com/Unidata/siphon/issues/229) - Add xarray option for `remote_access()`
* [Issue 226](https://github.com/Unidata/siphon/issues/226) - IGRA-2 - bug in flagging missing dewpoint values
* [Issue 224](https://github.com/Unidata/siphon/issues/224) - Add default filename for download
* [Issue 222](https://github.com/Unidata/siphon/issues/222) - Better Server Error Handling ([PR 242](https://github.com/Unidata/siphon/pull/242))
* [Issue 221](https://github.com/Unidata/siphon/issues/221) - Calucated relative humidity overestimating by a tens in IGRA derived
* [Issue 215](https://github.com/Unidata/siphon/issues/215) - Suport netCDFServer name
* [Issue 204](https://github.com/Unidata/siphon/issues/204) - IGRA2 Cassette Missing
* [Issue 117](https://github.com/Unidata/siphon/issues/117) - Basic authentication ([PR 242](https://github.com/Unidata/siphon/pull/242))
In this release 9 issues were closed.
Pull Requests Merged
* [PR 243](https://github.com/Unidata/siphon/pull/243) - ENH: Add the option to return xarray from catalog helpers (Fixes 229)
* [PR 242](https://github.com/Unidata/siphon/pull/242) - HTTP Client updates ([222](https://github.com/Unidata/siphon/issues/222), [117](https://github.com/Unidata/siphon/issues/117))
* [PR 241](https://github.com/Unidata/siphon/pull/241) - Add NDBC simple web service
* [PR 239](https://github.com/Unidata/siphon/pull/239) - Add capability to deal with stations with no identifier from Wyoming ([238](https://github.com/Unidata/siphon/issues/238))
* [PR 235](https://github.com/Unidata/siphon/pull/235) - ENH: Make IGRA2 tests run offline (Fixes 204)
* [PR 234](https://github.com/Unidata/siphon/pull/234) - Implement all-station IEM Upper Air request
* [PR 231](https://github.com/Unidata/siphon/pull/231) - Maintenance
* [PR 227](https://github.com/Unidata/siphon/pull/227) - Fix for IGRA dewpoint calculation
* [PR 223](https://github.com/Unidata/siphon/pull/223) - Fix error in IGRA2-derived relative humidity columns
* [PR 220](https://github.com/Unidata/siphon/pull/220) - Doc updates
* [PR 219](https://github.com/Unidata/siphon/pull/219) - corrected bug where na_values were bypassed
In this release 11 pull requests were closed.