Skip to content

Commit ec7dd1f

Browse files
author
eltrompetero
committed
fixed Boost log message
failed to appear when running compile script updated docs
1 parent 9f05695 commit ec7dd1f

30 files changed

+171
-179
lines changed

RELEASE_NOTES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2222
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2323
SOFTWARE.
2424

25+
26+
v2.4.0 (TB Released 2021/01)
27+
----------------------------------------------------
28+
- Update for Python 3.8.3 and Boost 1.74.0.
29+
- New SparseEnumerate class for handling sparsely constrained system.
30+
2531
v2.3.1 (Released 2020/10)
2632
----------------------------------------------------
2733
- Automated linking of Boost C++ module using conda-forge.

docs/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 14e88dac660fb7d557da4d077b396600
3+
config: d582b8ee7aca1b1fc78d792917fbc3cb
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_static/basic.css

Lines changed: 27 additions & 114 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ div.clearer {
1515
clear: both;
1616
}
1717

18-
div.section::after {
19-
display: block;
20-
content: '';
21-
clear: left;
22-
}
23-
2418
/* -- relbar ---------------------------------------------------------------- */
2519

2620
div.related {
@@ -322,27 +316,21 @@ img.align-default, .figure.align-default {
322316
div.sidebar {
323317
margin: 0 0 0.5em 1em;
324318
border: 1px solid #ddb;
325-
padding: 7px;
319+
padding: 7px 7px 0 7px;
326320
background-color: #ffe;
327321
width: 40%;
328322
float: right;
329-
clear: right;
330-
overflow-x: auto;
331323
}
332324

333325
p.sidebar-title {
334326
font-weight: bold;
335327
}
336328

337-
div.admonition, div.topic, blockquote {
338-
clear: left;
339-
}
340-
341329
/* -- topics ---------------------------------------------------------------- */
342330

343331
div.topic {
344332
border: 1px solid #ccc;
345-
padding: 7px;
333+
padding: 7px 7px 0 7px;
346334
margin: 10px 0 10px 0;
347335
}
348336

@@ -364,6 +352,10 @@ div.admonition dt {
364352
font-weight: bold;
365353
}
366354

355+
div.admonition dl {
356+
margin-bottom: 0;
357+
}
358+
367359
p.admonition-title {
368360
margin: 0px 10px 5px 0px;
369361
font-weight: bold;
@@ -374,28 +366,9 @@ div.body p.centered {
374366
margin-top: 25px;
375367
}
376368

377-
/* -- content of sidebars/topics/admonitions -------------------------------- */
378-
379-
div.sidebar > :last-child,
380-
div.topic > :last-child,
381-
div.admonition > :last-child {
382-
margin-bottom: 0;
383-
}
384-
385-
div.sidebar::after,
386-
div.topic::after,
387-
div.admonition::after,
388-
blockquote::after {
389-
display: block;
390-
content: '';
391-
clear: both;
392-
}
393-
394369
/* -- tables ---------------------------------------------------------------- */
395370

396371
table.docutils {
397-
margin-top: 10px;
398-
margin-bottom: 10px;
399372
border: 0;
400373
border-collapse: collapse;
401374
}
@@ -443,13 +416,13 @@ table.citation td {
443416
border-bottom: none;
444417
}
445418

446-
th > :first-child,
447-
td > :first-child {
419+
th > p:first-child,
420+
td > p:first-child {
448421
margin-top: 0px;
449422
}
450423

451-
th > :last-child,
452-
td > :last-child {
424+
th > p:last-child,
425+
td > p:last-child {
453426
margin-bottom: 0px;
454427
}
455428

@@ -495,10 +468,6 @@ table.field-list td, table.field-list th {
495468

496469
/* -- hlist styles ---------------------------------------------------------- */
497470

498-
table.hlist {
499-
margin: 1em 0;
500-
}
501-
502471
table.hlist td {
503472
vertical-align: top;
504473
}
@@ -526,37 +495,17 @@ ol.upperroman {
526495
list-style: upper-roman;
527496
}
528497

529-
:not(li) > ol > li:first-child > :first-child,
530-
:not(li) > ul > li:first-child > :first-child {
498+
li > p:first-child {
531499
margin-top: 0px;
532500
}
533501

534-
:not(li) > ol > li:last-child > :last-child,
535-
:not(li) > ul > li:last-child > :last-child {
502+
li > p:last-child {
536503
margin-bottom: 0px;
537504
}
538505

539-
ol.simple ol p,
540-
ol.simple ul p,
541-
ul.simple ol p,
542-
ul.simple ul p {
543-
margin-top: 0;
544-
}
545-
546-
ol.simple > li:not(:first-child) > p,
547-
ul.simple > li:not(:first-child) > p {
548-
margin-top: 0;
549-
}
550-
551-
ol.simple p,
552-
ul.simple p {
553-
margin-bottom: 0;
554-
}
555-
556506
dl.footnote > dt,
557507
dl.citation > dt {
558508
float: left;
559-
margin-right: 0.5em;
560509
}
561510

562511
dl.footnote > dd,
@@ -597,7 +546,7 @@ dl {
597546
margin-bottom: 15px;
598547
}
599548

600-
dd > :first-child {
549+
dd > p:first-child {
601550
margin-top: 0px;
602551
}
603552

@@ -611,11 +560,6 @@ dd {
611560
margin-left: 30px;
612561
}
613562

614-
dl > dd:last-child,
615-
dl > dd:last-child > :last-child {
616-
margin-bottom: 0;
617-
}
618-
619563
dt:target, span.highlighted {
620564
background-color: #fbe54e;
621565
}
@@ -693,68 +637,29 @@ pre {
693637
overflow-y: hidden; /* fixes display issues on Chrome browsers */
694638
}
695639

696-
pre, div[class*="highlight-"] {
697-
clear: both;
698-
}
699-
700640
span.pre {
701641
-moz-hyphens: none;
702642
-ms-hyphens: none;
703643
-webkit-hyphens: none;
704644
hyphens: none;
705645
}
706646

707-
div[class*="highlight-"] {
708-
margin: 1em 0;
709-
}
710-
711647
td.linenos pre {
648+
padding: 5px 0px;
712649
border: 0;
713650
background-color: transparent;
714651
color: #aaa;
715652
}
716653

717654
table.highlighttable {
718-
display: block;
719-
}
720-
721-
table.highlighttable tbody {
722-
display: block;
723-
}
724-
725-
table.highlighttable tr {
726-
display: flex;
655+
margin-left: 0.5em;
727656
}
728657

729658
table.highlighttable td {
730-
margin: 0;
731-
padding: 0;
732-
}
733-
734-
table.highlighttable td.linenos {
735-
padding-right: 0.5em;
736-
}
737-
738-
table.highlighttable td.code {
739-
flex: 1;
740-
overflow: hidden;
741-
}
742-
743-
.highlight .hll {
744-
display: block;
745-
}
746-
747-
div.highlight pre,
748-
table.highlighttable pre {
749-
margin: 0;
750-
}
751-
752-
div.code-block-caption + div {
753-
margin-top: 0;
659+
padding: 0 0.5em 0 0.5em;
754660
}
755661

756662
div.code-block-caption {
757-
margin-top: 1em;
758663
padding: 2px 5px;
759664
font-size: small;
760665
}
@@ -763,7 +668,10 @@ div.code-block-caption code {
763668
background-color: transparent;
764669
}
765670

766-
table.highlighttable td.linenos,
671+
div.code-block-caption + div > div.highlight > pre {
672+
margin-top: 0;
673+
}
674+
767675
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
768676
user-select: none;
769677
}
@@ -777,7 +685,11 @@ div.code-block-caption span.caption-text {
777685
}
778686

779687
div.literal-block-wrapper {
780-
margin: 1em 0;
688+
padding: 1em 1em 0;
689+
}
690+
691+
div.literal-block-wrapper div.highlight {
692+
margin: 0;
781693
}
782694

783695
code.descname {
@@ -828,7 +740,8 @@ span.eqno {
828740
}
829741

830742
span.eqno a.headerlink {
831-
position: absolute;
743+
position: relative;
744+
left: 0px;
832745
z-index: 1;
833746
}
834747

docs/_build/html/_static/jquery.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/_build/html/_static/pygments.css

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
pre { line-height: 125%; margin: 0; }
2-
td.linenos pre { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
3-
span.linenos { color: #000000; background-color: #f0f0f0; padding: 0 5px 0 5px; }
4-
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
5-
span.linenos.special { color: #000000; background-color: #ffffc0; padding: 0 5px 0 5px; }
61
.highlight .hll { background-color: #ffffcc }
7-
.highlight { background: #f8f8f8; }
2+
.highlight { background: #f8f8f8; }
83
.highlight .c { color: #8f5902; font-style: italic } /* Comment */
94
.highlight .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
105
.highlight .g { color: #000000 } /* Generic */

docs/_build/html/_static/searchtools.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ var Search = {
166166
objectterms.push(tmp[i].toLowerCase());
167167
}
168168

169-
if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i] === "") {
169+
if ($u.indexOf(stopwords, tmp[i].toLowerCase()) != -1 || tmp[i].match(/^\d+$/) ||
170+
tmp[i] === "") {
170171
// skip this "word"
171172
continue;
172173
}

docs/_build/html/coniii_rst/coniii.enumerate.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
87
<title>coniii.enumerate module &#8212; ConIII 1.1.9 documentation</title>
98
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
109
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -251,7 +250,7 @@ <h3 id="searchlabel">Quick search</h3>
251250
&copy;2018, Edward D. Lee, Bryan C. Daniels.
252251

253252
|
254-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
253+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
255254
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
256255

257256
|

docs/_build/html/coniii_rst/coniii.general_model_rmc.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
87
<title>coniii.general_model_rmc module &#8212; ConIII 1.1.9 documentation</title>
98
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
109
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -95,7 +94,7 @@ <h3 id="searchlabel">Quick search</h3>
9594
&copy;2018, Edward D. Lee, Bryan C. Daniels.
9695

9796
|
98-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
97+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
9998
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
10099

101100
|

docs/_build/html/coniii_rst/coniii.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
87
<title>coniii package &#8212; ConIII 1.1.9 documentation</title>
98
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
109
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -141,7 +140,7 @@ <h3 id="searchlabel">Quick search</h3>
141140
&copy;2018, Edward D. Lee, Bryan C. Daniels.
142141

143142
|
144-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
143+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
145144
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
146145

147146
|

docs/_build/html/coniii_rst/coniii.ising.automaton.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<html>
55
<head>
66
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
87
<title>coniii.ising.automaton module &#8212; ConIII 1.1.9 documentation</title>
98
<link rel="stylesheet" href="../_static/alabaster.css" type="text/css" />
109
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
@@ -143,7 +142,7 @@ <h3 id="searchlabel">Quick search</h3>
143142
&copy;2018, Edward D. Lee, Bryan C. Daniels.
144143

145144
|
146-
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.2.1</a>
145+
Powered by <a href="http://sphinx-doc.org/">Sphinx 3.0.3</a>
147146
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
148147

149148
|

0 commit comments

Comments
 (0)