What’s new ?
- Update to PyOperators v0.3
- Update to waf 1.6.10
- Bring back MPI read/write capabilities for FitsArray/Map/Tod instances
- Bring back MPI-distributed discrete difference operator
- Pointing class: make constructor more generic and easy to use
- API changes: module quantity has been renamed to quantities. Although the old names will be kept for some time, operators now consistently end with
'Operator'
:
–CompressionAverage
→CompressionAverageOperator
–DiscreteDifference
→DiscreteDifferenceOperator
–InvNtt
→InvNttOperator
–Masking
→MaskOperator
–Projection
→ProjectionOperator
–ResponseTruncatedExponential
→ConvolutionTruncatedExponentialOperator
–Unpacking
→UnpackOperator