Releases: ziotom78/Healpix.jl
v4.2.2
Healpix v4.2.2
- Fix bug #112
Merged pull requests:
- Fix doc name, specify throws in two functions (#110) (@robertkleffner)
- Fix wrong field name (#113) (@ziotom78)
Closed issues:
v4.2.1
v4.2.0
Healpix v4.2.0
Closed issues:
Merged pull requests:
- Add functions to read/write a_ℓm and C_ℓ from/to FITS files (#91) (@LeeoBianchi)
- Fix failing tests (#95) (@ziotom78)
- Add SHT functions: adjoint of synthesis/analysis, synalm, synfast, anafast (#96) (@LeeoBianchi)
- New functions: alm algebraic operations and indexing (#98) (@LeeoBianchi)
- Fix bugs in projection functions (#99) (@ziotom78)
- Avoid crash on Julia nightly and run CI on this version (#104) (@giordano)
- Properly handle poles in queryDiscRing (#106) (@ziotom78)
v4.1.2
v4.1.1
v4.1.0
v4.0.1
v4.0.0
Healpix v4.0.0
Closed issues:
- [Question] implementation of query disc (#27)
- getting back coordinates(vertices) from equirectangular projection (#77)
- type instability in documentation (#79)
Merged pull requests:
- Update index.md (#71) (@xzackli)
- Update map_pixelfunc.jl (#72) (@xzackli)
- Support NSIDE greater than 8192 (#75) (@ziotom78)
- Use a more robust algorithm for vec2ang (#76) (@ziotom78)
- Add Base.parent to HealpixMap (#78) (@xzackli)
- Implement queryDiscRing and queryStripRing (#80) (@ziotom78)
- Add functions to calculate pixel boundaries (#81) (@ziotom78)
- Various doc fixes (#82) (@ziotom78)
Version 3.0.1
v3.0.0
-
Breaking change: rename
Map
→HealpixMap
,PolarizedMap
→HealpixPolarizedMap
,GenericMap
→AbstractHealpixMap
(PR#53) -
Breaking change:
Alm.alm
is now enforced to be a one-dimensional array. This fixes type instability (PR#25) -
Breaking change: Generalize the definition of
HealpixMap
andAlm
(PR#26) so that other array types than plainArray
can be used for these objects. -
Add support for maps whose base type is
Union{Nothing, T}
PR#63 -
Various documentation improvements #55
-
Fix issue #61
-
Fix issue #59
-
Fix issue #57
-
Use CFITSIO.jl instead of FITSIO (PR#50, it fixes #47)
-
Add untyped constructor for
PolarizedMap
(PR#49) -
Implement
pixwin
(PR#45) -
Implement
ring2nest!
andnest2ring!
(PR#40) -
Make
ang2vec
return a tuple instead of a list (PR#38) -
Remove
Manifest.toml
(PR#42) -
README has been updated (PR#39)
-
Documentation for new spherical harmonics functions has been added (PR#35).
-
Add dependency on Libsharp.jl and implement
map2alm
,alm2map
, andalm2cl
(#21, #23). Caution: this change drops support for Julia 1.0, 1.1, and 1.2, as Libsharp.jl requires Julia's artifacts, which were implemented in Julia 1.3. -
Fix incompatibility with FITSIO 1.0 (#32)
-
Add function
interpolate
(#19) -
Add functions
pix2zphiRing
,pix2zphiNest
,ringAbove
(#18)