|
| 1 | +Version 1.24.0 |
| 2 | +------------------- |
| 3 | +- ATM inversion changes |
| 4 | + - changed `characteristic_energy` output flag and data to `mean_energy`. |
| 5 | + - added `special_logic_keyword` parameter to help handle specific non-standard use cases on the backend ATM API. |
| 6 | + |
| 7 | + |
1 | 8 | Version 1.23.3 |
2 | 9 | ------------------- |
3 | 10 | - bugfixes for ATM forward custom spectrum and custom neutral profile parameters |
4 | 11 |
|
| 12 | + |
5 | 13 | Version 1.23.2 |
6 | 14 | ------------------- |
7 | 15 | - updates to ATM inversion docstrings, `pretty_print()`, `__str__()` and `__repr__()` functions |
8 | 16 |
|
| 17 | + |
9 | 18 | Version 1.23.1 |
10 | 19 | ------------------- |
11 | 20 | - bugfix for ATM output flags |
12 | 21 |
|
| 22 | + |
13 | 23 | Version 1.23.0 |
14 | 24 | ------------------- |
15 | 25 | - added support for TREx ATM model version 2 |
16 | 26 |
|
| 27 | + |
17 | 28 | Version 1.22.1 |
18 | 29 | ------------------- |
19 | 30 | - updated numpy dependency version range |
20 | 31 |
|
| 32 | + |
21 | 33 | Version 1.22.0 |
22 | 34 | ------------------- |
23 | 35 | - added support for SMILE ASI data |
24 | 36 |
|
| 37 | + |
25 | 38 | Version 1.21.2 |
26 | 39 | ------------------- |
27 | 40 | - minor update to `show_data_usage()` function |
28 | 41 |
|
| 42 | + |
29 | 43 | Version 1.21.1 |
30 | 44 | ------------------- |
31 | 45 | - minor update to path initialization |
32 | 46 |
|
| 47 | + |
33 | 48 | Version 1.21.0 |
34 | 49 | ------------------- |
35 | 50 | - data directory will now only be created when data is downloaded, instead of at initialization |
36 | 51 | - bugfix for TREx RGB readfile when reading a mix of good and problematic H5 files |
37 | 52 |
|
| 53 | + |
38 | 54 | Version 1.20.1 |
39 | 55 | ------------------- |
40 | 56 | - documentation updates for ATM inverse function |
41 | 57 |
|
| 58 | + |
42 | 59 | Version 1.20.0 |
43 | 60 | ------------------- |
44 | 61 | - updated dependency version ranges |
45 | 62 |
|
| 63 | + |
46 | 64 | Version 1.19.0 |
47 | 65 | ------------------- |
48 | 66 | - added support for Numpy 2.0 |
49 | 67 |
|
| 68 | + |
50 | 69 | Version 1.18.0 |
51 | 70 | ------------------- |
52 | 71 | - bugfix for TREx Spectrograph processed data reading |
53 | 72 |
|
| 73 | + |
54 | 74 | Version 1.17.0 |
55 | 75 | ------------------- |
56 | 76 | - minor update for HSR data reading |
57 | 77 |
|
| 78 | + |
58 | 79 | Version 1.16.0 |
59 | 80 | ------------------- |
60 | 81 | - improved read performance when using the `start_time` and `end_time` parameters |
61 | 82 | - added `pretty_print()` method to `GridSourceInfoData` class |
62 | 83 | - updated test suite |
63 | 84 | - bugfixes for data reading edge cases; SWAN HSR, NORSTAR riometer, TREx Spectrograph, skymap and calibration files |
64 | 85 |
|
| 86 | + |
65 | 87 | Version 1.15.0 |
66 | 88 | ------------------- |
67 | 89 | - docstring updates |
68 | 90 |
|
| 91 | + |
69 | 92 | Version 1.14.0 |
70 | 93 | ------------------- |
71 | 94 | - docstring updates |
72 | 95 |
|
| 96 | + |
73 | 97 | Version 1.13.0 |
74 | 98 | ------------------- |
75 | 99 | - docstring updates |
76 | 100 |
|
| 101 | + |
77 | 102 | Version 1.12.0 |
78 | 103 | ------------------- |
79 | 104 | - updated defaulting for `progress_bar_backend` |
80 | 105 | - updated warning messages for better handling inside of VSCode Jupyter extension |
81 | 106 | - updated class string methods for `FileListingResponse` and `FileDownloadResult` |
82 | 107 |
|
| 108 | + |
83 | 109 | Version 1.11.0 |
84 | 110 | ------------------- |
85 | 111 | - added `progress_bar_backend` to the `PyUCalgarySRS()` object |
86 | 112 |
|
| 113 | + |
87 | 114 | Version 1.10.0 |
88 | 115 | ------------------- |
89 | 116 | - minor adjustments to `api_base_url` parameter in `PyUCalgarySRS` object |
90 | 117 | - added level filtering to the `list_datasets()` function |
91 | 118 |
|
| 119 | + |
92 | 120 | Version 1.9.0 |
93 | 121 | ------------------- |
94 | 122 | - added warning to `download()` function if no data was found to download |
95 | 123 |
|
| 124 | + |
96 | 125 | Version 1.8.0 |
97 | 126 | ------------------- |
98 | 127 | - added `include_total_bytes` parameter to `get_urls()` function |
99 | 128 |
|
| 129 | + |
100 | 130 | Version 1.7.1 |
101 | 131 | ------------------- |
102 | 132 | - performance improvement for reading raw ASI data |
103 | 133 | - removed `joblib` dependency |
104 | 134 |
|
| 135 | + |
105 | 136 | Version 1.6.3 |
106 | 137 | ------------------- |
107 | 138 | - further updates to handle TREx Spectrograph skymap reading |
108 | 139 | - formatting updates for `pretty_print()` functions |
109 | 140 |
|
| 141 | + |
110 | 142 | Version 1.6.2 |
111 | 143 | ------------------- |
112 | 144 | - updates to handle TREx Spectrograph skymap reading |
113 | 145 |
|
| 146 | + |
114 | 147 | Version 1.6.1 |
115 | 148 | ------------------- |
116 | 149 | - bugfix for riometer K2 reading |
117 | 150 |
|
| 151 | + |
118 | 152 | Version 1.6.0 |
119 | 153 | ------------------- |
120 | 154 | - added `start_time` and `end_time` parameters to all `read()` functions |
121 | 155 | - added `file_time_resolution` attribute to Dataset objects |
122 | 156 |
|
| 157 | + |
123 | 158 | Version 1.5.1 |
124 | 159 | ------------------- |
125 | 160 | - bugfix for `get_dataset()` function |
126 | 161 |
|
| 162 | + |
127 | 163 | Version 1.5.0 |
128 | 164 | ------------------- |
129 | 165 | - added support for downloading, reading, and analysis of the TREx Spectrograph data |
130 | 166 | - added `get_dataset()` function for retrieving a specific single dataset |
131 | 167 |
|
| 168 | + |
132 | 169 | Version 1.4.0 |
133 | 170 | ------------------- |
134 | 171 | - added `supported_library` attribute to Dataset objects |
135 | 172 |
|
| 173 | + |
136 | 174 | Version 1.3.0 - 1.3.4 |
137 | 175 | ------------------- |
138 | 176 | - added several `pretty_print()` functions for classes |
139 | 177 | - added riometer and HSR readfile routines |
140 | 178 |
|
| 179 | + |
141 | 180 | Version 1.2.0 |
142 | 181 | ------------------- |
143 | 182 | - default ATM transport timescale changed from 300 to 600 |
144 | 183 |
|
| 184 | + |
145 | 185 | Version 1.0.1 to 1.1.1 |
146 | 186 | -------------------- |
147 | 187 | Various bugfixes and minor tweaks. |
148 | 188 |
|
| 189 | + |
149 | 190 | Version 1.0.0 |
150 | 191 | -------------------- |
151 | 192 | Initial stable release. |
0 commit comments