-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fully modernize build fix: modernize publication to pypi
- Loading branch information
1 parent
99f1a81
commit b60f633
Showing
8 changed files
with
53 additions
and
24 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
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,33 @@ | ||
# This CITATION.cff file was generated with cffinit. | ||
# Visit https://bit.ly/cffinit to generate yours today! | ||
|
||
cff-version: 1.2.0 | ||
title: IS2view | ||
message: Interactive visualization and data extraction tool for the ICESat-2 ATL14/15 Gridded Land Ice Height Products | ||
type: software | ||
authors: | ||
- given-names: Tyler | ||
family-names: Sutterley | ||
affiliation: University of Washington, Applied Physics Laboratory | ||
- given-names: Ben | ||
family-names: Smith | ||
affiliation: University of Washington, Applied Physics Laboratory | ||
identifiers: | ||
- type: doi | ||
value: 10.5281/zenodo.8015463 | ||
description: Zenodo Archive | ||
repository-code: 'https://github.com/tsutterley/IS2view' | ||
url: 'https://is2view.readthedocs.io' | ||
repository: 'https://pypi.org/project/IS2view' | ||
repository-artifact: 'https://anaconda.org/conda-forge/is2view' | ||
doi: "10.5281/zenodo.8015463" | ||
version: "0.1.0" | ||
date-released: "2024-11-18" | ||
keywords: | ||
- ICESat-2 | ||
- elevation | ||
- digital elevation models | ||
- ipython | ||
- jupyter | ||
- graphics | ||
license: MIT |
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 |
---|---|---|
|
@@ -3,4 +3,3 @@ prune doc* | |
prune notebooks* | ||
exclude *.cfg | ||
exclude *.yml | ||
include version.txt |
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,11 @@ | ||
################## | ||
`Release v0.1.0`__ | ||
################## | ||
|
||
* ``refactor``: modernize build with ``pyproject.toml`` (`#44 <https://github.com/tsutterley/IS2view/pull/44>`_) | ||
* ``feat``: generalize hash function to use any available algorithm (`#44 <https://github.com/tsutterley/IS2view/pull/44>`_) | ||
* ``chore``: improve optional dependencies in build (`#45 <https://github.com/tsutterley/IS2view/pull/45>`_) | ||
* ``fix``: update CMR search utility to replace deprecated scrolling (`#46 <https://github.com/tsutterley/IS2view/pull/46>`_) | ||
* ``fix``: change default request type to ``application/netcdf`` (`#47 <https://github.com/tsutterley/IS2view/pull/47>`_) | ||
|
||
.. __: https://github.com/tsutterley/IS2view/releases/tag/0.1.0 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
0.0.9 | ||
0.1.0 |