From bbbd9d5c91d5223048aca0c878cadacd816cef0c Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Sat, 7 Dec 2024 12:43:27 +0000 Subject: [PATCH] build based on 38fa48a --- dev/.documenter-siteinfo.json | 2 +- dev/ellipsisnotation/index.html | 2 +- dev/index.html | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json index d3ef876..a650e20 100644 --- a/dev/.documenter-siteinfo.json +++ b/dev/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.11.1","generation_timestamp":"2024-11-30T12:42:34","documenter_version":"1.8.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-07T12:43:22","documenter_version":"1.8.0"}} \ No newline at end of file diff --git a/dev/ellipsisnotation/index.html b/dev/ellipsisnotation/index.html index de01ef5..196836d 100644 --- a/dev/ellipsisnotation/index.html +++ b/dev/ellipsisnotation/index.html @@ -23,4 +23,4 @@ 6 7]; julia> B == reshape(A[1, ..], 4, 2) -truesource +truesource diff --git a/dev/index.html b/dev/index.html index 8595e33..ee985ac 100644 --- a/dev/index.html +++ b/dev/index.html @@ -32,8 +32,8 @@ julia> size(C[1:1, .., 1:1]) (1, 3, 3, 3, 1)

Note: .. slurps dimensions greedily, meaning that the first occurrence of .. in an index expression creates as many slices as possible. Other instances of .. afterwards are treated simply as slices. Usually, you should only use one instance of .. in an indexing expression to avoid possible confusion.

Warning: .. does not work when indexing also with end or begin. For example, A = randn(2,3,4); A[.., 1:end] will not give the intended result. This is a known limitation, and is not likely to be fixed until some necessary changes in the Julia language itself are implemented. See https://github.com/ChrisRackauckas/EllipsisNotation.jl/issues/19 for more details.

Contributing

Acknowledgements

I would like to acknowledge M. Schauer for the .. notation implementation. He had the original idea, I just extended it and put it into a package because of how useful it has been to me.

Reproducibility

The documentation of this SciML package was built using these direct dependencies,
Status `~/work/EllipsisNotation.jl/EllipsisNotation.jl/docs/Project.toml`
   [e30172f5] Documenter v1.8.0
-  [da5c29d0] EllipsisNotation v1.8.0 `~/work/EllipsisNotation.jl/EllipsisNotation.jl`
and using this machine and Julia version.
Julia Version 1.11.1
-Commit 8f5b7ca12ad (2024-10-16 10:53 UTC)
+  [da5c29d0] EllipsisNotation v1.8.0 `~/work/EllipsisNotation.jl/EllipsisNotation.jl`
and using this machine and Julia version.
Julia Version 1.11.2
+Commit 5e9a32e7af2 (2024-12-01 20:02 UTC)
 Build Info:
   Official https://julialang.org/ release
 Platform Info:
@@ -110,4 +110,4 @@
   [83775a58] Zlib_jll v1.2.13+1
   [8e850b90] libblastrampoline_jll v5.11.0+0
   [8e850ede] nghttp2_jll v1.59.0+0
-  [3f19e933] p7zip_jll v17.4.0+2

You can also download the manifest file and the project file.

+ [3f19e933] p7zip_jll v17.4.0+2

You can also download the manifest file and the project file.