Announcements
Breaking Changes
- Switched to using [typer](https://typer.tiangolo.com/) for our CLI.
This did not change the CLI,
but it did include re-arranging a number of internal modules,
hence this is a breaking change. ([7](https://github.com/climate-resource/input4mips_validation/pulls/7))
Features
- Add support for yearly time bounds to {py:func}`input4mips_validation.xarray_helpers.add_time_bounds` ([6](https://github.com/climate-resource/input4mips_validation/pulls/6))
Bug Fixes
- Fixed {py:func}`input4mips_validation.controlled_vocabularies.inference.infer_frequency`
so it can handle the switch from Julian to Gregorian calendars
(which affects the number of days in October 1582). ([6](https://github.com/climate-resource/input4mips_validation/pulls/6))
Trivial/Internal Changes
- [6](https://github.com/climate-resource/input4mips_validation/pulls/6), [#8](https://github.com/climate-resource/input4mips_validation/pulls/8)
Changes
* Change 1
* 137d6e1 bump: version 0.2.2a0 -> 0.3.0
* 37d30b8 CHANGELOG
* ca0d884 Update copier
* 81a3d62 CHANGELOG
* 4083425 Add test of add time bounds yearly
* 14c8a2e Add test of add time bounds monthly
* dc3007d Drop out source ID version
* 9c17222 One more time
* 1a84550 Try again
* 85fcba2 More debuggign
* 3af0596 Try next trick
* 3118960 Update RtD to help with debugging
* baa73be Fix docs
* 4f9c110 CHANGELOG
* d7f4ae1 Add tests that validation behaves
* fffeea3 Clean up
* 2d278ae Switch to typer
* 5f9b60e Add support for yearly time bounds
* bb65eec Change how we check for month frequency and other fixes