- 01 Feb, 2019 2 commits
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- 31 Jan, 2019 2 commits
-
-
Kipp Cannon authored
- explain the transformation in more detail, point out unexected behaviour in corner cases, and adjust examples to match behaviour.
-
Kipp Cannon authored
Hack import statement during testing to actually load python implementation Closes #2 See merge request !21
-
- 30 Jan, 2019 2 commits
-
-
Duncan Macleod authored
fixes #2
-
Kipp Cannon authored
Added CI jobs for python3.7 See merge request !17
-
- 29 Jan, 2019 2 commits
-
-
Duncan Macleod authored
-
Duncan Macleod authored
-
- 09 Jan, 2019 2 commits
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- 21 Dec, 2018 1 commit
-
-
Kipp Cannon authored
Remove dependency on ligo-common Closes #5 See merge request !19
-
- 07 Dec, 2018 1 commit
-
-
Leo Pound Singer authored
Fixes #5.
-
- 24 Nov, 2018 2 commits
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- 02 Nov, 2018 1 commit
-
-
Kipp Cannon authored
- until LDG upgrades to a version of RPM that understands optional dependencies
-
- 19 Oct, 2018 1 commit
-
-
Kipp Cannon authored
- seems you need to leave the target override in place, but empty, or it does something all by itself
-
- 18 Oct, 2018 2 commits
-
-
Kipp Cannon authored
-
Kipp Cannon authored
-
- 17 Oct, 2018 1 commit
-
-
Kipp Cannon authored
-
- 14 Oct, 2018 12 commits
-
-
Kipp Cannon authored
-
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
-