This release accounts for changes in casacore master after the v3.4.0 casacore release (casarest PR #46). Code is still compatible with the v3.4.0 version of casacore. The changes address the following:
- casacore::Vector from std::vector constructor which is now explicit. Fixes are trivial and unlikely to cause any further issue.
- type-related methods in measures. Besides ensuring casarest could be built against the master branch of casacore, a likely bug was fixed (the wrong type method was used in casarest and probably never worked correctly).