Mera v1.2.0
Added
new functions:
- checkoutputs (list all outputs of a simulation)
- efficient MERA-file writer/reader: infodata, viewdata, savedata, loaddata, convertdata (several compression methods available)
- gravity data reader
miscellaneous:
- quantity: for getvar and projection : Temperature
- scales: K, K_mu, p_kB, K_cm3, Msun_pc2, Msun_pc3
- constants: Msun, Rsun (in addition to Msol, Rsol)
- toggle verbose and progressbar mode in functions + global switch
- myarguments -> pass several arguments to a function at once (use ArgumentsType struct)
documentation/tutorial examples:
- updated function calls, plots
- new MERA file usage
- Miscellaneous
Changes
- deleted old *dependencies; new version pins
- completely renewed hydro projection (much faster, no "empty" edges); added: summing (integration), arbitrary weighting (+ unit), select arbitrary effective resolution, or select arbitrary physical size of the pixels
- old hydro projection can be accessed with function call: projection_depr()
- new arguments for particle projection: select arbitrary effective resolution, or select arbitrary physical size of the pixels
- running number for ScalesType, PhysicalUnitsType
- old Mera file handler (with JLD) not public anymore
Full Changelog: v1.1.0...v1.2.0