File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 TWINE_PASSWORD : ${{ secrets.PYPI_PASSWORD }}
2929 run : |
3030 python -m build
31- python -m twine upload dist/*
31+ twine upload dist/*
3232
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ url: 'https://is2view.readthedocs.io'
2121repository : ' https://pypi.org/project/IS2view'
2222repository-artifact : ' https://anaconda.org/conda-forge/is2view'
2323doi : " 10.5281/zenodo.8015463"
24- version : " 0.1.0 "
25- date-released : " 2024-11-18 "
24+ version : " 0.1.1 "
25+ date-released : " 2025-01-06 "
2626keywords :
2727 - ICESat-2
2828 - elevation
Original file line number Diff line number Diff line change 1+ ##################
2+ `Release v0.1.1 `__
3+ ##################
4+
5+ * ``docs ``: update documentation main page (`#49 <https://github.com/tsutterley/IS2view/pull/49 >`_)
6+ * ``docs ``: use bibtex for citations (`#49 <https://github.com/tsutterley/IS2view/pull/49 >`_)
7+ * ``docs ``: move notebooks to be within docs (`#49 <https://github.com/tsutterley/IS2view/pull/49 >`_)
8+ * ``feat ``: added more zoom levels and update ``max_zoom `` (`#49 <https://github.com/tsutterley/IS2view/pull/49 >`_)
9+ * ``feat ``: added optional ``cmocean `` colormaps to dropdown menu (`#49 <https://github.com/tsutterley/IS2view/pull/49 >`_)
10+ * ``fix ``: deprecation update for writing the crs to the dataset object (`#49 <https://github.com/tsutterley/IS2view/pull/49 >`_)
11+
12+ .. __ : https://github.com/tsutterley/IS2view/releases/tag/0.1.1
Original file line number Diff line number Diff line change 1- 0.1.0
1+ 0.1.1
You can’t perform that action at this time.
0 commit comments