Skip to content
This repository has been archived by the owner on Jun 21, 2018. It is now read-only.

Releases: gwastro/pycbc-glue

Release v1.1.0

24 Mar 14:56
Compare
Choose a tag to compare

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

07 Oct 13:02
Compare
Choose a tag to compare

This is the first release test of pycbc-glue for ER10.

Segment list dicts

17 Feb 15:15
Compare
Choose a tag to compare

Fixes to segmentlists

Segment coalescing

29 Jan 19:21
Compare
Choose a tag to compare

The release ensures that segment lists are in the correct state before operating on them.

Correct setup.py for PyPI

03 Sep 14:04
Compare
Choose a tag to compare

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

03 Sep 13:34
Compare
Choose a tag to compare

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.