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: discopy/discopy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.6
Choose a base ref
...
head repository: discopy/discopy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.1.7
Choose a head ref
  • 12 commits
  • 14 files changed
  • 4 contributors

Commits on Jan 3, 2024

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

Commits on Jan 6, 2024

  1. Fix docs, remove architecture from readme (#255)

    * Fix docs, remove architecture from readme
    
    * edit workflow
    
    * cache v3
    toumix authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    bf9ded1 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Fix pregroup swap rotation

    toumix committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    1dcc308 View commit details
    Browse the repository at this point in the history
  2. oops

    toumix committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    6d098e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ec3c570 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

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

Commits on Jan 17, 2024

  1. feat: Do not infer dtype when data is None in tensor.Box (#261)

    * feat: Do not infer dtype when `data` is `None` in `tensor.Box`
    
    Tests have been added accordingly.
    
    Fixes weird behavior where tensor boxes that should be equal are different.
    
    * Implement changes suggested by @toumix
    boldar99 authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    909e203 View commit details
    Browse the repository at this point in the history
  2. Update build.yml with versions 3.10 and 3.11 (#262)

    * Update build.yml with versions 3.10 and 3.11
    toumix authored Jan 17, 2024
    Configuration menu
    Copy the full SHA
    c839adf View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Configuration menu
    Copy the full SHA
    b7fdf6e View commit details
    Browse the repository at this point in the history
  2. Fix scalar too (#264)

    * Fix scalar too
    
    * Fix tests
    y-richie-y authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    7b2ba65 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

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

Commits on Feb 26, 2024

  1. TypeVar argument must be str (#267)

    * TypeVar argument must be str
    
    * Make Python syntax happy
    
    * Make linter happy
    
    * Remove tensorflow from test requirements
    
    * Update requirements
    
    * cleanup
    toumix authored Feb 26, 2024
    Configuration menu
    Copy the full SHA
    7b0f777 View commit details
    Browse the repository at this point in the history
Loading