Releases: JuliaAstro/AstroImages.jl
Releases · JuliaAstro/AstroImages.jl
v0.5.1
AstroImages v0.5.1
Merged pull requests:
- Pages revert patch (#50) (@abhro)
- CompatHelper: bump compat for AstroAngles to 0.2, (keep existing compat) (#52) (@github-actions[bot])
- Create dependabot.yml (#55) (@abhro)
- Bump julia-actions/cache from 1 to 2 (#56) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 5 (#57) (@dependabot[bot])
- Bump actions/checkout from 3 to 4 (#58) (@dependabot[bot])
- Bump julia-actions/setup-julia from 1 to 2 (#59) (@dependabot[bot])
- CompatHelper: bump compat for DimensionalData to 0.29, (keep existing compat) (#60) (@github-actions[bot])
- Update doc badges in README.md (#61) (@abhro)
- Update urls for some data downloads (#62) (@icweaver)
- Error message improvements for
composecolors(#63) (@icweaver) - Update README.md (#64) (@denfc)
- Add favicon to doc site (#65) (@abhro)
- Reduce compathelper frequency (#66) (@abhro)
Closed issues:
- ERROR: MethodError: no method matching length(::Nothing) (#53)
v0.5.0
AstroImages v0.5.0
- Update to DimensionalData version 0.27
- This necessitates increasing our Julia compat bound to Julia 1.9 from Julia 1.6
Merged pull requests:
- CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) (#43) (@github-actions[bot])
- CompatHelper: bump compat for DimensionalData to 0.25, (keep existing compat) (#44) (@github-actions[bot])
- Markdown documentation fixes (#47) (@abhro)
- Fix broken test (#48) (@sefffal)
- Bump version to prepare for release (#49) (@sefffal)
v0.4.2
AstroImages v0.4.2
Bug fixes
- colormap argument
cmapis once again handled correctly in theimplotrecipe writefits(used bysave(img.fits)) fix for an AstroImage wrapping another AstroImage- header values looked up via
img["KEY1"]are asserted to a small union of types, which are the only types acceptable as FITS values anyways Base.haskeyforward to header as intended
v0.4.1
AstroImages v0.4.1
Merged pull requests:
v0.4.0
AstroImages v0.4.0
Closed issues:
- Poor interaction with broadcastable but not equal dimensions (#33)
Merged pull requests:
v0.3.3
AstroImages v0.3.3
Merged pull requests:
v0.3.2
AstroImages v0.3.2
v0.3.1
v0.3.0
v0.2.0
v0.2.0 (2019-08-26)
Merged pull requests:
- Mac ci fix (#25) (aquatiko)
- Documentation (#24) (aquatiko)
- brightness, contrast and label fields (#23) (aquatiko)
- Support for RGB (#22) (aquatiko)
- Muti File support (#21) (aquatiko)
- plot recipe for wcs info. integration (#16) (aquatiko)
- ccd2rgb function (#15) (aquatiko)
- Find extrema when creating an AstroImage (#13) (giordano)