Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
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/Datasets
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.10.0
Choose a base ref
...
head repository: Safe-DS/Datasets
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.0
Choose a head ref
  • 8 commits
  • 15 files changed
  • 2 contributors

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    0ff035d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a2a894 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. docs: how to configure an IDE for development (#51)

    Closes #50.
    
    ### Summary of Changes
    
    * How to configure PyCharm
    * How to configure VS Code
    * Some hints about common mistakes
    lars-reimann authored Apr 16, 2023
    Configuration menu
    Copy the full SHA
    bdff0a6 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. test: ignore TYPE_CHECKING blocks when computing coverage (#52)

    ### Summary of Changes
    
    `TYPE_CHECKING` blocks are supposed to be never executed, so they can
    also never be covered by tests. Now they are also no longer included in
    the test coverage.
    lars-reimann authored Apr 19, 2023
    Configuration menu
    Copy the full SHA
    ca8016e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3aa119 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 22, 2023

  1. feat: compatibility with safe-ds v0.11.0 (#53)

    ### Summary of Changes
    
    Integrate API changes of [safe-ds
    v0.11.0](https://github.com/Safe-DS/Stdlib/releases/tag/v0.11.0).
    lars-reimann authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    462ec46 View commit details
    Browse the repository at this point in the history
  2. chore(release): 0.11.0 [skip ci]

    ## [0.11.0](v0.10.0...v0.11.0) (2023-04-22)
    
    ### Features
    
    * compatibility with `safe-ds` v0.11.0 ([#53](#53)) ([462ec46](462ec46))
    semantic-release-bot committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    008f8b9 View commit details
    Browse the repository at this point in the history
Loading