Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
33868bd
Update from beta2-dev to beta2
bikegeek May 7, 2026
fb40352
Update date and version for beta2 release
bikegeek May 7, 2026
f7a4f80
Updated versions for python 3.14 migration
bikegeek May 7, 2026
5cd9c9f
Updated versions for Python 3.14 migration
bikegeek May 7, 2026
eb79cce
Only run for main_ branch
bikegeek May 7, 2026
bba9267
Update pandas, netCDF4, and pytest versions to get benchmarking for p…
bikegeek May 7, 2026
38513be
Fixed typo with xarray version, should be 2026.4.0 not 2026.5.0
bikegeek May 7, 2026
3d60228
Removed conflicting code
bikegeek May 7, 2026
d65fc98
Updates for beta2 release
bikegeek May 7, 2026
efa17f6
Provide more flexibility in versions by replacing == with >=
bikegeek May 7, 2026
d6cf67b
Provide more flexibility with versioning by replacing == with >=
bikegeek May 7, 2026
0aa108a
Turn off until pip_audit database contains more recent versions of nu…
bikegeek May 7, 2026
06ab890
Comment out all commands to ensure this doesn't run until the pip_aud…
bikegeek May 7, 2026
9946ddc
One more line needed commenting
bikegeek May 7, 2026
123a65c
Rename benchmark_pandas2_2.yaml to benchmark_pandas3x.yaml
bikegeek May 7, 2026
a31f5b9
Rename vulnerabilities.yaml to vulnerabilities_yaml.txt
bikegeek May 7, 2026
db9fb48
Removed extraneous text
bikegeek May 7, 2026
506b723
Merge branch 'feature_417_v13.0.0-beta2' of https://github.com/dtcent…
bikegeek May 7, 2026
06d1888
Fix typo, underline is too short
bikegeek May 7, 2026
d0887a4
Delete py310_requirements.txt
bikegeek May 7, 2026
92a5fb5
Update requirements.txt
bikegeek May 7, 2026
82949c0
Update nco_requirements.txt
bikegeek May 7, 2026
d014073
Update version
bikegeek May 7, 2026
04bfece
Added recent fixes
bikegeek May 7, 2026
87263c8
Merge branch 'feature_417_v13.0.0-beta2' of https://github.com/dtcent…
bikegeek May 7, 2026
1434022
Fix formatting
bikegeek May 7, 2026
60ce483
Merge branch 'develop' into feature_417_v13.0.0-beta2
bikegeek May 7, 2026
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
4 changes: 3 additions & 1 deletion docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ METdataio Version 13.0.0-beta2 Release Notes (20260507)

.. dropdown:: Bugfixes

* None
* **Use case fix when using pandas 3** (`#415 <https://github.com/dtcenter/METdataio/pull/415>`_)

.. dropdown:: Documentation

Expand All @@ -27,6 +27,7 @@ METdataio Version 13.0.0-beta2 Release Notes (20260507)
.. dropdown:: Repository, build, and test

* **Add testing for Python 3.14** (`#410 <https://github.com/dtcenter/METdataio/pull/410>`_)
* Remove python-dateutil from nco_requirements.txt and requirements.txt (`#409 <https://github.com/dtcenter/METdataio/pull/409>`_)


METdataio Version 13.0.0-beta1 Release Notes (20260204)
Expand Down Expand Up @@ -57,6 +58,7 @@ This section summarizes and highlights important changes to METdataio since vers

.. note::


The version numbering for METdataio has been updated to 13.0.0 to provide consistency and clarity with all METplus components.

In the METdataio-13.0.0-beta2 release, METdataio switched from development
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
project = 'METdataio'
author = 'UCAR/NSF NCAR, NOAA, CSU/CIRA, and CU/CIRES'
author_list = 'Smith, M., T. Burek, H. Fisher, M. Win-Gildenmeister, and V. Hagerty'
version = '13.0.0-beta3-dev'
version = '13.0.0-beta2'
verinfo = version
release = f'{version}'
release_year = '2026'
Expand Down
2 changes: 1 addition & 1 deletion docs/version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@

13.0.0-beta3-dev
13.0.0-beta2

Loading