What's Changed
- Add htmlzip format to Read the Docs config by @ConnorStoneAstro in #309
- updates to pixelated model . Add scale param and fix flip by @ConnorStoneAstro in #314
- update to numpy v2 by @ConnorStoneAstro in #315
Breaking changes
- AstroPhot now works with NumPy v2 (should also work with v1.24.0+) and has a minimum Python version of 3.11
- The pixelated models will be flipped on the first axis relative to before. But this is to make for more consistent coordiantes. For example you can now do
pixelatedmodel.I = othermodel().dataand everything should be aligned.
Full Changelog: v0.17.3...v0.18.0