Skip to content

Tags: gwpy/gwsumm

Tags

2.2.7

Toggle 2.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update gwbootstrap version pins (#413)

Co-authored-by: Evan Goetz <evan.goetz@ligo.org>

2.2.6

Toggle 2.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update version pins for gwbootstrap and gwdetchar (#409)

Co-authored-by: Evan Goetz <evan.goetz@ligo.org>

2.2.5

Toggle 2.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Properly handle empty dictionary in get_range_spectrogram (#407)

* properly handle empty dictionary

* remove extra line

* fix lint

---------

Co-authored-by: Iara Ota <iara.ota@ligo.org>

2.2.4

Toggle 2.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix spectrum plots for different states (#403)

* fix _get_spectrum function to consider state

* add state option to get_range_spectrum

* remove operations reduntant to decorator

* fix range spctrogram segments

* remove extra line

* remove unused import

* Apply suggestions from code review

Co-authored-by: Evan Goetz <32753745+eagoetz@users.noreply.github.com>

---------

Co-authored-by: Iara Ota <iara.ota@ligo.org>
Co-authored-by: Evan Goetz <32753745+eagoetz@users.noreply.github.com>

2.2.3

Toggle 2.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
gwsumm.plot: import iterutils from lal (#398)

this has been deprecated in glue for many years

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bugfix for empty trigger tables (#396)

Co-authored-by: Evan Goetz <evan.goetz@ligo.org>

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add RangeCumulativeHistogramPlot class (#385)

* added RangeCumulativeHistogramPlot class

* remove range smaller than 1 for cumulative histogram

* add min, max and autoscaling range options to histograms

* remove data rescale

* fixed long line

* fixed white spaces and blank lines

* deal with empty arr

* update get_range for histogram

* fix lint

* add new class to __init__

---------

Co-authored-by: Iara Ota <iara.ota@ligo.org>

2.2.0

Toggle 2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update Axes.grid keyword to use 'visible' (#383)

This PR updates the Axes.grid keyword arguments to use visible that is needed because of upstream matplotlib updates.

This PR replaces #368

Co-authored-by: Evan Goetz <evan.goetz@ligo.org>

2.1.7

Toggle 2.1.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Safer archive process (#378)

* removed home tab in the saving archive

* refactor saving function

* fixed warning message

* add blank line

* fix lint errors

* fixed deprecated mktemp; added warn to logger

* removed "_Home" exception

* fixed lint errors

* fix lint error

* fix lint error

* fix log msg; create a temp file without deleting

* removed trailing whitespace

---------

Co-authored-by: Iara Ota <iara.ota@ligo.org>

2.1.6

Toggle 2.1.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added more robust archive file corruption handling (#370)

This PR will add an additional check when reading archive hdf5 files so that each group is read once to check that there are no runtime errors due to file corruption in the group

Co-authored-by: Evan Goetz <evan.goetz@ligo.org>