Skip to content

Commit

Permalink
changes for pdrtpy version 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mpound committed Sep 2, 2022
1 parent 88e23e2 commit e1f980d
Show file tree
Hide file tree
Showing 10 changed files with 2,282 additions and 467 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Change Log

### Version 2.2.7

- Added example notebook for adding models to ModelSet
- Better explanation of OPR in H2 notebook
- More realistic example Measurements in single pixel (n,G0) fitting

### Version 2.1.1

- Named version with track pdrtpy version and check they are the same
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ Then play with the notebooks however you like. Please report any issues you hav

Requirements
------------
Python 3 and recent versions of astropy, numpy, scipy, matplotlib, jupyter, lmfit.
Python 3 and recent versions of astropy, numpy, scipy, matplotlib, jupyter, lmfit, emcee, corner.

2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.3
2.2.7
263 changes: 52 additions & 211 deletions notebooks/PDRT_Example_Adding_Models.ipynb

Large diffs are not rendered by default.

623 changes: 563 additions & 60 deletions notebooks/PDRT_Example_Find_n_G0_Single_Pixel.ipynb

Large diffs are not rendered by default.

716 changes: 663 additions & 53 deletions notebooks/PDRT_Example_H2_Excitation.ipynb

Large diffs are not rendered by default.

317 changes: 290 additions & 27 deletions notebooks/PDRT_Example_Make_n_G0_maps.ipynb

Large diffs are not rendered by default.

208 changes: 194 additions & 14 deletions notebooks/PDRT_Example_Measurements.ipynb

Large diffs are not rendered by default.

390 changes: 359 additions & 31 deletions notebooks/PDRT_Example_ModelSets.ipynb

Large diffs are not rendered by default.

222 changes: 153 additions & 69 deletions notebooks/PDRT_Example_Model_Plotting.ipynb

Large diffs are not rendered by default.

0 comments on commit e1f980d

Please sign in to comment.