8000 Comparing v0.1.2...v0.2.0 · kernelmethod/LSHFunctions.jl · GitHub
[go: up one dir, main page]

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: kernelmethod/LSHFunctions.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.2
Choose a base ref
...
head repository: kernelmethod/LSHFunctions.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.0
Choose a head ref
  • 19 commits
  • 24 files changed
  • 2 contributors

Commits on Jul 1, 2020

  1. Drop support for ChebHash.

    Remove ChebHash from the package in favor of better support for
    MonteCarloHash. Fixes #26.
    kernelmethod committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    66feea6 View commit details
    Browse the repository at this point in the history
  2. Remove MIPSHash. Fixes #28.

    kernelmethod committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    18f934d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2020

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

Commits on Oct 8, 2020

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

Commits on Oct 21, 2020

  1. Merge pull request #30 from kernelmethod/compathelper/new_version/202…

    …0-10-08-00-35-20-668-2813183098
    
    CompatHelper: bump compat for "Distributions" to "0.24"
    kernelmethod authored Oct 21, 2020
    Configuration menu
    Copy the full SHA
    59fb785 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Update the TagBot workflow.

    Update TagBot to be compatible with changes to GitHub actions. See the
    following link for more information:
    
        https://discourse.julialang.org/t/ann-required-updates-to-tagbot-yml/49249
    kernelmethod committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    face85d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

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

Commits on Dec 23, 2020

  1. Merge pull request #31 from kernelmethod/compathelper/new_version/202…

    …0-12-11-00-40-51-704-3611690087
    
    CompatHelper: bump compat for "Documenter" to "0.26"
    kernelmethod authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    dbeea02 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Improved implementation of Base.show for LSHFunction. Closes #32.

    Add a new implementation of Base.show(::IO, ::LSHFunction) that prints
    and arbitrary LSHFunction.
    kernelmethod committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    016f995 View commit details
    Browse the repository at this point in the history
  2. Update the CI/CD pipeline to use GitHub actions rather than Travis CI…

    …. Small reformatting updates to the README.
    kernelmethod committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    dba6dcf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdf6495 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1f732d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d2e07 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #33 from kernelmethod/documentation_fixes

    Fixes to the documentation build process
    kernelmethod authored Feb 26, 2021
    Configuration menu
    Copy the full SHA < 8000 /div>
    ddc1c3d View commit details
    Browse the repository at this point in the history
  7. Update LICENSE

    kernelmethod committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    1d32567 View commit details
    Browse the repository at this point in the history
  8. Various updates to prepare for v0.2.0.

    - Remove HashCompressor -- the old implementation was pretty bare and
      didn't provide much value to the project. It's possible that in a
      future version something like HashCompressor will be added back in,
      but I think some additional work is needed to figure out how to make
      hash compression more generally useful.
    - Remove some unneeded dependencies from the source and from the
      Project.toml.
      - Removed Documenter and Loogging. Additionally, I've removed SHA,
        which was used by HashCompressor but is no longer needed after
        HashCompressor's removal.
    - Update the project version to v0.2.0.
    kernelmethod committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    8be0108 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #34 from kernelmethod/r0.2

    Update project to v0.2.0
    kernelmethod authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b50951d View commit details
    Browse the repository at this point in the history
  10. Minor fixes to the CI/CD pipeline. Test on Julia 1.6 instead of night…

    …ly (continue testing on nightly only for Linux).
    kernelmethod committed Feb 26, 2021
    Configuration menu
    Copy the full SHA
    b4dbba0 View commit details
    Browse the repository at this point in the history
  11. Don't run tests on v1.6.

    kernelmethod committed Feb 26, 2021
    2 Configuration menu
    Copy the full SHA
    a76d5e0 View commit details
    Browse the repository at this point in the history
Loading
0