Releases: lspestrip/Stripeline.jl
Releases · lspestrip/Stripeline.jl
Release 0.5.0
The most important change in this release, apart from a few breaking changes, is the drop of support for Julia 1.0, 1.1, and 1.2. This is motivated by the fact that the incoming new release of Healpix.jl will only support Julia 1.3 and higher.
List of changes
Breaking changes are listed first.
- (Breaking change) Drop support for Julia 1.0, 1.1, and 1.2
- (Breaking change) Several changes to
genpointings
(#44): - (Breaking change) Turn
rank
andcomm
parameters into keywords forgenerate_noise_mpi
#39 - (Breaking change) Use
nothing
instead ofmissing
for MPI communicators #39 - (Breaking change) Make
destripe
return aDestripingResults
structure instead of a tuple #39 - (Breaking change) In
genpointings
, renamerefract
keyword intorefraction
, for consistency withprecession
,nutation
, andaberration
. - (Breaking change) Update the coordinates of the site in Tenerife
- (Breaking change) Make the 1/f slope always in the range 0..2 #34
- Allow Julian Dates in
genpointings
(45) - Fix bug #42
- Add function
genpointings!
- Ensure that
generate_noise_mpi
produces different seeds for each polarimeter #39 - Remove the dependency on
Quaternions.jl
#38 - Update the instrument database with the number of the polarizer for each horn #37
Version 0.4.0
- Conform coordinate systems to LSPE-STRIP-SP-017 (#30a0f, #0418a)
- Add
day_duration_s
keyword togenpointings
- Add error bars to bandshape and always measure them as positive quantities (#70dc6, PR#22)
- Print the instrument database in Markdown format #f2c2b
- Add functions
sensitivity_tant
,t_to_trj
,trj_to_t
,
deltat_to_deltatrj,
deltatrj_to_deltat` #23
Version 0.3.1
See CHANGELOG.md
Version 0.3.0
See CHANGELOG.md.