casacore v2.1.0 Release Notes

  • General

    • โœ… Lots of code improvement, optimization and added tests

    Measures

    • 0๏ธโƒฃ The default search path for measures data is now smaller. The path can be set at cmake time by specifying -DDATA_DIR=/path/to/data. This path can contain %CASAROOT% which is expanded at run time, to support relocatable installations. The measures path can also still be set in .casarc. (#277)
    • Inserted fix to leap second handling problem (#290)
    • ๐ŸŽ Various coordinate performance improvements (#258)

    Tables

    • ๐Ÿ“‡ Renamed showtable to showtableinfo (#320)
    • โž• Added several TaQL functions (#229)

    MS

    • ๐Ÿ‘Œ Improve testing of MSSummary (#330)
    • Many improvements for the MS related functions (#318, #291, #228, #208, ...)
    • ๐Ÿ›  Fix multithreaded MS creation (#298)

    Python

    • ๐Ÿ— Build python bindings by default (not for CASA build)
    • โž• Add experimental Python3 support. Read the README for instructions (#280)
    • ๐Ÿ”„ Changed behavior from 2.0.3: Use PYTHON2_* configuration options to set your python2 interpreter. (#280)