v0.12.0
Major changes
- Dramatically speed PSF rendering for fields with many stars in #282
- Support new roman_datamodels L2 schema
- Better handle flat field
What's Changed
- Add support for STPSF object options (e.g. defocus, jitter) by @Skyhawk172 in #280
- Speed point source rendering by @t-brandt in #282
- Use WCS backward transform rather than numerical inverse by @schlafly in #284
- Speed catalog use by @t-brandt in #285
- Increase pedestal to make inverse linearity less problematic by @schlafly in #288
- Remove Cython from runtime dependencies by @Hellseher in #279
- Remove usage of private stnode API from RDM by @WilliamJamieson in #289
- Add link to romanisim example notebook in docs by @schlafly in #287
- Update date format in command example by @cgarling in #298
- Add pedestal before applying nonlinearity by @schlafly in #291
- Remove astropy units for electron and DN by @schlafly in #292
- Convert Quantity inputs to the units of the coordinate frame by @nden in #290
- Remove help@stsci.edu reference by @schlafly in #299
- Support error as 16 bit float if roman_datamodels wants that by @schlafly in #300
- Update docs to explain that we support only python <= 3.13 by @schlafly in #303
- Document --ma_table_number parameter for simulations by @cgarling in #309
- Skip slow CRDS match test by @schlafly in #306
New Contributors
- @t-brandt made their first contribution in #282
- @Hellseher made their first contribution in #279
- @cgarling made their first contribution in #298
Full Changelog: v0.11.2...v0.12.0