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: ChristianHansen/HyperMinHash-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: aptr322/HyperMinHash-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Aug 10, 2020

  1. Remove RegisterSerDe (#15)

    This class is unused, so we can remove it.
    ChristianHansen authored Aug 10, 2020
    Configuration menu
    Copy the full SHA
    3f8e63b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Whitespace cleanup. (#16)

    Removed double empty lines and add missing newline at end of of file.
    
    Not strictly necessary to stay in line with the Google style guide (if we are trying to stay in line with that), but I think the consistency in whitespace usage is good.
    ChristianHansen authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    69d6867 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Bump junit from 4.12 to 4.13.1 (#18)

    Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1.
    - [Release notes](https://github.com/junit-team/junit4/releases)
    - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md)
    - [Commits](junit-team/junit4@r4.12...r4.13.1)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 12, 2020
    Configuration menu
    Copy the full SHA
    fa6e208 View commit details
    Browse the repository at this point in the history
Loading