Skip to content

Commit

Permalink
Merge branch 'master' into negative
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion committed Apr 14, 2020
2 parents cb5a75a + f21b517 commit bf7757d
Show file tree
Hide file tree
Showing 6 changed files with 313 additions and 361 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/TagBot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: TagBot
on:
schedule:
- cron: 0 * * * *
jobs:
TagBot:
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ language: julia
os:
- linux
- osx
- windows

julia:
- 1.0
- 1.1
- 1
- nightly

matrix:
Expand Down
3 changes: 0 additions & 3 deletions src/Distances.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
__precompile__()

module Distances

using LinearAlgebra
Expand Down Expand Up @@ -102,7 +100,6 @@ export
include("common.jl")
include("generic.jl")
include("metrics.jl")
include("wmetrics.jl")
include("haversine.jl")
include("mahalanobis.jl")
include("bhattacharyya.jl")
Expand Down
Loading

0 comments on commit bf7757d

Please sign in to comment.