Skip to content

Commit

Permalink
Release v0.6.4 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 authored Oct 28, 2022
1 parent 5109fc5 commit 4015a3d
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
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 @@ -6,9 +6,17 @@ icepyx ChangeLog
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 0.6.3)
Latest Release (Version 0.6.4)
------------------------------

.. toctree::
:maxdepth: 2

v0.6.4

Version 0.6.3
-------------

.. toctree::
:maxdepth: 2

Expand Down
52 changes: 52 additions & 0 deletions doc/source/user_guide/changelog/v0.6.4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
.. _whatsnew_064:

What's new in 0.6.4 (28 October 2022)
-----------------------------------

These are the changes in icepyx 0.6.4 See :ref:`release` for a full changelog
including other versions of icepyx.


New Features
~~~~~~~~~~~~

- create spatial class, automatic polygon closure functionality (#322)
- add cross-date line flag and handling (including in function to create geodataframe) (#331)


Bug fixes
~~~~~~~~~

- fixed several geospatial/cross-date line issues (see New Features)


Deprecations
~~~~~~~~~~~~

- in `ipx.Query.avail_granules` and `ipx.core.granules.gran_IDs`,
the `s3urls` keyword has been changed to `cloud`.


Maintenance
^^^^^^^^^^^

- add existing contributors using the AllContributors bot (#332-333, #335-360, #365-368, #370-371)
- clean up after adding all contribs via bot (#334)
- add provider flag to CMR request (needed with new cloud availability) (#380)
- update traffic data and scripts (#363, #369, #383)
- enable support for Python 3.10 and 3.11 (#372)


Documentation
^^^^^^^^^^^^^

- update bib file and contribs formatting (#364)
- update cloud tutorial to work with publicly accessible cloud data (#381)




Contributors
~~~~~~~~~~~~

.. contributors:: v0.6.3..v0.6.4|HEAD

0 comments on commit 4015a3d

Please sign in to comment.