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

Add broadcast_block_shapes #419

Merged
merged 5 commits into from
May 19, 2023
Merged

Add broadcast_block_shapes #419

merged 5 commits into from
May 19, 2023

Commits on May 15, 2023

  1. Rename test file

    Michael-T-McCann committed May 15, 2023
    Configuration menu
    Copy the full SHA
    8128a25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a959bd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

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

Commits on May 19, 2023

  1. Implement #419 review recommendations (#421)

    * Resolve #261 (#416)
    
    * Improve markup for numpy.float32 etc. as well as some other docs improvements
    
    * Add note to style docs
    
    * Minor docs edit
    
    * Some markup changes
    
    * Resolve #165 (#415)
    
    * Add function for computing gaussian distribution
    
    * Typing fix and better default sigma
    
    * Address #165
    
    * Fix docs typos and suppress apparently-spurious type error
    
    * Target clean also cleans _autosummary directory
    
    * Use new TypeAlias declaration
    
    * Suppress type error
    
    * Avoid pollution of docs with excessively long type alias definition
    
    * Add comment as per PR review suggestion
    
    * Resolve #83 (#417)
    
    * Attempt to remove rtd edit on github button
    
    * Bump jaxlib/jax max versions
    
    * Remove function no longer in jax.numpy
    
    * Resolve #377 (#418)
    
    * Fix markup
    
    * Docstring edits
    
    * Change sphinx theme
    
    * Docstring fixes
    
    * Theme customization
    
    * Clean up
    
    * Fix inheritance diagram insertion
    
    * Resolve document not in any toctree warning for index.ipynb
    
    * Clean up
    
    * Update submodule
    
    * Adjust css
    
    * Avoid problems with dark mode
    
    * Add version number in sidebar
    
    * Change inheritance diagram color scheme
    
    * Clean up
    
    * Correct path to docs_requirements
    
    ---------
    
    Co-authored-by: Thilo Balke <[email protected]>
    
    * Implement PR review recommendations
    
    ---------
    
    Co-authored-by: Thilo Balke <[email protected]>
    bwohlberg and tbalke authored May 19, 2023
    Configuration menu
    Copy the full SHA
    6ac40d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    236f8f6 View commit details
    Browse the repository at this point in the history