- 05 Apr, 2022 3 commits
-
-
Adam Mercer authored
ensure clean updates from previous version
-
Adam Mercer authored
-
Alexander Pace authored
-
- 04 Feb, 2022 2 commits
-
-
--strict-markers isn't available until pytest 4.5.0
-
Duncan Macleod authored
-
- 02 Feb, 2022 11 commits
-
-
-
-
-
-
don't use 'l' as a varilable name, it can be hard to read (apparently)
-
-
-
separate command-line tools into new package, supported by python3
-
-
separate command-line tools into new package, supported by python3
-
This allows us to specify requirements that depend upon the Python version, so that the requirements can be expressed purely as configuration and not as code.
-
- 31 Jan, 2022 1 commit
-
-
Duncan Macleod authored
-
- 31 Aug, 2021 1 commit
-
-
Alexander Pace authored
-
- 28 Mar, 2021 1 commit
-
-
Duncan Macleod authored
Python 3 supports implicit namespace packages, meaning a base package for the `ligo` namespace is not required
-
- 21 Feb, 2021 1 commit
-
-
Alexander Pace authored
-
- 19 Feb, 2021 1 commit
-
-
Alexander Pace authored
Two-line fix for event and superevent queries. specifying `max_results` would terminate the generator loop, but the client code wouldn't fully break out of the loop of query results. Usually not noticeable and the returned generator results were never more than `max_results`, but in scenarios where the server-side results were much more than `max_results`, the client code would appear to be unresponsive.
-
- 08 Jan, 2021 1 commit
-
-
Alexander Pace authored
-
- 27 Dec, 2020 1 commit
-
-
Alexander Pace authored
-
- 14 Dec, 2020 1 commit
-
-
- 24 Nov, 2020 1 commit
-
-
Alexander Pace authored
-
- 16 Nov, 2020 2 commits
-
-
Alexander Pace authored
-
-
- 19 Oct, 2020 2 commits
-
-
Alexander Pace authored
2.7, i'm looking at you.
-
Alexander Pace authored
-
- 14 Oct, 2020 2 commits
-
-
Alexander Pace authored
-
Alexander Pace authored
-
- 06 Aug, 2020 3 commits
-
-
Alexander Pace authored
-
Alexander Pace authored
-
Alexander Pace authored
-
- 01 Jul, 2020 2 commits
-
-
Alexander Pace authored
This reverts commit deeb61eb.
-
Alexander Pace authored
added the robot keytab, now testing that it can authenticate.
-
- 05 Jun, 2020 1 commit
-
-
Alexander Pace authored
-
- 04 Jun, 2020 1 commit
-
-
Alexander Pace authored
Added support for time/space_coinc_far RAVEN fields for superevents. Removed restriction that limited TLS to 1.0. Necessary to upgrade TLS version support on the server-side.
-
- 04 Dec, 2019 1 commit
-
-
https://git.ligo.org/emfollow/safe-netrc
This brings support for the NETRC environment variable, which makes it easier to isolate the unit tests from the users's own netrc file.
-
- 03 Dec, 2019 1 commit
-
-
This fixes the following warning that appears when you run `python setup.py test`: ``` =============================== warnings summary =============================== ligo/gracedb/rest.py:1203 /Users/lpsinger/src/gracedb-client/ligo/gracedb/rest.py:1203: DeprecationWarning: invalid escape sequence \ """ # noqa: W605 ligo/gracedb/rest.py:1300 /Users/lpsinger/src/gracedb-client/ligo/gracedb/rest.py:1300: DeprecationWarning: invalid escape sequence \ """ # noqa: W605 ligo/gracedb/rest.py:2227 /Users/lpsinger/src/gracedb-client/ligo/gracedb/rest.py:2227: DeprecationWarning: invalid escape sequence \ """ # noqa: W605 -- Docs: https://docs.pytest.org/en/latest/warnings.html ================ 488 passed, 98 deselected, 3 warnings in 5.63s ================ ```
-