diff --git a/doc/source/user_guide/changelog/index.rst b/doc/source/user_guide/changelog/index.rst index ee5bb11b3..927bc497f 100644 --- a/doc/source/user_guide/changelog/index.rst +++ b/doc/source/user_guide/changelog/index.rst @@ -7,9 +7,17 @@ This is the list of changes made to icepyx in between each release. Full details can be found in the `commit logs `_. -Latest Release (Version 1.1.0) +Latest Release (Version 1.2.0) ------------------------------ +.. toctree:: + :maxdepth: 2 + + v1.2.0 + +Version 1.1.0 +------------- + .. toctree:: :maxdepth: 2 diff --git a/doc/source/user_guide/changelog/v1.1.0.rst b/doc/source/user_guide/changelog/v1.1.0.rst index a4c17dbb7..22787fed2 100644 --- a/doc/source/user_guide/changelog/v1.1.0.rst +++ b/doc/source/user_guide/changelog/v1.1.0.rst @@ -89,4 +89,4 @@ Other Contributors ~~~~~~~~~~~~ -.. contributors:: v0.4.0..v0.4.1|HEAD +.. contributors:: v1.0.0..v1.1.0|HEAD diff --git a/doc/source/user_guide/changelog/v1.2.0.rst b/doc/source/user_guide/changelog/v1.2.0.rst new file mode 100644 index 000000000..99d39197d --- /dev/null +++ b/doc/source/user_guide/changelog/v1.2.0.rst @@ -0,0 +1,41 @@ +What's new in 1.2.0 (14 August 2024) +----------------------------------- + +These are the changes in icepyx 1.2.0 See :ref:`release` for a full changelog +including other versions of icepyx. + + +New Features +~~~~~~~~~~~~ + +- Replace `setup.py` with equivalent `pyproject.toml` (#539) +- Fix continuous delivery & docs to account for setup.py -> pyproject.toml change (#541) + + +Bug fixes +~~~~~~~~~ + +- Switch to set comparison to fix a test dependent on unreliable order (#550) + + + +Maintenance +^^^^^^^^^^^ + +- update docstring tests for numpy 2.0 (#537) +- Add Zenodo badge and update all-contributors badge (#536) +- Autofix flake8 ignores E711, E712, E714, F401, F841 with Ruff (#542) +- Switch to ruff (#543) + + +Documentation +^^^^^^^^^^^^^ + +- fix bib entry (#529) +- [docs] update is2 resources (#535) + + +Contributors +~~~~~~~~~~~~ + +.. contributors:: v1.1.0..v1.2.0|HEAD