Skip to content

Releases: casacore/python-casacore

v3.0.0

12 Dec 13:24
3342e15
Compare
Choose a tag to compare
  • Improve the setup procedure (#146)
  • prepare for 3.0.0 (#147)
  • More find_boost improvements build system (#131)
  • gcc failure when attempting setup.py build_ext on Red Hat EL 7.4 (quantamath.cc) (#135)
  • python-casacore uses hardcoded casa:: calls (#136)
  • quanta example not working with python 2.7.6 bug (#17)
  • Fix build and namespace problem (#137)
  • Remove deprecated has_key (#132)
  • Correct header guard macro definition (#156)
  • Avoiding TypeError deep down in setuptool (#155)

v2.2.1

21 Nov 13:40
1512f11
Compare
Choose a tag to compare

Fix an issue where python-casacore was non-installable using pip in some cases #124

v2.2.0

06 Nov 16:25
4ca7488
Compare
Choose a tag to compare

2.2.0

  • Expose MeasurementSet functionality (#61)
  • Many improvements to documentation and test coverage
    Thanks to Shibasis Patel (@shibasisp) our Google summer of Code '17 student.
  • This version requires casacore 2.3.0 or newer.

A full list of changes can be found on the issue tracker:

https://github.com/casacore/python-casacore/milestone/6?closed=1

mini fix, forgot to set version number.

31 Mar 10:46
Compare
Choose a tag to compare

Small bug fix release

31 Mar 10:16
Compare
Choose a tag to compare

Fixes:

  • Compilation fails with casacore 2.1.0 (#53)
  • tables.tablecopy() ignores many of its arguments (#48)
  • Various Python 3 issues, the test suite runs now (#32)
  • Documentation fixes

list of all closed bugs labeled 2.1.1: closed 2.1.1 issues
list of full changes: v2.1.0...v2.1.1

small little update

20 Nov 12:06
Compare
Choose a tag to compare

2.1.0

General

  • Replaced references to pyrap -> casacore (issue #16)
  • Experimental support for Python3 (needs python3 branch build of casacore or upcoming casacore release)
  • Link against correct Python on OSX when using homebrew (issue #15)

2.0.1

27 Oct 10:59
Compare
Choose a tag to compare

2.0.1

General

  • Replaced references to pyrap -> casacore (issue #16)

2.0.0

General

  • Renamed project from pyrap to python-casacore
  • Renamed modules from pyrap to casacore
  • Added backswards compatible module which imports casacore
  • Removed scons build dependency, just use setup.py
  • Depends on CASACORE 2.0
  • Cleanup of project structure
  • Moved development to github

the first real release

10 Apr 10:22
Compare
Choose a tag to compare

Casacore 2 has been released, so it is time set python-casacore free into the wild also.

Release notes:

2.0.0

General

  • Renamed project from pyrap to python-casacore
  • Renamed modules from pyrap to casacore
  • Added backswards compatible module which imports casacore
  • Removed scons build dependency, just use setup.py
  • Depends on CASACORE 2.0
  • Cleanup of project structure
  • Moved development to github

fix small issue with readme and URL in setup.py

12 Nov 07:50
Compare
Choose a tag to compare
v0.1.1

version bump, fix small issue with readme

first release

11 Nov 11:10
Compare
Choose a tag to compare
  • project cleanup
  • removed scons dependency
  • link to casa_python (requires casacore 2.0)