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: Safe-DS/Library
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.28.0
Choose a base ref
...
head repository: Safe-DS/Library
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.28.1
Choose a head ref
  • 3 commits
  • 20 files changed
  • 3 contributors

Commits on Sep 17, 2024

  1. docs: update changelog

    lars-reimann authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    fdd971a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. fix: unwrap operators of cell operations (#932)

    ### Summary of Changes
    
    Always unwrap the right operators of cell operations. This was missing
    in some cases, leading to runtime errors akin to
    
    ```cannot create expression literal for value of type _LazyCell: <Expr ['[(col("Shortness of breath on …'] at 0x18E78C3E010>```
    
    ---------
    
    Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
    lars-reimann and megalinter-bot authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    533a966 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.28.1 [skip ci]

    ## [0.28.1](v0.28.0...v0.28.1) (2024-09-26)
    
    ### Bug Fixes
    
    * unwrap operators of cell operations ([#932](#932)) ([533a966](533a966))
    semantic-release-bot committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    18b99eb View commit details
    Browse the repository at this point in the history
Loading