Skip to content

Commit 5bc9d7d

Browse files
authored
Add files via upload
1 parent 0953dd6 commit 5bc9d7d

File tree

10 files changed

+323
-3
lines changed

10 files changed

+323
-3
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2024 Jacob Crosser
3+
Copyright (c) 2024 Jacob T. Crosser
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Manifest.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This file is machine-generated - editing it directly is not advised
2+

Project.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "StatisticalManifolds"
2+
uuid = "2d59fa81-9b3b-42d2-bf16-c012499602ea"
3+
authors = ["Jacob T. Crosser"]
4+
version = "0.1.0-DEV"
5+
6+
[compat]
7+
julia = "1.7"
8+
9+
[extras]
10+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
12+
[targets]
13+
test = ["Test"]

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1-
# StatisticalManifolds.jl
2-
A package for visualizing the information-geometric manifolds of statistical models and data.
1+
# StatisticalManifolds
2+
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Owner.github.io/StatisticalManifolds.jl/stable/)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Owner.github.io/StatisticalManifolds.jl/dev/)
5+
[![Build Status](https://github.com/Owner/StatisticalManifolds.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/Owner/StatisticalManifolds.jl/actions/workflows/CI.yml?query=branch%3Amaster)
6+
[![Coverage](https://codecov.io/gh/Owner/StatisticalManifolds.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/Owner/StatisticalManifolds.jl)

docs/Manifest.toml

Lines changed: 248 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,248 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
julia_version = "1.7.3"
4+
manifest_format = "2.0"
5+
6+
[[deps.ANSIColoredPrinters]]
7+
git-tree-sha1 = "574baf8110975760d391c710b6341da1afa48d8c"
8+
uuid = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
9+
version = "0.0.1"
10+
11+
[[deps.AbstractTrees]]
12+
git-tree-sha1 = "2d9c9a55f9c93e8887ad391fbae72f8ef55e1177"
13+
uuid = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
14+
version = "0.4.5"
15+
16+
[[deps.ArgTools]]
17+
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
18+
19+
[[deps.Artifacts]]
20+
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
21+
22+
[[deps.Base64]]
23+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
24+
25+
[[deps.CodecZlib]]
26+
deps = ["TranscodingStreams", "Zlib_jll"]
27+
git-tree-sha1 = "bce6804e5e6044c6daab27bb533d1295e4a2e759"
28+
uuid = "944b1d66-785c-5afd-91f1-9de20f533193"
29+
version = "0.7.6"
30+
31+
[[deps.Dates]]
32+
deps = ["Printf"]
33+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
34+
35+
[[deps.DocStringExtensions]]
36+
deps = ["LibGit2"]
37+
git-tree-sha1 = "2fb1e02f2b635d0845df5d7c167fec4dd739b00d"
38+
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
39+
version = "0.9.3"
40+
41+
[[deps.Documenter]]
42+
deps = ["ANSIColoredPrinters", "AbstractTrees", "Base64", "CodecZlib", "Dates", "DocStringExtensions", "Downloads", "Git", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "MarkdownAST", "Pkg", "PrecompileTools", "REPL", "RegistryInstances", "SHA", "TOML", "Test", "Unicode"]
43+
git-tree-sha1 = "d0ea2c044963ed6f37703cead7e29f70cba13d7e"
44+
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
45+
version = "1.8.0"
46+
47+
[[deps.Downloads]]
48+
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
49+
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
50+
51+
[[deps.Expat_jll]]
52+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
53+
git-tree-sha1 = "e51db81749b0777b2147fbe7b783ee79045b8e99"
54+
uuid = "2e619515-83b5-522b-bb60-26c02a35a201"
55+
version = "2.6.4+1"
56+
57+
[[deps.FileWatching]]
58+
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
59+
60+
[[deps.Git]]
61+
deps = ["Git_jll"]
62+
git-tree-sha1 = "04eff47b1354d702c3a85e8ab23d539bb7d5957e"
63+
uuid = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
64+
version = "1.3.1"
65+
66+
[[deps.Git_jll]]
67+
deps = ["Artifacts", "Expat_jll", "JLLWrappers", "LibCURL_jll", "Libdl", "Libiconv_jll", "OpenSSL_jll", "PCRE2_jll", "Zlib_jll"]
68+
git-tree-sha1 = "399f4a308c804b446ae4c91eeafadb2fe2c54ff9"
69+
uuid = "f8c6e375-362e-5223-8a59-34ff63f689eb"
70+
version = "2.47.1+0"
71+
72+
[[deps.IOCapture]]
73+
deps = ["Logging", "Random"]
74+
git-tree-sha1 = "b6d6bfdd7ce25b0f9b2f6b3dd56b2673a66c8770"
75+
uuid = "b5f81e59-6552-4d32-b1f0-c071b021bf89"
76+
version = "0.2.5"
77+
78+
[[deps.InteractiveUtils]]
79+
deps = ["Markdown"]
80+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
81+
82+
[[deps.JLLWrappers]]
83+
deps = ["Artifacts", "Preferences"]
84+
git-tree-sha1 = "be3dc50a92e5a386872a493a10050136d4703f9b"
85+
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
86+
version = "1.6.1"
87+
88+
[[deps.JSON]]
89+
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
90+
git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
91+
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
92+
version = "0.21.4"
93+
94+
[[deps.LazilyInitializedFields]]
95+
git-tree-sha1 = "0f2da712350b020bc3957f269c9caad516383ee0"
96+
uuid = "0e77f7df-68c5-4e49-93ce-4cd80f5598bf"
97+
version = "1.3.0"
98+
99+
[[deps.LibCURL]]
100+
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
101+
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
102+
103+
[[deps.LibCURL_jll]]
104+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
105+
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
106+
107+
[[deps.LibGit2]]
108+
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
109+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
110+
111+
[[deps.LibSSH2_jll]]
112+
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
113+
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
114+
115+
[[deps.Libdl]]
116+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
117+
118+
[[deps.Libiconv_jll]]
119+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
120+
git-tree-sha1 = "61dfdba58e585066d8bce214c5a51eaa0539f269"
121+
uuid = "94ce4f54-9a6c-5748-9c1c-f9c7231a4531"
122+
version = "1.17.0+1"
123+
124+
[[deps.Logging]]
125+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
126+
127+
[[deps.Markdown]]
128+
deps = ["Base64"]
129+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
130+
131+
[[deps.MarkdownAST]]
132+
deps = ["AbstractTrees", "Markdown"]
133+
git-tree-sha1 = "465a70f0fc7d443a00dcdc3267a497397b8a3899"
134+
uuid = "d0879d2d-cac2-40c8-9cee-1863dc0c7391"
135+
version = "0.1.2"
136+
137+
[[deps.MbedTLS_jll]]
138+
deps = ["Artifacts", "Libdl"]
139+
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
140+
141+
[[deps.Mmap]]
142+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
143+
144+
[[deps.MozillaCACerts_jll]]
145+
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
146+
147+
[[deps.NetworkOptions]]
148+
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
149+
150+
[[deps.OpenSSL_jll]]
151+
deps = ["Artifacts", "JLLWrappers", "Libdl"]
152+
git-tree-sha1 = "7493f61f55a6cce7325f197443aa80d32554ba10"
153+
uuid = "458c3c95-2e84-50aa-8efc-19380b2a3a95"
154+
version = "3.0.15+1"
155+
156+
[[deps.PCRE2_jll]]
157+
deps = ["Artifacts", "Libdl"]
158+
uuid = "efcefdf7-47ab-520b-bdef-62a2eaa19f15"
159+
160+
[[deps.Parsers]]
161+
deps = ["Dates", "PrecompileTools", "UUIDs"]
162+
git-tree-sha1 = "8489905bcdbcfac64d1daa51ca07c0d8f0283821"
163+
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
164+
version = "2.8.1"
165+
166+
[[deps.Pkg]]
167+
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
168+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
169+
170+
[[deps.PrecompileTools]]
171+
deps = ["Preferences"]
172+
git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
173+
uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
174+
version = "1.2.1"
175+
176+
[[deps.Preferences]]
177+
deps = ["TOML"]
178+
git-tree-sha1 = "9306f6085165d270f7e3db02af26a400d580f5c6"
179+
uuid = "21216c6a-2e73-6563-6e65-726566657250"
180+
version = "1.4.3"
181+
182+
[[deps.Printf]]
183+
deps = ["Unicode"]
184+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
185+
186+
[[deps.REPL]]
187+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
188+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
189+
190+
[[deps.Random]]
191+
deps = ["SHA", "Serialization"]
192+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
193+
194+
[[deps.RegistryInstances]]
195+
deps = ["LazilyInitializedFields", "Pkg", "TOML", "Tar"]
196+
git-tree-sha1 = "ffd19052caf598b8653b99404058fce14828be51"
197+
uuid = "2792f1a3-b283-48e8-9a74-f99dce5104f3"
198+
version = "0.1.0"
199+
200+
[[deps.SHA]]
201+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
202+
203+
[[deps.Serialization]]
204+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
205+
206+
[[deps.Sockets]]
207+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
208+
209+
[[deps.StatisticalManifolds]]
210+
path = ".."
211+
uuid = "2d59fa81-9b3b-42d2-bf16-c012499602ea"
212+
version = "0.1.0-DEV"
213+
214+
[[deps.TOML]]
215+
deps = ["Dates"]
216+
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
217+
218+
[[deps.Tar]]
219+
deps = ["ArgTools", "SHA"]
220+
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
221+
222+
[[deps.Test]]
223+
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
224+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
225+
226+
[[deps.TranscodingStreams]]
227+
git-tree-sha1 = "0c45878dcfdcfa8480052b6ab162cdd138781742"
228+
uuid = "3bb67fe8-82b1-5028-8e26-92a6c54297fa"
229+
version = "0.11.3"
230+
231+
[[deps.UUIDs]]
232+
deps = ["Random", "SHA"]
233+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
234+
235+
[[deps.Unicode]]
236+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
237+
238+
[[deps.Zlib_jll]]
239+
deps = ["Libdl"]
240+
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
241+
242+
[[deps.nghttp2_jll]]
243+
deps = ["Artifacts", "Libdl"]
244+
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
245+
246+
[[deps.p7zip_jll]]
247+
deps = ["Artifacts", "Libdl"]
248+
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"

docs/Project.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3+
StatisticalManifolds = "2d59fa81-9b3b-42d2-bf16-c012499602ea"

docs/make.jl

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
using StatisticalManifolds
2+
using Documenter
3+
4+
DocMeta.setdocmeta!(StatisticalManifolds, :DocTestSetup, :(using StatisticalManifolds); recursive=true)
5+
6+
makedocs(;
7+
modules=[StatisticalManifolds],
8+
authors="Jacob T. Crosser",
9+
repo="https://github.com/Owner/StatisticalManifolds.jl/blob/{commit}{path}#{line}",
10+
sitename="StatisticalManifolds.jl",
11+
format=Documenter.HTML(;
12+
prettyurls=get(ENV, "CI", "false") == "true",
13+
canonical="https://Owner.github.io/StatisticalManifolds.jl",
14+
edit_link="master",
15+
assets=String[],
16+
),
17+
pages=[
18+
"Home" => "index.md",
19+
],
20+
)
21+
22+
deploydocs(;
23+
repo="github.com/Owner/StatisticalManifolds.jl",
24+
devbranch="master",
25+
)

docs/src/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
```@meta
2+
CurrentModule = StatisticalManifolds
3+
```
4+
5+
# StatisticalManifolds
6+
7+
Documentation for [StatisticalManifolds](https://github.com/Owner/StatisticalManifolds.jl).
8+
9+
```@index
10+
```
11+
12+
```@autodocs
13+
Modules = [StatisticalManifolds]
14+
```

src/StatisticalManifolds.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module StatisticalManifolds
2+
3+
# Write your package code here.
4+
5+
end

test/runtests.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
using StatisticalManifolds
2+
using Test
3+
4+
@testset "StatisticalManifolds.jl" begin
5+
# Write your tests here.
6+
end

0 commit comments

Comments
 (0)