Releases: Autostronomy/AstroPhot
v0.17.2
What's Changed
- update to next version of readthedocs ubuntu build environment by @ConnorStoneAstro in #296
- More detailed and accurate parameter descriptions by @ConnorStoneAstro in #297
- Add BatchLM fitter to perform many fits simultaneously by @ConnorStoneAstro in #298
Full Changelog: v0.17.1...v0.17.2
v0.17.1
Minor patch just to improve the docstrings a bit. They should look much better on the website now!
What's Changed
- Fix AstroPhot docstrings to explicit RST fields for Sphinx compatibility by @Copilot in #294
New Contributors
- @Copilot made their first contribution in #294
Full Changelog: v0.17.0...v0.17.1
v0.17.0
Major Breaking Change update!
AstroPhot is now part of the caskade ecosystem meaning its parameters/models have an incredible amount of flexibility! This also means breaking compatability with previous versions of AstroPhot. YOu should find everything to be very familiar, but many aspects are just a bit different. I suggest you read through the tutorials again to see where things are different, and also check out the caskade tutorials.
You can also now use AstroPhot with JAX!
What's Changed
Here are links to the various PRs that have gone into this mega update. You'll find new models, new features, and new speedups! It's very exciting, I can't wait to see what you do with it!
- fix: Plot target wasnt working for pure noise image, also added total magnitude and uncertainty by @ConnorStoneAstro in #260
- Major update: convert to caksade parameter management system by @ConnorStoneAstro in #265
- refactor: update to SciPy SPEC requirements by @ConnorStoneAstro in #212
- further feature updates by @ConnorStoneAstro in #268
- Add a JAX backend by @ConnorStoneAstro in #272
- Adding deblending and segmentation capability for group models by @ConnorStoneAstro in #280
- Add iterative by parameters LM algorithm by @ConnorStoneAstro in #282
- Focus on empowering functional level AstroPhot, make functional interface tutorial by @ConnorStoneAstro in #281
- Devbugs by @ConnorStoneAstro in #284
- update to next caskade version by @ConnorStoneAstro in #288
- Add Batch model, revamp PSF models, add priors by @ConnorStoneAstro in #292
Full Changelog: v0.16.13...v0.17.0
v0.17.0-beta.5
What's Changed
- update to next caskade version by @ConnorStoneAstro in #288
Full Changelog: v0.17.0-beta.4...v0.17.0-beta.5
v0.17.0-beta.4
What's Changed
- minor fixes to handle caskade update to version v0.14.0
- cleanup of requirements
- Drop terminal interface (for now)
Full Changelog: v0.17.0-beta.3...v0.17.0-beta.4
v0.17.0-beta.3
What's Changed
- Adding deblending and segmentation capability for group models by @ConnorStoneAstro in #280
- Add iterative by parameters LM algorithm by @ConnorStoneAstro in #282
- Focus on empowering functional level AstroPhot, make functional interface tutorial by @ConnorStoneAstro in #281
- fix plotting issue with masked pixels
- minor bug fixes by @ConnorStoneAstro in #284
Full Changelog: v0.17.0-beta.2...v0.17.0-beta.3
v0.17.0-beta.2
What's Changed
-
Now AstroPhot works with JAX too! Nearly all AstroPhot elements behave identically, missing isothermal edgeon model due to lack of Bessel functions in JAX.
-
Added JAX with AstroPhot tutorial, just getting started tutorial but with JAX and some comments on using AstroPhot-JAX
-
Bump actions/checkout from 4 to 5 by @dependabot[bot] in #273
-
Bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #271
-
Add a JAX backend by @ConnorStoneAstro in #272
Full Changelog: v0.17.0-beta.1...v0.17.0-beta.2
v0.17.0-beta.1
What's Changed
- Considerably more documentation and more complete docstrings
- New tutorials for Poisson noise and SIP distortions
- cleanup some unused functions
Full Changelog: v0.17.0-beta.0...v0.17.0-beta.1
v0.17.0-beta.0
Major breaking changes!
Essentially every element of AstroPhot has been reworked. See the tutorials for details, there are many small syntax changes to be less clunky. Many new functionalities/capabilities come with being connected to caskade.
What's Changed
- fix: Plot target wasnt working for pure noise image, also added total magnitude and uncertainty by @ConnorStoneAstro in #260
- Major update: convert to caksade parameter management system by @ConnorStoneAstro in #265
- refactor: update to SciPy SPEC requirements by @ConnorStoneAstro in #212
Full Changelog: v0.16.12...v0.17.0-beta.0
v0.16.13
What's Changed
- AstroPhot gives total magnitude and uncertainty now by @ConnorStoneAstro in #261
- fix plotting error for pure noise target images
Full Changelog: v0.16.12...v0.16.13