You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**BREAKING**: Migrate from Requires.jl to package extensions (#591)
* Migrate from Requires.jl to package extensions
We drop 1.6 support while we are at it. The minimum to support package extensions would be 1.9, but we will support LTS.
* Add note about package extensions
Copy file name to clipboardExpand all lines: docs/src/api.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,9 @@ NystromFact
89
89
```
90
90
91
91
## Conditional Utilities
92
-
To keep the dependencies of KernelFunctions lean, some functionality is only available if specific other packages are explicitly loaded (`using`).
92
+
To keep the dependencies of KernelFunctions lean, it uses [package extensions](https://pkgdocs.julialang.org/v1/creating-packages/#Conditional-loading-of-code-in-packages-(Extensions)) to
93
+
conditionally load some code. In order to enable the following functions, load the required
0 commit comments