Releases: gwastro/pycbc-glue
Release v1.1.0
This is the release of pycbc-glue post name change.
This and subsequent releases of this code will install as pycbc_glue not as glue, so one would:
import pycbc_glue
not
import glue
this is to allow us to begin the process of retiring pycbc-glue going forward. This and future releases will also be registered on pypi as pycbc-glue-obsolete to allow previous code to install the previous pycbc-glue without picking up this change.
First ER10 Release
This is the first release test of pycbc-glue for ER10.
Segment list dicts
Fixes to segmentlists
Segment coalescing
The release ensures that segment lists are in the correct state before operating on them.
Correct setup.py for PyPI
This release adds some additional metadata into the setup.py file needed by the Python Package Index. There are no changes to the actual code.
PyRXP fix release
This releases fixes allows pycbc-glue to be compatible with the PyRXP installed on the LDG (1.x) or with the version distributed by the Python Package Index (2.x). It changes the import statement for the PyRXP module, as the newer version has a different module name. See http://stackoverflow.com/questions/26465197/python-reportlab-pyrxp-on-os-x for details.