-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Matt Fisher <[email protected]>
- Loading branch information
1 parent
e0e1738
commit c85baec
Showing
3 changed files
with
51 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,4 +89,4 @@ Other | |
Contributors | ||
~~~~~~~~~~~~ | ||
|
||
.. contributors:: v0.4.0..v0.4.1|HEAD | ||
.. contributors:: v1.0.0..v1.1.0|HEAD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |