v0.11.0
In particular this release includes some mildly breaking changes for imaging. Instead of taking an emission model and making images for all of the saved models we now require the user to pass the label of the images they want. This extends to the pipeline. Doing this drastically reduces the memory footprint used by the code.
What's Changed
- Adds a method to emission_model to relabel all models with a prefix by @stephenmwilkins in #1050
- Add diffuse dust attenuation to UnifiedAGN by @stephenmwilkins in #1044
- Using the prefix addition machinery for the combined model docs by @WillJRoper in #1052
- Removing rogue print in
EmissionModel._get_spectraby @WillJRoper in #1053 - Implement a minimum warning width of 80 by @WillJRoper in #1054
- Create Sed from LineCollection by @stephenmwilkins in #1057
- Fixing the ASCII table width by @WillJRoper in #1059
- Using solar luminosities for eddington luminosity to avoid overflow by @WillJRoper in #1063
- Fixing the handling of initial mass in sample sfzh by @WillJRoper in #1061
- Addressing
Pipelineedge cases and expanding tests. by @WillJRoper in #1064 - Adding special handling for plural and singular edge cases by @WillJRoper in #1060
- Fixes torus emission by @stephenmwilkins in #1065
- Add parametric doppler broadening to
Sedobjects by @stephenmwilkins in #1058 - Handling smoothed imaging edge cases and expanding tests by @WillJRoper in #1066
- Fixing an issue with 0 tranmission in
apply_filterby @WillJRoper in #1069 - Fixing eddington luminosity properties and automatic units update by @WillJRoper in #1068
- Introducing a parameter cache by @WillJRoper in #1062
- Implementing machinery to allow parameters to be set by functions by @WillJRoper in #1055
- Simplify the imaging process to limit memory footprint by @WillJRoper in #1072
- Surpress warnings when building the docs by @WillJRoper in #1074
- Updating filter import in examples by @WillJRoper in #1075
- Making the Pipeline more flexible by @WillJRoper in #1076
Full Changelog: v0.10.2...v0.11.0