Skip to content

Commit fbfb242

Browse files
authored
Oops (#296)
* Remove redundant typees * Bump patch * Ignore DS_store
1 parent 6f38bf6 commit fbfb242

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
Manifest.toml
44
coverage/
55
src/update_v0.8.0
6+
.DS_store

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "KernelFunctions"
22
uuid = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
3-
version = "0.10.3"
3+
version = "0.10.4"
44

55
[deps]
66
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"

src/KernelFunctions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export IndependentMOKernel, LatentFactorMOKernel, IntrinsicCoregionMOKernel
4242
export tensor, , compose
4343

4444
using Compat
45-
using ChainRulesCore: ChainRulesCore, Tangent, ZeroTangent, One, DoesNotExist, NoTangent
45+
using ChainRulesCore: ChainRulesCore, Tangent, ZeroTangent, NoTangent
4646
using ChainRulesCore: @thunk, InplaceableThunk
4747
using CompositionsBase
4848
using Distances

0 commit comments

Comments
 (0)