Thanks to visit codestin.com
Credit goes to github.com

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: waltsims/k-wave-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.7
Choose a base ref
...
head repository: waltsims/k-wave-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.0
Choose a head ref
  • 11 commits
  • 32 files changed
  • 5 contributors

Commits on Nov 26, 2024

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

Commits on Nov 27, 2024

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

Commits on Dec 8, 2024

  1. Bump matplotlib from 3.9.2 to 3.9.3 (#524)

    Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.2 to 3.9.3.
    - [Release notes](https://github.com/matplotlib/matplotlib/releases)
    - [Commits](matplotlib/matplotlib@v3.9.2...v3.9.3)
    
    ---
    updated-dependencies:
    - dependency-name: matplotlib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 8, 2024
    Configuration menu
    Copy the full SHA
    6ccc328 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. Bump matplotlib from 3.9.3 to 3.10.0 (#530)

    Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.9.3 to 3.10.0.
    - [Release notes](https://github.com/matplotlib/matplotlib/releases)
    - [Commits](matplotlib/matplotlib@v3.9.3...v3.10.0)
    
    ---
    updated-dependencies:
    - dependency-name: matplotlib
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    4108410 View commit details
    Browse the repository at this point in the history
  2. Bump coverage from 7.6.8 to 7.6.9 (#526)

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.8 to 7.6.9.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.6.8...7.6.9)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    158f984 View commit details
    Browse the repository at this point in the history
  3. Update numpy requirement from <2.2.0,>=1.22.2 to >=1.22.2,<2.3.0 (#527)

    Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version.
    - [Release notes](https://github.com/numpy/numpy/releases)
    - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst)
    - [Commits](numpy/numpy@v1.22.2...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: numpy
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Walter Simson <[email protected]>
    dependabot[bot] and waltsims authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    a9f38f9 View commit details
    Browse the repository at this point in the history
  4. Bump deepdiff from 8.0.1 to 8.1.1 (#532)

    Bumps [deepdiff](https://github.com/seperman/deepdiff) from 8.0.1 to 8.1.1.
    - [Release notes](https://github.com/seperman/deepdiff/releases)
    - [Changelog](https://github.com/seperman/deepdiff/blob/master/docs/changelog.rst)
    - [Commits](seperman/deepdiff@8.0.1...8.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: deepdiff
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    53ad5a6 View commit details
    Browse the repository at this point in the history
  5. Migrate license to LGPL-3.0 (#531)

    * Update LICENSE file
    
    * update licensing doc
    
    * update docs formatting
    
    * Reference contributor approval in documentation.
    
    * add discussion to licensing page
    
    * fix typos
    
    * minor reformatting
    
    ---------
    
    Co-authored-by: Walter Simson <[email protected]>
    waltsims and waltsims authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    a444ed3 View commit details
    Browse the repository at this point in the history
  6. Update execution options APIs (#529)

    * remove changes from user brubbel
    
    * update executor test
    
    * ignore deprecation warnings in k-wave-python
    
    * update comparison strings
    
    * improve coverage
    
    * split arguments
    
    * remove explicit number of threads
    
    * extend coverage for negative device number
    
    * add windows exclusion for expected values
    
    * update "all" default value
    
    * test list equality
    
    ---------
    
    Co-authored-by: Walter Simson <[email protected]>
    waltsims and waltsims authored Dec 23, 2024
    Configuration menu
    Copy the full SHA
    9232002 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2024

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

Commits on Jan 13, 2025

  1. Release/v0.4.0 (#538)

    * bump version to 0.4.0
    
    * update citation
    
    ---------
    
    Co-authored-by: Walter Simson <[email protected]>
    waltsims and waltsims authored Jan 13, 2025
    Configuration menu
    Copy the full SHA
    87a7281 View commit details
    Browse the repository at this point in the history
Loading