8000 Comparing v0.11.0...v0.12.0 · Safe-DS/Runner · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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/Runner
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.0
Choose a base ref
...
head repository: Safe-DS/Runner
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.0
Choose a head ref
  • 3 commits
  • 5 files changed
  • 4 contributors

Commits on Apr 17, 2024

  1. feat: handle list of filenames in absolute_path and file_mtime (#89)

    Closes #88
    
    ### Summary of Changes
    
    `file_mtime` and `absolute_path` can now work with a list of strings as
    well as a single string. This is needed for function like
    `ImageList.from_files` that accept multiple paths.
    
    For now, order matters. Specifying the same paths in a different order
    leads to a different memoization key.
    lars-reimann authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    50d831f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. feat: prepare and pool processes (#87)

    Closes #85
    
    ### Summary of Changes
    
    - Use a process pool to keep started processes waiting
    - The max. amount of pipeline processes is now set to `4`.
    - Reuse started processes. This should be correct, as the same pipeline
    process cannot be used by multiple pipelines at the same time. As the
    `metapath` is reset to remove the custom generated Safe-DS pipeline
    code, only global library imports (and settings) should remain. If this
    is a concern, `maxtasksperchild` can be set to `1`, in which case
    pipeline processes are not reused.
    - Reuse shared memory location for saving placeholders, if the
    memoization infrastructure has added such a location to the object being
    saved
    
    ---------
    
    Co-authored-by: megalinter-bot <129584137+megalinter-bot@users.noreply.github.com>
    Co-authored-by: Lars Reimann <mail@larsreimann.com>
    3 people authored Apr 21, 2024
    Configuration menu
    Copy the full SHA
    e5e7011 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. chore(release): 0.12.0 [skip ci]

    ## [0.12.0](v0.11.0...v0.12.0) (2024-04-22)
    
    ### Features
    
    * handle list of filenames in `absolute_path` and `file_mtime` ([#89](#89)) ([50d831f](50d831f)), closes [#88](#88)
    * prepare and pool processes ([#87](#87)) ([e5e7011](e5e7011)), closes [#85](#85)
    semantic-release-bot committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    07d4c15 View commit details
    Browse the repository at this point in the history
Loading
0