Releases: NCAR/pyDARTdiags
Releases · NCAR/pyDARTdiags
0.6.1
What's Changed
- integer type for dictionaries types and reverse_types by @hkershaw-brown in #85
- function update_attributes_from_df to sync the ObsSequence attributes with the dataFrame by @hkershaw-brown in #86
- obs_num int on read by @hkershaw-brown in #89
- feat: identity obs by @hkershaw-brown in #90
- expanded and improved user guide by @hkershaw-brown in #91
- Add description of observation sequence file by @hkershaw-brown in #93
- feat: deal with duplicates in composite types by @hkershaw-brown in #94
- doc: add example of obs_seq.final header by @hkershaw-brown in #97
- doc-fix: description of obs_def location and extra metadata order by @hkershaw-brown in #99
- skipping metadata in binary reads by @hkershaw-brown in #98
- bug-fix: replacing MISSING_R8 values with NaNs in posterior columns where DART_quality_control=2 by @mjs2369 in #80
Full Changelog: 0.6.0...0.6.1
0.6.0 class renamed to ObsSequence
What's Changed
- pin black and code-cov actions to hash by @hkershaw-brown in #72
- doc: Add notes on functions which have decorators by @hkershaw-brown in #75
- Comment fix to plot_qc_hover.py by @mjs2369 in #73
- doc: move init docs to the class doc string by @hkershaw-brown in #77
- rename obs_sequence class to ObsSequence by @hkershaw-brown in #79
Full Changelog: 0.5.1...0.6.0
0.5.1
What's Changed
- Example of adding external FO to an observation by @hkershaw-brown in #45
- Stats module tests by @hkershaw-brown in #47
- Small doc fixes by @mjs2369 in #48
- test for bin layer in height by @hkershaw-brown in #50
- skip the columns created by stats & bin by level when writing obs sequences by @hkershaw-brown in #51
- Unit conversion for pressure only by @hkershaw-brown in #52
- used observations should include QC=2 by @lkugler in #54
- fix: stats module used observations should include QC2 by @hkershaw-brown in #56
- Observation sequence write fixes for header types and num_obs by @hkershaw-brown in #59
- Composite observations (e.g u,v wind) testing improvements by @hkershaw-brown in #60
- Fix used obs in matplots by @hkershaw-brown in #62
- Grammar and typo fixes, and links to statistics documentation in the examples by @hkershaw-brown in #64
- Plot evolution by @hkershaw-brown in #67
- add pytest coverage to requirements for developers by @hkershaw-brown in #69
New Contributors
Full Changelog: 0.5.0...0.5.1
0.5.0
What's Changed
- Sphinx-Gallery examples
- stats module
- Profile height by @icastorm in #24
- obs_sequence object aware whether it has assimilation results or not by @hkershaw-brown in #28
- fix: prior and posterior profile plotting by @hkershaw-brown in #29
- BREAKING CHANGE: Matplotlib plotting module by @hkershaw-brown in #38
- Migrate code style to Black by @hkershaw-brown in #41
New Contributors
Full Changelog: https://github.com/NCAR/pyDARTdiags/commits/0.5.0