UPDATE: Zenodo migration postponed to Oct 13 from 06:00-08:00 UTC. Read the announcement.
There is a newer version of this record available.

Software Open Access

gwpy/gwpy: GWpy 3.0.0

Duncan Macleod


DCAT Export

<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#">
  <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.7142600">
    <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
    <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/>
    <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.7142600</dct:identifier>
    <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.7142600"/>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Duncan Macleod</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Cardff University Gravity Exploration Institute (@cardiffgravity)</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:title>gwpy/gwpy: GWpy 3.0.0</dct:title>
    <dct:publisher>
      <foaf:Agent>
        <foaf:name>Zenodo</foaf:name>
      </foaf:Agent>
    </dct:publisher>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2022</dct:issued>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2022-10-04</dct:issued>
    <owl:sameAs rdf:resource="https://zenodo.org/record/7142600"/>
    <adms:identifier>
      <adms:Identifier>
        <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/7142600</skos:notation>
        <adms:schemeAgency>url</adms:schemeAgency>
      </adms:Identifier>
    </adms:identifier>
    <dct:relation rdf:resource="https://github.com/gwpy/gwpy/tree/v3.0.0"/>
    <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.597016"/>
    <owl:versionInfo>v3.0.0</owl:versionInfo>
    <dct:description>&lt;p&gt;Major feature release&lt;/p&gt; &lt;p&gt;Backwards-incompatible changes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;[#1284] refactor gwpy.astro to depend on inspiral-range&lt;/li&gt; &lt;li&gt;[#1356] remove support for S6-style SegDB server&lt;/li&gt; &lt;li&gt;[#1465] remove support for &lt;code&gt;hdf5.losc&lt;/code&gt; file format key&lt;/li&gt; &lt;li&gt;[#1466] remove &lt;code&gt;gwpy.table.EventColum&lt;/code&gt;&lt;/li&gt; &lt;li&gt;[#1467] remove deprecated &lt;code&gt;Plot&lt;/code&gt; methods&lt;/li&gt; &lt;li&gt;[#1468] remove deprecated colorbar behaviour&lt;/li&gt; &lt;li&gt;[#1469] remove deprecated &lt;code&gt;SegmentAxes&lt;/code&gt; methods&lt;/li&gt; &lt;li&gt;[#1470] remove deprecated &lt;code&gt;TimeSeries.read&lt;/code&gt; options for GWF&lt;/li&gt; &lt;li&gt;[#1472] remove deprecated &lt;code&gt;Spectrogram.plot&lt;/code&gt; keyword&lt;/li&gt; &lt;li&gt;[#1479] update API for &lt;code&gt;gwpy.utils.lal.to_lal_unit&lt;/code&gt; function&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Deprecations:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;[#1531] &lt;code&gt;gwpy.testing.utils.skip_missing_dependency&lt;/code&gt; is now deprecated and will be removed in a future release&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;Backwards-compatible changes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;[#1265] add support for reading GstLAL trigger files&lt;/li&gt; &lt;li&gt;[#1391] add support for filter functions to use multiple columns with &lt;code&gt;EventTable.filter&lt;/code&gt;&lt;/li&gt; &lt;li&gt;[#1406] add &lt;code&gt;TimeSeries.transfer_function&lt;/code&gt;&lt;/li&gt; &lt;li&gt;[#1419] support writing ROOT files with &lt;code&gt;uproot4&lt;/code&gt;&lt;/li&gt; &lt;li&gt;[#1477] remove equivalentce between &lt;code&gt;strain&lt;/code&gt; and &lt;code&gt;dimensionless_unscaled&lt;/code&gt; units&lt;/li&gt; &lt;li&gt;[#1483] update &lt;code&gt;Axes.tile&lt;/code&gt; to use &lt;code&gt;sortbycolor&lt;/code&gt; keyword&lt;/li&gt; &lt;li&gt;[#1501] improve handling of empty arrays when writing GWF with LALFrame&lt;/li&gt; &lt;li&gt;[#1531] use &lt;code&gt;pytest.mark.requires&lt;/code&gt; in all tests&lt;/li&gt; &lt;li&gt;[#1543] improve PyCBC HDF5 table reading&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;A number of bugs were fixed, and compatibility improved with advanced versions of the requirements. The full list of changes related to this milestone can be seen at&lt;/p&gt; &lt;p&gt;&lt;a href="https://github.com/gwpy/gwpy/pulls?q=is:pr+milestone:3.0.0"&gt;https://github.com/gwpy/gwpy/pulls?q=is:pr+milestone:3.0.0&lt;/a&gt;&lt;/p&gt;</dct:description>
    <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/>
    <dct:accessRights>
      <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess">
        <rdfs:label>Open Access</rdfs:label>
      </dct:RightsStatement>
    </dct:accessRights>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7142600"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.7142600"/>
        <dcat:byteSize>1593742</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/7142600/files/gwpy/gwpy-v3.0.0.zip"/>
        <dcat:mediaType>application/zip</dcat:mediaType>
      </dcat:Distribution>
    </dcat:distribution>
  </rdf:Description>
</rdf:RDF>
2,071
277
views
downloads
All versions This version
Views 2,07131
Downloads 2771
Data volume 428.6 MB1.6 MB
Unique views 1,70830
Unique downloads 1101

Share

Cite as