Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ColmTalbot/wcosmo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.1
Choose a base ref
...
head repository: ColmTalbot/wcosmo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 7 commits
  • 19 files changed
  • 5 contributors

Commits on Aug 12, 2024

  1. astropy Comparison Notebook (#1)

    * add comparisons w astropy notebook
    
    * plotting functions for easier comparison
    
    * plotting functions for easier comparison
    
    * rerun w typo fix
    
    * a few more comparisons
    
    * add comparisons with Adachi and Kasai 2011
    
    * add notebook description
    
    * rename notebook to be more descriptive
    
    * minor aesthetic changes
    
    * add more commentary
    
    * reformat with black
    
    * minor text edits, fix one bug introduced by black
    
    * add to docs, minor formatting changes
    
    * typo fix
    
    * one more addition, sorry for all the small commits!
    
    * format: decrease heading level of all but title
    
    * add absorption distance to list of functions in module
    
    * add examples to analytic integral docstring
    
    * add extra braces to sub/superscripts and reformat with precommit version of black
    
    * add even more braces to fix autodoc issue
    
    * add missing bracket
    
    * accept Colm's suggestion
    
    Co-authored-by: Colm Talbot <talbotcolm@gmail.com>
    
    * add ouptputs of examples, wcosmo equivalents of astropy commands
    
    * description fixes:
    - remove unnecessary comments
    - fix error in DL definition
    - define all variables
    
    ---------
    
    Co-authored-by: Amanda Farah <amanda.farah@ligo.org>
    Co-authored-by: Colm Talbot <talbotcolm@gmail.com>
    3 people authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    27358c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b8b3b View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. astropy version pin to be > 6.1 (#19)

    Co-authored-by: Hui Tong <hui.tong@ldas-pcdev11.ligo.caltech.edu>
    HuiTong5 and Hui Tong authored Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4ee193c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. REVERT: no longer directly subclass astropy to avoid units issues (#21)

    * REVERT: no longer directly subclass astropy to avoid units issues
    
    * TEST: make astropy jit test more sensible
    ColmTalbot authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b423d82 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. FEAT: enable jax units using unxt (#23)

    * FEAT: enable jax units using unxt
    
    * BLD: fix which modules get xp and add unxt as a test dependency
    ColmTalbot authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    ff85eab View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Generalize integration (#18)

    * FEAT: generalize taylor expansion
    
    * FEAT: add analytic integration with hyp2f1
    
    * DEV: add some special cases
    
    * DEV: add back removed argument
    
    * TEST: fix some tests
    
    * TEST: make some more tests work
    
    * REFACTOR: refactor integration for special cases
    
    * BUG: various bug fixes
    
    * DOC: add example comparing integration methods
    ColmTalbot authored Oct 18, 2024
    Configuration menu
    Copy the full SHA
    181c69d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48295e2 View commit details
    Browse the repository at this point in the history
Loading