Releases: Autostronomy/AstroPhot
v0.16.6
What's Changed
- chore: update pre-commit hooks by @pre-commit-ci in #215
- chore: update pre-commit hooks by @pre-commit-ci in #216
- chore: update pre-commit hooks by @pre-commit-ci in #217
- ci: try to fix codecov token by @ConnorStoneAstro in #220
- Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.1 by @dependabot in #219
- Bump pypa/gh-action-pypi-publish from 1.10.1 to 1.10.3 by @dependabot in #223
- chore: update pre-commit hooks by @pre-commit-ci in #224
- chore: update pre-commit hooks by @pre-commit-ci in #225
- Bump pypa/gh-action-pypi-publish from 1.10.3 to 1.11.0 by @dependabot in #227
- chore: update pre-commit hooks by @pre-commit-ci in #226
- chore: update pre-commit hooks by @pre-commit-ci in #230
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #229
- Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2 by @dependabot in #228
- Add demo page to the website by @ConnorStoneAstro in #232
- Add 2D moffat psf model by @ConnorStoneAstro in #233
- Add Multi Gaussian Expansion model by @ConnorStoneAstro in #234
Full Changelog: v0.16.5...v0.16.6
v0.16.5
What's Changed
- chore: update pre-commit hooks by @pre-commit-ci in #194
- Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 by @dependabot in #201
- chore: update pre-commit hooks by @pre-commit-ci in #203
- chore: update pre-commit hooks by @pre-commit-ci in #205
- fix: Fix codecov token by @ConnorStoneAstro in #211
- chore: update pre-commit hooks by @pre-commit-ci in #210
- docs: Quick fitting scripts by @ConnorStoneAstro in #209
- docs: add community contrib section by @ConnorStoneAstro in #213
Full Changelog: v0.16.4...v0.16.5
v0.16.4
What's Changed
- fix: no mask on limits by @ConnorStoneAstro in #192
Full Changelog: v0.16.3...v0.16.4
v0.16.3
What's Changed
- feat: Adding automatic variance estimator by @ConnorStoneAstro in #186
- chore: update pre-commit hooks by @pre-commit-ci in #187
- chore: update pre-commit hooks by @pre-commit-ci in #188
Full Changelog: v0.16.2...v0.16.3
v0.16.2
What's Changed
- Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 by @dependabot in #179
- chore: update pre-commit hooks by @pre-commit-ci in #180
- chore: update pre-commit hooks by @pre-commit-ci in #182
- docs: update citation comment by @ConnorStoneAstro in #183
- bug: Modify automatic parameter intialization flux extraction, no negative by @ConnorStoneAstro in #184
New Contributors
- @pre-commit-ci made their first contribution in #180
Full Changelog: v0.16.1...v0.16.2
v0.16.1
Placeholder release to activate Zenodo archiving
What's Changed
- Add pre-commit badge by @ConnorStoneAstro in #178
Full Changelog: v0.16.0...v0.16.1
v0.16.0
What's Changed
- remove old docs, update to readthedocs by @ConnorStoneAstro in #171
- update LM optimization @ConnorStoneAstro in #172
- update links in readme by @ConnorStoneAstro in #177
Major changes include:
- switch to readthedocs documentation
- Levenberg-Marquardt now handles masks better and gives more reliable chi^2 values (fitting itself has only minor changes)
- parameter initialization now has better function which doesnt rely on isophote extraction, therefore works in more cases
- Tutorials have been updated to run faster and be more clear about typical workflows
- Some docs latex have been fixed
Full Changelog: v0.15.4...v0.16.0
v0.15.4
What's Changed
- Fix mask treatment for lm covariance matrix update by @ConnorStoneAstro in #176
Similar problem from previous patch, except for the uncertainty update step.
Full Changelog: v0.15.3...v0.15.4
v0.15.3
What's Changed
- mask now handled in lm by @ConnorStoneAstro in #175
Fixed a bug in how the LM optimizer treats masks. Also made a new autogenerated mask for cases where the sub models in a group model have non fully overlapping fitting windows, in which case there are some pixels that can be safely ignored as they are irrelevant for the fit.
Full Changelog: v0.15.2...v0.15.3
v0.15.2
What's Changed
- Create dependabot.yml by @ConnorStoneAstro in #161
- Move to readthedocs, now using pre-commit code cleaning by @ConnorStoneAstro in #169
- pre-commit linting, readthedocs webpage by @ConnorStoneAstro in #170
New Contributors
- @dependabot made their first contribution in #162
Full Changelog: v0.15.1...v0.15.2