File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ Version 1.26.1
2+ -------------------
3+ - updated ` pretty_print() ` function for ATM forward result
4+
5+
16Version 1.26.0
27-------------------
38- ATM model changes
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
44
55[tool .poetry ]
66name = " pyucalgarysrs"
7- version = " 1.26.0 "
7+ version = " 1.26.1 "
88description = " Tools for interacting with UCalgary Space Remote Sensing data"
99readme = " README.md"
1010homepage = " https://github.com/ucalgary-srs/pyUCalgarySRS"
Original file line number Diff line number Diff line change 3333"""
3434
3535# versioning info
36- __version__ = "1.26.0 "
36+ __version__ = "1.26.1 "
3737
3838# documentation
3939__pdoc__ = {"pyucalgarysrs" : False }
Original file line number Diff line number Diff line change @@ -300,17 +300,17 @@ class ATMForwardResult:
300300 height_integrated_rayleighs_5577 : Any
301301 height_integrated_rayleighs_6300 : Any
302302 height_integrated_rayleighs_8446 : Any
303- height_integrated_rayleighs_smile_uvi_lbh : Any
304303 height_integrated_rayleighs_1304 : Any
305304 height_integrated_rayleighs_1356 : Any
305+ height_integrated_rayleighs_smile_uvi_lbh : Any
306306 altitudes : Any
307307 emission_4278 : Any
308308 emission_5577 : Any
309309 emission_6300 : Any
310310 emission_8446 : Any
311- emission_smile_uvi_lbh : Any
312311 emission_1304 : Any
313312 emission_1356 : Any
313+ emission_smile_uvi_lbh : Any
314314 plasma_electron_density : Any
315315 plasma_o2plus_density : Any
316316 plasma_noplus_density : Any
@@ -356,4 +356,4 @@ def pretty_print(self):
356356 var_str = "%s ...])" % (var_value .__repr__ ()[0 :60 ])
357357
358358 # print string for this var
359- print (" %-37s : %s" % (var_name , var_str ))
359+ print (" %-43s : %s" % (var_name , var_str ))
Original file line number Diff line number Diff line change 1616
1717
1818def test_version ():
19- assert __version__ == "1.26.0 "
19+ assert __version__ == "1.26.1 "
You can’t perform that action at this time.
0 commit comments