Skip to content

Commit b5d9a85

Browse files
authored
NeuroCore 0.2 (#14)
Major update replacing old image based methods and replacing NeuroArray with generic backend.
1 parent d338de8 commit b5d9a85

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+4569
-1529
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ os:
33
- osx
44
- linux
55
julia:
6-
- 1.3
76
- 1.4
7+
- 1.5
88

99
codecov: true
1010

@@ -14,7 +14,7 @@ notifications:
1414
jobs:
1515
include:
1616
- stage: "Documentation"
17-
julia: 1.3
17+
julia: 1.4
1818
os: linux
1919
script:
2020
- julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'

0 commit comments

Comments
 (0)