Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ individual files.

The changes are now listed with the most recent at the top.

**January 8 2026 :: ARVOR Float and SVP Drifters. Tag v11.20.0**

New Features:

- ARVOR float observation converter
- SVP drifter observation converter
- csv read utilities

Bug-fix:

- Remove format read for clamping values in parse_variables_clamp,
wrf, mpas, tiegcm that caused integers to be misread.

**January 6 2026 :: DART Data Archive. Tag v11.19.3**

- WRF tutorial updated to get data from data.dart.ucar.edu
Expand Down
17 changes: 0 additions & 17 deletions build_templates/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = 'Data Assimilation Research Section'

# The full version, including alpha/beta/rc tags
release = '11.19.3'
release = '11.20.0'
root_doc = 'index'

# -- General configuration ---------------------------------------------------
Expand Down