casacore v3.1.1 Release Notes

Release Date: 2019-06-05 // almost 5 years ago
  • 3.1.1

    General

    • Only use DataManager.get/putSlice if possible (#901)
    • ๐Ÿง User docker for Linux build on Travis for CI (#856)
    • ๐Ÿ‘Œ improve unicode support (#853)
    • ๐Ÿ”„ Changed MadfmFunc so that it inherits from ArrayFunctorBase (#905)
    • ๐Ÿ›  Fix memory leak in TableProxy::getColumnDescription (#900)
    • ๐Ÿ‘ Allow colon and fix recursive bison parsing (#894)
    • ObjectID's hash function behavior fix (#897)
    • โž• Add a public getter for the mask array to LCRegionFixed (#895)
    • Replace STL-like containers by their STL counterparts (#890)

    ๐Ÿ‘ Python support

    • Boost 1.67 Python components require a Python version suffix (#844)
    • ๐Ÿ– Handle numpy Unicode arrays (#912)
    • ๐Ÿ›  Fix memory leak when converting Python unicode to casa string (#910)
    • Possible leak bug (#908)
    • Always use TpInt64 for PyLong (#916)
    • ๐Ÿ‘Œ Improve CMake FindPython (#922)

    ๐Ÿ‘ท Build system

    • ๐ŸŽ Travis macOS fails on Python3 OSX build system (#778)
    • ๐Ÿณ Switch travis to docker /xenial (#847)