- 14 Oct, 2018 11 commits
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
Kipp Cannon authored
- there was still cruft in here from its time in glue
-
Kipp Cannon authored
-
Kipp Cannon authored
- convert indenting style to that of this package, compress
-
Kipp Cannon authored
-
Kipp Cannon authored
- replace .iter*() dictionary compatibility functions with the native non-iter*() methods. a bit slower on Python 2, but that's EOL for us and it's not a significant difference.
-
Kipp Cannon authored
- computing the union of a segment and segmentlist does not raise TypeError. the unit tests believe TypeError should be raised, and it seems to me that TypeError should be raised (currently a nonsense result is produced), but I cannot see how to raise TypeError without disabling other valid uses of mixed type operations. I have temporarily disabled the unit test until I can think this through.
-
Kipp Cannon authored
-
Kipp Cannon authored
- don't rely on bool(other) testing that other is an empty sequence, or else operations like segmentlist() - None appear to work. The C version already does this correctly.
-
Kipp Cannon authored
- the unit tests cannot be run on code that is not installed system-wide. this probably explains why a number of patches have been added that break unit tests. I am now working my way through correcting the damage
-
- 14 Sep, 2018 1 commit
-
-
Kipp Cannon authored
Fixed incorrect statement of license in debian packaging See merge request !18
-
- 13 Sep, 2018 1 commit
-
-
Duncan Macleod authored
-
- 08 Aug, 2018 1 commit
-
-
Duncan Macleod authored
for user convenience add ligo-common dependency See merge request !15
-
- 01 Aug, 2018 1 commit
-
-
Alexander Harvey Nitz authored
-
- 31 Jul, 2018 2 commits
-
-
Kipp Cannon authored
Fixed bug in python implementation of segment.__contains__ See merge request !12
-
Kipp Cannon authored
Fixed comparison operators for infinity on python3 See merge request !11
-
- 24 Jul, 2018 1 commit
-
-
Kipp Cannon authored
Remove unwanted files from rpms See merge request !14
-
- 23 Jul, 2018 1 commit
-
-
Duncan Macleod authored
need to remove the `sitecustomize.py` file that is required for the inplace testing, otherwise it will get included in the distribution
-
- 17 Jul, 2018 1 commit
-
-
Kipp Cannon authored
-
- 04 Jul, 2018 12 commits
-
-
Duncan Macleod authored
need to catch actual error thrown when `int` given
-
Duncan Macleod authored
since `cmp` was removed
-
Duncan Macleod authored
Revert "Merge branch '1.0.1' into 'master'" See merge request !9
-
Duncan Macleod authored
Revert "Merge branch 'python3-cmp' into 'master'" See merge request !8
-
Duncan Macleod authored
Revert "Merge branch 'python-segment-contains' into 'master'" See merge request !7
-
Duncan Macleod authored
This reverts merge request !6
-
Duncan Macleod authored
This reverts merge request !4
-
Duncan Macleod authored
This reverts merge request !5
-
Duncan Macleod authored
ligo-segments-1.0.1 See merge request !6
-
Duncan Macleod authored
-
Duncan Macleod authored
Fixed comparison operators for infinity on python3 See merge request !4
-
Duncan Macleod authored
Fixed bug in python implementation of segment.__contains__ See merge request !5
-
- 26 Jun, 2018 2 commits
-
-
Duncan Macleod authored
need to catch actual error thrown when `int` given
-
Duncan Macleod authored
since `cmp` was removed
-
- 05 Jun, 2018 1 commit
-
-
- In Python on Windows, &PyTuple_Type and &PyList_Type aren't known at compile time, so one gets an 'initializer is not constant' error when compiling PyCBC-GLUE there.
-
- 18 May, 2018 5 commits
-
-
Duncan Macleod authored
-
Duncan Macleod authored
Added sphinx documentation See merge request !3
-
Duncan Macleod authored
-
Duncan Macleod authored
-
Duncan Macleod authored
-