Skip to content

Releases: Morisset/pyCloudy

0.9.15

04 Aug 01:01
Compare
Choose a tag to compare

Adapt to depreciation of integrate.trapz, reemplaced by trapezoid.

0.9.14

03 Aug 21:47
Compare
Choose a tag to compare

A small release to allow Tokyo Cloudy summer school to read outputs from the Tokyo24 Cloudy release (which has no release number, only a "Tokyo24" tag).
Some changes in the way plan parallel models are managed: depth is now the main parameter to describe the radial changes of anything. It works better than radius, when R=1e30.
Some changes also to prepare the next 3MdB database, based on c23 (and perhaps finally on c24).

0.9.13

24 Jan 15:05
Compare
Choose a tag to compare
  • bug corrected when read list of models with aborted ones
  • np.float -> np.float64 (thanks to pentyium)
  • better major version matching (thanks to pentyium)
  • clean definition of Config.cloudy_dict

0.9.12

27 May 20:16
Compare
Choose a tag to compare

Very small updates:

  • Cloudy v17.03 accepted
  • update of make_stb in db directory
  • correct bug in plan parallel models cut using HbFrac.

0.9.11

18 May 01:45
Compare
Choose a tag to compare

This new version is compatible with Cloudy 17.03.
Some other bugs have been corrected

  • avoid logQE to be infinity
  • Change the new-form comment lines (thanks to jchowk) for c17.03 compatibility
  • Add atomic mass from NIST
  • Add abundance dictionnaries (Grevesse 98, Bressan, Asplund, Nicholls17 (as a function), depletions).
  • Add 3MdB_17 make_PN2_21 and make_HII_21
  • Add check_priority to avoid loosing time in the 3MdB running process.
  • Add emergent keyword in the read_emis_file
  • Add absolute keyword in set_emis_tab

0.9.10

03 Jul 19:22
Compare
Choose a tag to compare

This release now uses Path in the way Cloudy is run. The command sent to subprocess is not anymore e.g. "cd dir_; make" but is calling "make" using cwd=dir_ as argument in the Popen call. This makes the library Windows compatible.
On the other side, the Makefile and the simple run of Cloudy is using the -p argument of the cloudy.exe program, in place of cloudy.exe < model.in > model.out, to also have Windows compatibility.
As a consequence, this part of the code is not compatible anymore with Cloudy versions that not support the -p option (<= c13). In case you are still using c13 Cloudy, keep the pyCloudy version to 0.9.9, or update Cloudy (which is always a good idea!).
Some minor bug corrections: wrong text in print_stats and wrong format in reading abundances from the output file.

0.9.9

21 May 00:23
Compare
Choose a tag to compare
0.9.9

0.9.7

28 Apr 13:48
Compare
Choose a tag to compare

To be included in Zenodo

0.9.6

19 Apr 20:01
Compare
Choose a tag to compare
0.9.6

Clear version after playing with github facilities

13 Oct 22:15
Compare
Choose a tag to compare