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: master
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: kernelmethod/ci_updates
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 8 files changed
  • 1 contributor

Commits on Aug 31, 2021

  1. Simplifications to unit testing in the CI pipeline.

    - Stop running unit tests on pushes to every branch; only run them on
      (a) pushes to master or (b) pull requests.
    - Stop running unit tests on nightly (since they don't provide much
      useful information and fail too often).
    - Only run unit tests on Linux so that we don't go outside of GitHub
      Action's usage limits.
    kernelmethod committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    4383abd View commit details
    Browse the repository at this point in the history
  2. Fix doctests for Julia 1.6.

    Fix the doctests to handle a change between Julia 1.5 and 1.6 where
    one-dimensional arrays like Array{1} and BitArray{1} are displayed in
    the REPL output as "Vector" and "BitVector".
    kernelmethod committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    dc50b96 View commit details
    Browse the repository at this point in the history
Loading