Skip to content

Releases: casacore/python-casacore

3.6.1

28 Aug 15:00
Compare
Choose a tag to compare

3.6.1

This version as a binary wheel ships with underlying casacore v3.6.1.

The build system has seen a major upgrade.

3.5.2

11 Jan 09:08
Compare
Choose a tag to compare

3.5.2

The binary wheels have now been built with -DPORTABLE=True. This should fix issues with Dysco crashing on some platforms (due to missing AVX instructions). Otherwise nothing has changed.

3.5.1

The binary wheel for python 3.10 is now based on numpy 1.22.4. Otherwise nothing has changed.

3.5.0

This version as a binary wheel ships with underlying casacore v3.5.0

Binary wheels are now manylinux2014 which will only work with pip >= 19.3

The license has changed to LGPL.

3.5.1

01 Aug 10:35
Compare
Choose a tag to compare

3.5.1

The binary wheel for python 3.10 is now based on numpy 1.22.4. Otherwise nothing has changed.

3.5.0

This version as a binary wheel ships with underlying casacore v3.5.0

Binary wheels are now manylinux2014 which will only work with pip >= 19.3

The license has changed to LGPL.

3.5.0

07 Jul 10:37
20b09e4
Compare
Choose a tag to compare

3.5.0

This version as a binary wheel ships with underlying casacore v3.5.0

Binary wheels are now manylinux2014 which will only work with pip >= 19.3.
Also macos binary wheels are provided (for both intel and M1) but these may be incompatible with some python setups. Please reach out if you encounter issues with the mac wheels.

The license has changed to LGPL.

3.4.0

09 Mar 06:09
569ac06
Compare
Choose a tag to compare

The only changes are:

  • fix compatibility with casascore 3.4.0
  • Ship binary wheels with casacore 3.4.0

3.3.1

12 May 14:18
05fc49d
Compare
Choose a tag to compare

3.3.1

This version as a binary wheel ships with underlying casacore v3.3.0

Changes w.r.t. python-casacore 3.3.0:

  • Binary wheels now point to a usual data casacore path (/usr/share/casacore) (#208)
  • Fix len() for python27 and casacore with 64bit support (introduced in casacore v3.4) (#206)
  • Rephrase the error when using too old casacore (#203)
  • Add binary wheel for python 3.8 (#200)
  • Use numpy ABI from numpy 1.14 on python < 3.7 binary wheels (#184)

3.3.0

This version as a binary wheel ships with underlying casacore v3.3.0.

Ony a few changes in python-casacore itself:

  • Expose complete MS and subtable definitions (#183)
  • Miminum casacore version is now 3.2.0 (#195)
  • Several improvements to library handling in setup.py (#194)

3.3.0

17 Apr 19:22
3dfab98
Compare
Choose a tag to compare

3.3.0

This version as a binary wheel ships with underlying casacore v3.3.0.

Ony a few changes in python-casacore itself:

  • Expose complete MS and subtable definitions (#183)
  • Miminum casacore version is now 3.2.0 (#195)
  • Several improvements to library handling in setup.py (#194)

3.2.0

21 Nov 13:10
3529d7d
Compare
Choose a tag to compare

3.2.0

This version as a binary wheel ships with underlying casacore v3.2.0.

Changes are only in the underlying casacore

The binary wheels edition

14 Jun 07:02
Compare
Choose a tag to compare

This is the first release that will be supplied as binary wheels
(manylinux2010). Note that you need pip > 10.x to use manylinux2010 wheels.
If you don't use the binary wheel and unicode is important to you, use
casacore 3.1.1. Note that we skipped 3.1.0 to match the casacore version
and hopefully avoid confusion.

Changes:

  • handle unicode even better! :) (#158)
  • iteritems() in casacore/tables/table.py incompatible with Python 3 (#165)
  • Make a big binary wheel including dependencies (#145)
  • Use ~ instead of - to negate the mask (#179)

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)