Skip to content

Releases: casacore/casarest

1.8.1

20 Jun 02:36
9073966
Compare
Choose a tag to compare

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

14 Jan 14:17
0a07999
Compare
Choose a tag to compare

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

Full Changelog: v1.7.0...v1.8.0

1.7.0

17 Apr 19:26
Compare
Choose a tag to compare

Compatibility with newer casacore versions

1.5.0

08 Jan 08:54
Compare
Choose a tag to compare

add support for casacore 3.0

1.4.2

17 May 12:04
Compare
Choose a tag to compare
  • C++11 compatibility fixes

small fix release

18 Sep 14:31
Compare
Choose a tag to compare
  • Compatibility with libc++ (clang's stdlib) - Issue #7
  • Install synthesis/Images headers again - issue #8

Updated release containing lwimager changes from ska-sa

17 Sep 12:03
Compare
Choose a tag to compare
  • merged in changes from ska-sa/lwimager
  • Remove unneccessary cmake flag

Also install synthesis/Images headers

14 Jul 15:22
Compare
Choose a tag to compare
v1.3.1

also install synthesis/Images headers

v1.3.0

14 Jul 10:54
Compare
Choose a tag to compare
  • Depends on casacore 2.0 or greater
  • Other small changes