Skip to content

Releases: jmert/CMB.jl

Release v0.3.3

23 Oct 19:57
Compare
Choose a tag to compare

What's Changed

  • Import StaticArrays.SVector into docs to have type-only printing by @jmert in #72
  • Use SphericalHarmonicTransforms.jl implementation of spherical harmonic transforms by @jmert in #74
  • Add support for live rebuild of docs by @jmert in #76
  • Extract Healpix module to independent package by @jmert in #77

Full Changelog: v0.3.2...v0.3.3

Release v0.3.2

26 May 02:19
Compare
Choose a tag to compare

What's Changed

  • Add Compat v4 compatibility by @jmert in #70

Full Changelog: v0.3.1...v0.3.2

Release v0.3.1

10 Feb 02:11
Compare
Choose a tag to compare

Patch release to bump for HDF5 0.16 compatibility.

What's Changed

  • Doc improvements by @jmert in #65
  • CompatHelper: bump compat for "HDF5" to "0.16" by @github-actions in #66

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

03 Jan 00:20
Compare
Choose a tag to compare

The major (breaking) change in this release is the changes made in #56, which is a switch from my private Legendre.jl to the renamed and General.jl-registered AssociatedLegendrePolynomials.jl.

Other minor cleanups and fixes have been included; see the change summary below for details.

What's Changed

  • CompatHelper: bump compat for "UnixMmap" to "1" by @github-actions in #57
  • Minor cleanups by @jmert in #58
  • Fix allocation in pixelcovariance! with pre-allocated work space by @jmert in #59
  • Fix test failures seen in recent CI by @jmert in #60
  • Fix type promotion error in vec2pix by @jmert in #61
  • Follow rename Legendre -> AssociatedLegendrePolynomials by @jmert in #56
  • Resolve deprecation warnings from using FileIO by @jmert in #62
  • Fix minimum versioning script to handle extras compat bounds by @jmert in #63
  • Fix missing doc strings and fix minor typographical errors by @jmert in #64

Full Changelog: v0.2.5...v0.3.0