Skip to content

Commit 9b21350

Browse files
author
Ryan Calvin Barron
committed
versioning script, archiver, and documentation update
1 parent 9e42969 commit 9b21350

File tree

198 files changed

+8938
-5965
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

198 files changed

+8938
-5965
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 0.0.43
1+
version: 0.0.44
22
message: "If you use this software, please cite it as below."
33
authors:
44
- family-names: Eren
@@ -20,7 +20,7 @@ authors:
2020
- family-names: Alexandrov
2121
given-names: Boian
2222
title: "Tensor Extraction of Latent Features (T-ELF)"
23-
version: 0.0.43
23+
version: 0.0.44
2424
url: https://github.com/lanl/T-ELF
2525
doi: 10.5281/zenodo.10257897
2626
date-released: 2023-12-04

CITATION.cff.bak

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 0.0.45
2+
message: "If you use this software, please cite it as below."
3+
authors:
4+
- family-names: Eren
5+
given-names: Maksim
6+
- family-names: Solovyev
7+
given-names: Nick
8+
- family-names: Barron
9+
given-names: Ryan
10+
- family-names: Bhattarai
11+
given-names: Manish
12+
- family-names: Truong
13+
given-names: Duc
14+
- family-names: Boureima
15+
given-names: Ismael
16+
- family-names: Skau
17+
given-names: Erik
18+
- family-names: Rasmussen
19+
given-names: Kim
20+
- family-names: Alexandrov
21+
given-names: Boian
22+
title: "Tensor Extraction of Latent Features (T-ELF)"
23+
version: 0.0.45
24+
url: https://github.com/lanl/T-ELF
25+
doi: 10.5281/zenodo.10257897
26+
date-released: 2023-12-04

TELF/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.43"
1+
__version__ = "0.0.44"

TELF/version.py.bak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__version__ = "0.0.45"

docs/.buildinfo

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Sphinx build info version 1
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: 8541cce001b52ed2e074c33e32340b3e
4+
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/ArcticFox.html

Lines changed: 78 additions & 47 deletions
Large diffs are not rendered by default.

docs/Beaver.html

Lines changed: 64 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -8,39 +8,36 @@
88
<meta charset="utf-8" />
99
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
1010

11-
<title>TELF.pre_processing.Beaver: Fast matrix and tensor building tool &#8212; TELF 0.0.43 documentation</title>
11+
<title>TELF.pre_processing.Beaver: Fast matrix and tensor building tool &#8212; TELF 0.0.44 documentation</title>
1212

1313

1414

1515
<script data-cfasync="false">
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
<!--
20-
this give us a css class that will be invisible only if js is disabled
21-
-->
22-
<noscript>
23-
<style>
24-
.pst-js-only { display: none !important; }
25-
26-
</style>
27-
</noscript>
2819

2920
<!-- Loaded before other Sphinx assets -->
30-
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31-
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
21+
<link href="_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
22+
<link href="_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
23+
<link href="_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
24+
25+
26+
<link href="_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
27+
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" />
28+
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
29+
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
3230

3331
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=8f2a1f02" />
34-
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" />
32+
<link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=eba8b062" />
3533
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
3634

37-
<!-- So that users can add custom icons -->
38-
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
3935
<!-- Pre-loaded scripts that we'll load fully later -->
40-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
41-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
36+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
37+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
38+
<script src="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4239

43-
<script src="_static/documentation_options.js?v=b50b7b36"></script>
40+
<script src="_static/documentation_options.js?v=201ef9e7"></script>
4441
<script src="_static/doctools.js?v=9bcbadda"></script>
4542
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
4643
<script src="_static/scripts/sphinx-book-theme.js?v=887ef09a"></script>
@@ -51,7 +48,6 @@
5148
<link rel="prev" title="TELF.factorization.SPLITTransfer: Supervised transfer learning method via SPLIT and NMFk" href="SPLITTransfer.html" />
5249
<meta name="viewport" content="width=device-width, initial-scale=1"/>
5350
<meta name="docsearch:language" content="en"/>
54-
<meta name="docsearch:version" content="" />
5551
</head>
5652

5753

@@ -67,24 +63,36 @@
6763
<i class="fa-solid fa-arrow-up"></i>Back to top</button>
6864

6965

70-
<dialog id="pst-search-dialog">
71-
66+
<input type="checkbox"
67+
class="sidebar-toggle"
68+
id="pst-primary-sidebar-checkbox"/>
69+
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label>
70+
71+
<input type="checkbox"
72+
class="sidebar-toggle"
73+
id="pst-secondary-sidebar-checkbox"/>
74+
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label>
75+
76+
<div class="search-button__wrapper">
77+
<div class="search-button__overlay"></div>
78+
<div class="search-button__search-container">
7279
<form class="bd-search d-flex align-items-center"
7380
action="search.html"
7481
method="get">
7582
<i class="fa-solid fa-magnifying-glass"></i>
7683
<input type="search"
7784
class="form-control"
7885
name="q"
86+
id="search-input"
7987
placeholder="Search..."
8088
aria-label="Search..."
8189
autocomplete="off"
8290
autocorrect="off"
8391
autocapitalize="off"
8492
spellcheck="false"/>
8593
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
86-
</form>
87-
</dialog>
94+
</form></div>
95+
</div>
8896

8997
<div class="pst-async-banner-revealer d-none">
9098
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside>
@@ -100,8 +108,7 @@
100108

101109

102110

103-
<dialog id="pst-primary-sidebar-modal"></dialog>
104-
<div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar">
111+
<div class="bd-sidebar-primary bd-sidebar">
105112

106113

107114

@@ -126,16 +133,20 @@
126133

127134

128135

129-
<p class="title logo__title">TELF 0.0.43 documentation</p>
136+
<p class="title logo__title">TELF 0.0.44 documentation</p>
130137

131138
</a></div>
132139
<div class="sidebar-primary-item">
133140

134-
<button class="btn search-button-field search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
135-
<i class="fa-solid fa-magnifying-glass"></i>
136-
<span class="search-button__default-text">Search</span>
137-
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
138-
</button></div>
141+
<script>
142+
document.write(`
143+
<button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
144+
<i class="fa-solid fa-magnifying-glass"></i>
145+
<span class="search-button__default-text">Search</span>
146+
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
147+
</button>
148+
`);
149+
</script></div>
139150
<div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main">
140151
<div class="bd-toc-item navbar-nav active">
141152
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Contents:</span></p>
@@ -335,16 +346,24 @@
335346

336347

337348

338-
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="Color mode" data-bs-title="Color mode" data-bs-placement="bottom" data-bs-toggle="tooltip">
339-
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i>
340-
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i>
341-
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i>
342-
</button>
349+
<script>
350+
document.write(`
351+
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
352+
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
353+
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
354+
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
355+
</button>
356+
`);
357+
</script>
343358

344359

345-
<button class="btn btn-sm pst-navbar-icon search-button search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
360+
<script>
361+
document.write(`
362+
<button class="btn btn-sm pst-navbar-icon search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
346363
<i class="fa-solid fa-magnifying-glass fa-lg"></i>
347-
</button>
364+
</button>
365+
`);
366+
</script>
348367
<button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
349368
<span class="fa-solid fa-list"></span>
350369
</button>
@@ -453,7 +472,7 @@ <h1>Example<a class="headerlink" href="#example" title="Link to this heading">#<
453472
</section>
454473
<section id="available-functions">
455474
<h1>Available Functions<a class="headerlink" href="#available-functions" title="Link to this heading">#</a></h1>
456-
<div class="pst-scrollable-table-container"><table class="autosummary longtable table autosummary">
475+
<div class="pst-scrollable-table-container"><table class="autosummary longtable table">
457476
<tbody>
458477
<tr class="row-odd"><td><p><code class="xref py py-obj docutils literal notranslate"><span class="pre">Beaver.__init__</span></code>([n_nodes, n_jobs])</p></td>
459478
<td><p></p></td>
@@ -505,7 +524,7 @@ <h1>Available Functions<a class="headerlink" href="#available-functions" title="
505524
others to do so.</p>
506525
<dl class="py class">
507526
<dt class="sig sig-object py" id="TELF.pre_processing.Beaver.beaver.Beaver">
508-
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">TELF.pre_processing.Beaver.beaver.</span></span><span class="sig-name descname"><span class="pre">Beaver</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">n_nodes</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">1</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">n_jobs</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">1</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/TELF/pre_processing/Beaver/beaver.html#Beaver"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#TELF.pre_processing.Beaver.beaver.Beaver" title="Link to this definition">#</a></dt>
527+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-prename descclassname"><span class="pre">TELF.pre_processing.Beaver.beaver.</span></span><span class="sig-name descname"><span class="pre">Beaver</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">n_nodes</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">1</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">n_jobs</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">1</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="_modules/TELF/pre_processing/Beaver/beaver.html#Beaver"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#TELF.pre_processing.Beaver.beaver.Beaver" title="Link to this definition">#</a></dt>
509528
<dd><p>Bases: <code class="xref py py-class docutils literal notranslate"><span class="pre">object</span></code></p>
510529
<dl class="py attribute">
511530
<dt class="sig sig-object py" id="TELF.pre_processing.Beaver.beaver.Beaver.SUPPORTED_OUTPUT_FORMATS">
@@ -734,12 +753,12 @@ <h1>Available Functions<a class="headerlink" href="#available-functions" title="
734753

735754
<dl class="py property">
736755
<dt class="sig sig-object py" id="TELF.pre_processing.Beaver.beaver.Beaver.n_jobs">
737-
<em class="property"><span class="pre">property</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">n_jobs</span></span><a class="headerlink" href="#TELF.pre_processing.Beaver.beaver.Beaver.n_jobs" title="Link to this definition">#</a></dt>
756+
<em class="property"><span class="k"><span class="pre">property</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">n_jobs</span></span><a class="headerlink" href="#TELF.pre_processing.Beaver.beaver.Beaver.n_jobs" title="Link to this definition">#</a></dt>
738757
<dd></dd></dl>
739758

740759
<dl class="py property">
741760
<dt class="sig sig-object py" id="TELF.pre_processing.Beaver.beaver.Beaver.n_nodes">
742-
<em class="property"><span class="pre">property</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">n_nodes</span></span><a class="headerlink" href="#TELF.pre_processing.Beaver.beaver.Beaver.n_nodes" title="Link to this definition">#</a></dt>
761+
<em class="property"><span class="k"><span class="pre">property</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">n_nodes</span></span><a class="headerlink" href="#TELF.pre_processing.Beaver.beaver.Beaver.n_nodes" title="Link to this definition">#</a></dt>
743762
<dd></dd></dl>
744763

745764
<dl class="py method">
@@ -887,8 +906,7 @@ <h1>Available Functions<a class="headerlink" href="#available-functions" title="
887906

888907

889908

890-
<dialog id="pst-secondary-sidebar-modal"></dialog>
891-
<div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
909+
<div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner">
892910

893911

894912
<div class="sidebar-secondary-item">
@@ -968,8 +986,8 @@ <h1>Available Functions<a class="headerlink" href="#available-functions" title="
968986
</div>
969987

970988
<!-- Scripts loaded after <body> so the DOM is not blocked -->
971-
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
972-
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
989+
<script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script>
990+
<script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script>
973991

974992
<footer class="bd-footer">
975993
</footer>

0 commit comments

Comments
 (0)