1,884,558 research outputs found

    mj-will/nessai-models: v0.2.0

    No full text
    What's Changed Fix publish to pypi workflow by @mj-will in https://github.com/mj-will/nessai-models/pull/24 Update readme with DOI and badges by @mj-will in https://github.com/mj-will/nessai-models/pull/25 Add signal plus noise models by @mj-will in https://github.com/mj-will/nessai-models/pull/26 Full Changelog: https://github.com/mj-will/nessai-models/compare/v0.1.0...v0.2.

    mj-will/nessai: v0.7.1

    No full text
    This is release v0.7.1 of nessai. This is a patch release and only contains backwards compatible bug fixes. What's Changed Fix bug when resuming with multiprocessing pool by @mj-will in https://github.com/mj-will/nessai/pull/261 Full Changelog: https://github.com/mj-will/nessai/compare/v0.7.0...v0.7.

    mj-will/nessai-models: v0.5.0

    No full text
    <h2>What's Changed</h2> <ul> <li>Update build and CI by @mj-will in https://github.com/mj-will/nessai-models/pull/34</li> <li>Add SlabSpike model by @johnveitch in https://github.com/mj-will/nessai-models/pull/33</li> <li>BLD: use dash in name instead of underscore by @mj-will in https://github.com/mj-will/nessai-models/pull/35</li> <li>Update docs by @mj-will in https://github.com/mj-will/nessai-models/pull/36</li> </ul> <h2>New Contributors</h2> <ul> <li>@johnveitch made their first contribution in https://github.com/mj-will/nessai-models/pull/33</li> </ul> <p><strong>Full Changelog</strong>: https://github.com/mj-will/nessai-models/compare/v0.4.0...v0.5.0</p&gt

    mj-will/nessai: v0.5.1

    No full text
    This patch fixes a recently discovered bug related to the initial sampling from the prior. Details The bug occurs very infrequently when the prior is difficult to sample from. It therefore shouldn't affect most runs and is very obvious when it does occur. The clearest indication that this bug has occurred is very few posterior samples (<100). What's Changed Fix initial live points bug by @mj-will in https://github.com/mj-will/nessai/pull/171 Full Changelog: https://github.com/mj-will/nessai/compare/v0.5.0...v0.5.

    mj-will/nessai: v0.10.0

    No full text
    &lt;p&gt;Release of nessai v0.10.0.&lt;/p&gt; &lt;p&gt;This release includes a few new minor features, many of these that were implemented to enable easier integration with &lt;a href="https://pycbc.org/"&gt;PyCBC&lt;/a&gt;. It also fixes some minor bugs that should not impact existing results. For full details, see the relevant sections below and the &lt;a href="https://github.com/mj-will/nessai/compare/v0.9.1...v0.10.0"&gt;full changelog&lt;/a&gt;.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;Important&lt;/strong&gt; References to &lt;code&gt;dZ&lt;/code&gt; have been changes to &lt;code&gt;dlogZ&lt;/code&gt;, this is consistent with what is used by other samplers. This change is purely cosmetic and there have been no changes to how the stopping criterion is computed.&lt;/p&gt; &lt;h3&gt;Added&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;birth_log_likelihoods&lt;/code&gt; to &lt;code&gt;NestedSampler&lt;/code&gt; and &lt;code&gt;logL_birth&lt;/code&gt; to the result dictionary (&lt;a href="https://github.com/mj-will/nessai/pull/318"&gt;#318&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Support for non-vectorised log-prior functions (&lt;a href="https://github.com/mj-will/nessai/pull/330"&gt;#330&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Add the live points to the trace plot for the standard nested sampler (&lt;a href="https://github.com/mj-will/nessai/pull/334"&gt;#334&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Add an option to resume from a pickle object rather than a resume file (&lt;a href="https://github.com/mj-will/nessai/pull/337"&gt;#337&lt;/a&gt;)&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Changed&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;Nested samples are now stored as an array in the result object rather than a dictionary (&lt;a href="https://github.com/mj-will/nessai/pull/318"&gt;#318&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Reduce the size of importance nested sampling checkpoints (&lt;a href="https://github.com/mj-will/nessai/pull/327"&gt;#327&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Rename &lt;code&gt;nessai.utils.bilbyutils&lt;/code&gt; to &lt;code&gt;nessai.utils.settings&lt;/code&gt; (&lt;a href="https://github.com/mj-will/nessai/pull/332"&gt;#332&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Changed name of &lt;code&gt;dZ&lt;/code&gt; to &lt;code&gt;dlogZ&lt;/code&gt;, this does not change how the stopping criterion is calculated (&lt;a href="https://github.com/mj-will/nessai/pull/333"&gt;#333&lt;/a&gt;)&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Fixed&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;Fix a bug with the prior bounds that occurred when &lt;code&gt;bounds&lt;/code&gt; and &lt;code&gt;names&lt;/code&gt; had different orders (&lt;a href="https://github.com/mj-will/nessai/pull/329"&gt;#329&lt;/a&gt;)&lt;/li&gt; &lt;li&gt;Fix a bug with &lt;code&gt;close_pool&lt;/code&gt; that lead to the pool being closed irrespective of the value (&lt;a href="https://github.com/mj-will/nessai/pull/331"&gt;#331&lt;/a&gt;)&lt;/li&gt; &lt;/ul&gt; &lt;h3&gt;Deprecated&lt;/h3&gt; &lt;ul&gt; &lt;li&gt;&lt;code&gt;nessai.utils.bilbyutils&lt;/code&gt; is deprecated in favour on &lt;code&gt;nessai.utils.settings&lt;/code&gt; and will be removed in a future release (&lt;a href="https://github.com/mj-will/nessai/pull/332"&gt;#332&lt;/a&gt;)&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/mj-will/nessai/compare/v0.9.1...v0.10.0&lt;/p&gt

    mj-will/nessai: v0.8.0b0

    No full text
    First beta release of nessai version 0.8.0. Note, this release includes several breaking changes, including changing the default result format to hdf5. For detail about the included changes, see the changelog. Full Changelog: https://github.com/mj-will/nessai/compare/v0.7.1...v0.8.0b

    mj-will/nessai: v0.10.1

    No full text
    &lt;p&gt;Release of nessai v0.10.1.&lt;/p&gt; &lt;p&gt;This is a bugfix release and does not introduce any breaking changes.&lt;/p&gt; &lt;p&gt;This release addresses a bug introduced in &lt;a href="https://github.com/mj-will/nessai/releases/tag/v0.10.0"&gt;v0.10.0&lt;/a&gt; that caused significant slowdowns in bilby analyses. We recommend that users using bilby with nessai v0.10.0 upgrade as soon as possible.&lt;/p&gt; &lt;h2&gt;Changes&lt;/h2&gt; &lt;p&gt;&lt;strong&gt;Fixed&lt;/strong&gt;&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Relax tolerance used when checking if the log-prior is vectorised such that bilby priors are treated as vectorised (&lt;a href="https://github.com/mj-will/nessai/pull/343"&gt;#343&lt;/a&gt;)&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/mj-will/nessai/compare/v0.10.0...v0.10.1&lt;/p&gt

    mj-will/nessai: v0.12.0a0

    No full text
    &lt;p&gt;This is an alpha release of v0.12.0 of nessai.&lt;/p&gt; &lt;p&gt;This release is not intended for production use, and the changes here are not considered final.&lt;/p&gt; &lt;p&gt;The main changes in this pre-release are improvements to the importance nested sampler, most notably:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;final i.i.d samples can now be drawn during sampling rather than post sampling,&lt;/li&gt; &lt;li&gt;the sampler no longer requires the &lt;code&gt;to_unit_hypercube&lt;/code&gt; method for sampling.&lt;/li&gt; &lt;/ul&gt; &lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: https://github.com/mj-will/nessai/compare/v0.11.0...v0.12.0a0&lt;/p&gt

    Going Beyond Counting First Authors in Author Co-citation Analysis

    No full text
    The present study examines one of the fundamental aspects of author co-citation analysis (ACA) - the way co-citation counts are defined. Co-citation counting provides the data on which all subsequent statistical analyses and mappings are based, and we compare ACA results based on two different types of co-citation counting - the traditional type that only counts the first one among a cited work's authors on the one hand and a non-traditional type that takes into account the first 5 authors of a cited work on the other hand. Results indicate that the picture produced through this non-traditional author co-citation counting contains more coherent author groups and is therefore considerably clearer. However, this picture represents fewer specialties in the research field being studied than that produced through the traditional first-author co-citation counting when the same number of top-ranked authors is selected and analyzed. Reasons for these effects are discussed
    corecore