A minor release, database-schema compatible with R2.0. A comprehensive listing of closed issues and merged pull requests can be found on the issue tracker, but the summary is as follows:
Minor changes to job_params.cfg,
- The
[persistence]
variablessigma
andf
have been renamed torms_est_sigma
andrms_est_fraction
respectively (#435). - The
[association]
section has a new variable,beamwidths_limit
, to control the hard-limit on source-association (#421, #447).
- We now calculate and store 'goodness-of-fit' metrics for all source-extractions (#429).
- The hard limit on source-association radius is now a user-configurable parameter (#421, #447). This resulted from investigation of issues with source association when large systematic position-errors are present.
- We now support AMI-LA data in CASA image format, in addition to FITS (#438).
- We now perform additional 'VACUUM' cleanups on the Postgres database, to improve performance (#432, #441).
- Setup procedure now pulls in dependencies, allowing use of
pip install tkp
without a source-checkout (#393). - Docfixes (#442).
- Header injection now works with CASA format images (#425).
Most refactoring is on hold for now, but some minor changes were deemed desirable to enable new features. We also took steps to make the TKP docs-hosting and testing infrastructure less reliant on privately administered UvA machines.
- Reworked DataAccessor interface classes for shorter, simpler accessors (#424, #426).
- Migrated docs hosting to tkp.readthedocs.org.
- Added Travis-CI testing (#437, #439).
First public release. See the R2 docs and the TraP paper for a full desription.