Skip to content

Latest commit

 

History

History
84 lines (46 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

84 lines (46 loc) · 4.01 KB

20.5.0 (2020-05-06)

Bug Fixes

  • version: remove version prefix v (28cb07f)

20.2.0 (2020-02-17)

Note: we have switched to calendar versioning for this release.

Bug Fixes

  • makeproducts: add call to cli() at end of script needed for batch jobs (5baa761), closes #85
  • telescope: incorrect name in freq calculation code when binning (746c345)
  • catch pinv linalg error (ac74fff)
  • disable MPI during tests on macOS (84d2c5e)
  • rename polarization property to polarisation (#83) (cb32033)
  • zenith issue in DishArray example (73bf3ab)

Features

  • added versioneer for generating better version numbers (2a7328d)
  • beamtransfer: option to skip inverting svd beamtranfers (0d2ac02)
  • SimplePolarizedTelescope: Add polarization property (02bd22f)
  • telescope: add a default input_index implementation (09ace31)
  • telescope: change frequency specification to match cora (cddd69d)
  • add PertCylinder to telescope dictionary in manager (f0eac2b)
  • Python 3 support (e8596ae)

Performance Improvements

  • optimise calculation of uniquepairs (d2a7921), closes #78

Reverts

  • Revert "No account by default." (beec9d5)

[1.2.0] (2017-06-24)

Bug Fixes

  • Fixed a casting bug in the quadratic estimator code that caused a crash with new numpy versions.

Features

  • A projection routine from the SVD basis back into the telescope basis.

[1.1.0] (2016-08-12)

Bug Fixes

  • Fixed issue in calculation of baseline equivalence

Features

  • A local_origin property to TransitTelescope that determines whether the azimuthal coordinate system is centred at the observer. This determines if the rotation angle is Local Stellar Angle or Earth Rotation Angle.
  • This CHANGELOG file.
  • Finer control over the properties that saved when TransitTelescope is pickled.

Changed

  • Changed TransitTelescope to be a subclass of caput.time.Observer. This means that the location of the telescope is now set via latitude and longitude properties, not the zenith property (which is now read only). This could cause a small breakage if you were setting zenith through a YAML file.
  • Updated dependencies in setup.py
  • Moved utility modules mpiutil and config into caput.