Releases: casacore/python-casacore
3.6.1
3.5.2
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
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
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
The only changes are:
- fix compatibility with casascore 3.4.0
- Ship binary wheels with casacore 3.4.0
3.3.1
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:
3.3.0
3.2.0
The binary wheels edition
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:
v3.0.0
- 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)