Skip to content

Commit

Permalink
release v1.2.0 (#551)
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fisher <[email protected]>
  • Loading branch information
JessicaS11 and mfisher87 authored Aug 13, 2024
1 parent e0e1738 commit c85baec
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
10 changes: 9 additions & 1 deletion doc/source/user_guide/changelog/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/icesat2py/icepyx/commits>`_.


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

Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/changelog/v1.1.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,4 @@ Other
Contributors
~~~~~~~~~~~~

.. contributors:: v0.4.0..v0.4.1|HEAD
.. contributors:: v1.0.0..v1.1.0|HEAD
41 changes: 41 additions & 0 deletions doc/source/user_guide/changelog/v1.2.0.rst
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

0 comments on commit c85baec

Please sign in to comment.