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: JuliaML/LossFunctions.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.0
Choose a base ref
...
head repository: JuliaML/LossFunctions.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.1
Choose a head ref
  • 12 commits
  • 6 files changed
  • 3 contributors

Commits on May 30, 2022

  1. Update TagBot.yml

    juliohm authored May 30, 2022
    Configuration menu
    Copy the full SHA
    521ff95 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2023

  1. remove unneeded generated function for OrdinalMarginLoss constructor

    The normal lowering for this function uses `fieldtype`, just like this,
    which does not suffer from the assumption mistakes of the `@generated`
    approximation of this of how to unwrap and normalize types correctly.
    vtjnash authored Mar 11, 2023
    Configuration menu
    Copy the full SHA
    4d389d5 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Create dependabot.yml

    juliohm authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    e24e9dd View commit details
    Browse the repository at this point in the history
  2. Bump actions/cache from 1 to 3

    Bumps [actions/cache](https://github.com/actions/cache) from 1 to 3.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    2eb9775 View commit details
    Browse the repository at this point in the history
  3. Bump actions/checkout from 2 to 3

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    8e51e56 View commit details
    Browse the repository at this point in the history
  4. Bump codecov/codecov-action from 1 to 3

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 3.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@v1...v3)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    26baace View commit details
    Browse the repository at this point in the history
  5. Merge pull request #153 from vtjnash/patch-1

    remove unneeded generated function for OrdinalMarginLoss constructor
    juliohm authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    90b4799 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #154 from JuliaML/dependabot/github_actions/action…

    …s/cache-3
    
    Bump actions/cache from 1 to 3
    juliohm authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    0b847e2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #155 from JuliaML/dependabot/github_actions/action…

    …s/checkout-3
    
    Bump actions/checkout from 2 to 3
    juliohm authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    421addd View commit details
    Browse the repository at this point in the history
  8. Merge pull request #156 from JuliaML/dependabot/github_actions/codeco…

    …v/codecov-action-3
    
    Bump codecov/codecov-action from 1 to 3
    juliohm authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    5885ad4 View commit details
    Browse the repository at this point in the history
  9. Update README.md

    juliohm authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    9ecb9fe View commit details
    Browse the repository at this point in the history
  10. Update Project.toml

    juliohm authored Mar 30, 2023
    2 Configuration menu
    Copy the full SHA
    f97f43b View commit details
    Browse the repository at this point in the history
Loading