Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelaye committed Feb 16, 2022
1 parent 5e6c93f commit a6cf19f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

<!-- do not remove -->

## 0.21.4


### Bugs Squashed

- new product classes not exported to lib ([#16](https://github.com/michaelaye/nbplanetary/issues/16))


## 0.21.3

### New Features
Expand Down
20 changes: 15 additions & 5 deletions conda/planetarypy/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package:
name: planetarypy
version: 0.17.1
version: 0.21.3
source:
sha256: f0b7b7b48606d17e2be5c396d68a71f6c8c856120824b3d944b62fedde143aac
url: https://files.pythonhosted.org/packages/1b/09/e4f2f27a883aac71a22b6d497a29670d8942dcb2c3b9367d119fc38c6680/planetarypy-0.17.1.tar.gz
sha256: 21aa160f8b192b61802f24e29f0d50aaa34c0f4a4e8911c790497fb60b6e5e77
url: https://files.pythonhosted.org/packages/0d/27/09f9d7c7a072346a511ae828726b89473de17d289ebd7bda8077b4ca9256/planetarypy-0.21.3.tar.gz
about:
dev_url: https://michaelaye.github.io
doc_url: https://michaelaye.github.io
Expand Down Expand Up @@ -31,10 +31,15 @@ requirements:
- tqdm
- lxml
- yarl
- hirise-tools
- kalasiris
- dask
- fastparquet
- rioxarray
- matplotlib
- hvplot
- requests
- astropy
- fastcore
run:
- pip
- python
Expand All @@ -47,10 +52,15 @@ requirements:
- tqdm
- lxml
- yarl
- hirise-tools
- kalasiris
- dask
- fastparquet
- rioxarray
- matplotlib
- hvplot
- requests
- astropy
- fastcore
test:
imports:
- planetarypy
3 changes: 3 additions & 0 deletions planetarypy/_nbdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
"RGB_NOMAP": "04_hirise.ipynb",
"RGB_NOMAPCollection": "04_hirise.ipynb",
"SOURCE_PRODUCT": "04_hirise.ipynb",
"RED_PRODUCT": "04_hirise.ipynb",
"IR_PRODUCT": "04_hirise.ipynb",
"BG_PRODUCT": "04_hirise.ipynb",
"DataManager": "05_cassini_uvis.ipynb",
"get_data_path": "07_diviner.ipynb",
"get_label_path": "05_cassini_uvis.ipynb",
Expand Down

0 comments on commit a6cf19f

Please sign in to comment.