Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DEP][DOC}: 696 fix random seed documentation #25

Commits on Feb 23, 2024

  1. REL: Version 2.2.3 release

    ColmTalbot committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    49c1c39 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    25305f6 View commit details
    Browse the repository at this point in the history
  2. DEP,DOC: Updated doc string to ask for np generator instance instead …

    …of legacy generator
    SeanHibbitt authored and ColmTalbot committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    d685c89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec66296 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ce19fe View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. MAINT: add .gitignore for docs

    mj-will authored and ColmTalbot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    e008142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    164ca22 View commit details
    Browse the repository at this point in the history
  3. MAINT: fix typo that printed wrong spin information in gw/source.py

    Alexandre Goettel authored and ColmTalbot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    a84ed19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ccaa0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a89e8e View commit details
    Browse the repository at this point in the history
  6. TST: add option to skip ROQs tests

    mj-will authored and ColmTalbot committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7a06724 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Configuration menu
    Copy the full SHA
    a818fe8 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    348b426 View commit details
    Browse the repository at this point in the history
  2. Pre-commit fixes

    SeanHibbitt committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9c5cc4d View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. pre-commit re-run

    I realised that pre-commit didn't check any files because there were no logged chagnes. So I ran pre-commit on everything using "pre-commit run --all-files".
    
    This only brought up relevant changes from myself, with the exceptions of:
    "bilby/bilby_mcmc/sampler.py:525:38: E226 missing whitespace around arithmetic operator"
    which is outside the remit of this merge request.
    SeanHibbitt committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    e175f3a View commit details
    Browse the repository at this point in the history