We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21c9cb8 + 542221a commit 145bab3Copy full SHA for 145bab3
.github/workflows/ci.yml
@@ -9,7 +9,8 @@ jobs:
9
strategy:
10
matrix:
11
version:
12
- - '1.5'
+ - '1.6'
13
+ - '1.8'
14
os:
15
- ubuntu-latest
16
- macOS-latest
Project.toml
@@ -1,7 +1,7 @@
1
name = "DataAugmentation"
2
uuid = "88a5189c-e7ff-4f85-ac6b-e6158070f02e"
3
authors = ["lorenzoh <lorenz.ohly@gmail.com>"]
4
-version = "0.2.10"
+version = "0.2.11"
5
6
[deps]
7
ColorBlendModes = "60508b50-96e1-4007-9d6c-f475c410f16b"
@@ -36,7 +36,7 @@ MosaicViews = "0.2, 0.3"
36
OffsetArrays = "1"
37
Parameters = "0.12"
38
Rotations = "1"
39
-Setfield = "0.7, 0.8"
+Setfield = "0.7, 0.8, 1"
40
StaticArrays = "1"
41
julia = "1.3, 1.4, 1.5"
42
0 commit comments