We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b7cd10 + f1724df commit 0f092ceCopy full SHA for 0f092ce
4 files changed
.github/dependabot.yml
@@ -4,3 +4,7 @@ updates:
4
directory: /
5
schedule:
6
interval: daily
7
+ - package-ecosystem: "julia"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
.github/workflows/CompatHelper.yml
.github/workflows/ci.yml
@@ -21,8 +21,7 @@ jobs:
21
os:
22
- ubuntu-latest
23
- windows-latest
24
- - macOS-14 # intel
25
- - macOS-latest # arm
+ - macOS-latest
26
arch:
27
- x64
28
- aarch64
@@ -31,8 +30,6 @@ jobs:
31
30
arch: aarch64
32
- os: windows-latest
33
34
- - os: macOS-14
35
- arch: aarch64
36
- os: macOS-latest
37
arch: x64
38
steps:
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## [1.15.0]
+## [1.15.0] - 2026-01-14
- add and export `explode` function that produces a grid with all adjacencies removed
## [1.14.2] - 2025-11-25
0 commit comments