File tree 3 files changed +26
-5
lines changed
3 files changed +26
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- do not remove -->
4
4
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
+
5
13
## 0.21.3
6
14
7
15
### New Features
Original file line number Diff line number Diff line change 1
1
package :
2
2
name : planetarypy
3
- version : 0.17.1
3
+ version : 0.21.3
4
4
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
7
7
about :
8
8
dev_url : https://michaelaye.github.io
9
9
doc_url : https://michaelaye.github.io
@@ -31,10 +31,15 @@ requirements:
31
31
- tqdm
32
32
- lxml
33
33
- yarl
34
- - hirise-tools
35
34
- kalasiris
36
35
- dask
37
36
- fastparquet
37
+ - rioxarray
38
+ - matplotlib
39
+ - hvplot
40
+ - requests
41
+ - astropy
42
+ - fastcore
38
43
run :
39
44
- pip
40
45
- python
@@ -47,10 +52,15 @@ requirements:
47
52
- tqdm
48
53
- lxml
49
54
- yarl
50
- - hirise-tools
51
55
- kalasiris
52
56
- dask
53
57
- fastparquet
58
+ - rioxarray
59
+ - matplotlib
60
+ - hvplot
61
+ - requests
62
+ - astropy
63
+ - fastcore
54
64
test :
55
65
imports :
56
66
- planetarypy
Original file line number Diff line number Diff line change 56
56
"RGB_NOMAP" : "04_hirise.ipynb" ,
57
57
"RGB_NOMAPCollection" : "04_hirise.ipynb" ,
58
58
"SOURCE_PRODUCT" : "04_hirise.ipynb" ,
59
+ "RED_PRODUCT" : "04_hirise.ipynb" ,
60
+ "IR_PRODUCT" : "04_hirise.ipynb" ,
61
+ "BG_PRODUCT" : "04_hirise.ipynb" ,
59
62
"DataManager" : "05_cassini_uvis.ipynb" ,
60
63
"get_data_path" : "07_diviner.ipynb" ,
61
64
"get_label_path" : "05_cassini_uvis.ipynb" ,
You can’t perform that action at this time.
0 commit comments