Skip to content

Commit

Permalink
docs: add changelog for from_fits_image's fixed healpix order calcula…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
ManonMarchand committed Sep 9, 2024
1 parent 05e8ccb commit bce8e5a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Creation of a MOC from a zone (defined by min/max ra and dec)`MOC.from_zone`
* Creation of a single MOC from a lot of small cones is faster with the new option in
`MOC.from_cones`: the keyword 'union_strategy' can now take the value 'small_cones'.
* Added detection of hud corresponding to 2D images with 'detect_hud=True' in `MOC.from_fits_images` [#110]

### Fixed

* fix healpix order corresponding to 1 pixel on the image calculation in `from_fits_image` [#169]

## [0.16.2]

## Fixed
### Fixed

* `MOC.from_astropy_regions` now accepts `EllipseSkyRegion` and `RectangleSkyRegion` where
width > height.
Expand Down

0 comments on commit bce8e5a

Please sign in to comment.