Releases: casacore/casarest
Releases · casacore/casarest
1.8.1
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).
1.8.0
What's Changed
- Fixes necessary to make casarest compile with arrays2 branch of casacore by @aroffringa in #35
- Build casarest against latest casacore (64bit + regex) by @aroffringa in #36
- Fix one more compilation error with recent casacores by @aroffringa in #43
- Voronkov ma casacore 3.4 conversion by @gijzelaerr in #42
- bump version number, fix CI by @gijzelaerr in #45
New Contributors
- @aroffringa made their first contribution in #35
- @gijzelaerr made their first contribution in #42
Full Changelog: v1.7.0...v1.8.0
1.7.0
1.5.0
add support for casacore 3.0
1.4.2
small fix release
Updated release containing lwimager changes from ska-sa
- merged in changes from ska-sa/lwimager
- Remove unneccessary cmake flag
Also install synthesis/Images headers
v1.3.1 also install synthesis/Images headers
v1.3.0
- Depends on casacore 2.0 or greater
- Other small changes