Skip to content

Commit a6cf19f

Browse files
committed
release
1 parent 5e6c93f commit a6cf19f

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
<!-- do not remove -->
44

5+
## 0.21.4
6+
7+
8+
### Bugs Squashed
9+
10+
- new product classes not exported to lib ([#16](https://github.com/michaelaye/nbplanetary/issues/16))
11+
12+
513
## 0.21.3
614

715
### New Features

conda/planetarypy/meta.yaml

+15-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package:
22
name: planetarypy
3-
version: 0.17.1
3+
version: 0.21.3
44
source:
5-
sha256: f0b7b7b48606d17e2be5c396d68a71f6c8c856120824b3d944b62fedde143aac
6-
url: https://files.pythonhosted.org/packages/1b/09/e4f2f27a883aac71a22b6d497a29670d8942dcb2c3b9367d119fc38c6680/planetarypy-0.17.1.tar.gz
5+
sha256: 21aa160f8b192b61802f24e29f0d50aaa34c0f4a4e8911c790497fb60b6e5e77
6+
url: https://files.pythonhosted.org/packages/0d/27/09f9d7c7a072346a511ae828726b89473de17d289ebd7bda8077b4ca9256/planetarypy-0.21.3.tar.gz
77
about:
88
dev_url: https://michaelaye.github.io
99
doc_url: https://michaelaye.github.io
@@ -31,10 +31,15 @@ requirements:
3131
- tqdm
3232
- lxml
3333
- yarl
34-
- hirise-tools
3534
- kalasiris
3635
- dask
3736
- fastparquet
37+
- rioxarray
38+
- matplotlib
39+
- hvplot
40+
- requests
41+
- astropy
42+
- fastcore
3843
run:
3944
- pip
4045
- python
@@ -47,10 +52,15 @@ requirements:
4752
- tqdm
4853
- lxml
4954
- yarl
50-
- hirise-tools
5155
- kalasiris
5256
- dask
5357
- fastparquet
58+
- rioxarray
59+
- matplotlib
60+
- hvplot
61+
- requests
62+
- astropy
63+
- fastcore
5464
test:
5565
imports:
5666
- planetarypy

planetarypy/_nbdev.py

+3
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"RGB_NOMAP": "04_hirise.ipynb",
5757
"RGB_NOMAPCollection": "04_hirise.ipynb",
5858
"SOURCE_PRODUCT": "04_hirise.ipynb",
59+
"RED_PRODUCT": "04_hirise.ipynb",
60+
"IR_PRODUCT": "04_hirise.ipynb",
61+
"BG_PRODUCT": "04_hirise.ipynb",
5962
"DataManager": "05_cassini_uvis.ipynb",
6063
"get_data_path": "07_diviner.ipynb",
6164
"get_label_path": "05_cassini_uvis.ipynb",

0 commit comments

Comments
 (0)