Skip to content

Releases: ziotom78/Healpix.jl

v4.2.2

07 May 12:01
Compare
Choose a tag to compare

Healpix v4.2.2

Diff since v4.2.1

Merged pull requests:

Closed issues:

  • Bug in queryDiscRing ? (#87)
  • type-dependent bug in ang2pixRing (#93)
  • bug in pix2ringpos for southern cap (#108)

v4.2.1

27 Apr 14:39
Compare
Choose a tag to compare

Healpix v4.2.1

Diff since v4.2.0

Closed issues:

  • Bug in queryDiscRing when ring includes a pole (#105)

Merged pull requests:

v4.2.0

08 Feb 09:42
Compare
Choose a tag to compare

Healpix v4.2.0

Diff since v4.1.2

Closed issues:

  • mollweideproj and mollweideprojinv (#97)
  • Support for multiple-threads ? (#101)

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

17 Oct 16:22
Compare
Choose a tag to compare

Healpix v4.1.2

Diff since v4.1.1

Merged pull requests:

v4.1.1

13 Sep 08:11
Compare
Choose a tag to compare

Healpix v4.1.1

Diff since v4.1.0

Merged pull requests:

v4.1.0

06 Sep 17:06
Compare
Choose a tag to compare

Healpix v4.1.0

Diff since v4.0.1

Closed issues:

  • ang2pixRing() invalid index (#83)

Merged pull requests:

v4.0.1

19 Jul 14:39
Compare
Choose a tag to compare
  • Add checks for colatitude θ in functions that take angles as input #84

v4.0.0

01 Jun 16:00
Compare
Choose a tag to compare

Healpix v4.0.0

Diff since v3.0.1

Closed issues:

  • [Question] implementation of query disc (#27)
  • getting back coordinates(vertices) from equirectangular projection (#77)
  • type instability in documentation (#79)

Merged pull requests:

Version 3.0.1

09 Dec 13:47
Compare
Choose a tag to compare
  • Fix the documentation and export readPolarizedMapFromFITS #69

  • Bump dependency on Libsharp.jl to fix issue #67

v3.0.0

03 Jul 07:05
Compare
Choose a tag to compare
  • Breaking change: rename MapHealpixMap, PolarizedMapHealpixPolarizedMap, GenericMapAbstractHealpixMap (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 and Alm (PR#26) so that other array types than plain Array 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 udgrade (PR#46, #51)

  • Implement pixwin (PR#45)

  • Implement applyFullWeights! (PR#41, #44), and #52

  • Implement ring2nest! and nest2ring! (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, and alm2cl (#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)