Skip to content

Commit 6656ea7

Browse files
committed
2023-12-11
1 parent 9b55813 commit 6656ea7

File tree

54 files changed

+543
-534
lines changed

Some content is hidden

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

54 files changed

+543
-534
lines changed

.DS_Store

0 Bytes
Binary file not shown.

assets/.DS_Store

0 Bytes
Binary file not shown.

assets/css/imports/minimal-mistakes.css

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

assets/css/imports/minimal-mistakes.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/imports/utilities.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/imports/utilities.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compute-engine/changelog/index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2461,12 +2461,16 @@ <h2 id="bug-fixes" tabindex="-1">Bug Fixes</h2>
24612461
<li>Do not sugar non-canonical expression. Previously,
24622462
<code>ce.parse('\frac{1}{2}', {canonical: false})</code> would return <code>Half</code> instead of
24632463
<code>['Divide', '1', '2']</code>.</li>
2464+
<li><strong>#132</strong> Attempting to set a value to 0 with
2465+
<code>ce.defineSymbol(&quot;count&quot;, {value: 0})</code> would fail: the symbol would be
2466+
undefined.</li>
24642467
</ul>
24652468
<h2 id="improvements" tabindex="-1">Improvements</h2>
24662469
<ul>
24672470
<li>Significant improvements to symbolic computation. Now, boxing,
24682471
canonicalization and evaluation are more consistent and produce more
24692472
predictable results.</li>
2473+
<li>Adedd the <code>\neg</code> command, synonym for <code>\lnot</code> -&gt; <code>Not</code>.</li>
24702474
</ul>
24712475
<h2 id="0.22.0" tabindex="-1">0.22.0</h2>
24722476
<p><strong>Release Date:</strong> 2023-11-13</p>
@@ -3595,14 +3599,14 @@ <h3 id="improvements-17" tabindex="-1">Improvements</h3>
35953599

35963600

35973601

3598-
<meta itemprop="datePublished" content="December 08, 2023">
3602+
<meta itemprop="datePublished" content="December 11, 2023">
35993603

36003604

36013605

36023606

36033607

36043608

3605-
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-12-08">December 08, 2023</time></p>
3609+
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-12-11">December 11, 2023</time></p>
36063610

36073611

36083612
<p class="page__meta-link"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#bug"/></svg> <strong>Problem? Feedback?</strong> File a report at&nbsp;<a href="https://github.com/cortex-js/cortexjs.io">github.com/cortex-js/cortexjs.io</a></p>

compute-engine/contributing/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2556,14 +2556,14 @@ <h3 id="mathjson-standard-library" tabindex="-1">MathJSON Standard Library</h3>
25562556

25572557

25582558

2559-
<meta itemprop="datePublished" content="December 08, 2023">
2559+
<meta itemprop="datePublished" content="December 11, 2023">
25602560

25612561

25622562

25632563

25642564

25652565

2566-
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-12-08">December 08, 2023</time></p>
2566+
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-12-11">December 11, 2023</time></p>
25672567

25682568

25692569
<p class="page__meta-link"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#bug"/></svg> <strong>Problem? Feedback?</strong> File a report at&nbsp;<a href="https://github.com/cortex-js/cortexjs.io">github.com/cortex-js/cortexjs.io</a></p>

compute-engine/guides/assumptions/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2705,14 +2705,14 @@ <h2 id="scoped-assumptions" tabindex="-1">Scoped Assumptions</h2>
27052705

27062706

27072707

2708-
<meta itemprop="datePublished" content="December 08, 2023">
2708+
<meta itemprop="datePublished" content="December 11, 2023">
27092709

27102710

27112711

27122712

27132713

27142714

2715-
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-12-08">December 08, 2023</time></p>
2715+
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-12-11">December 11, 2023</time></p>
27162716

27172717

27182718
<p class="page__meta-link"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#bug"/></svg> <strong>Problem? Feedback?</strong> File a report at&nbsp;<a href="https://github.com/cortex-js/cortexjs.io">github.com/cortex-js/cortexjs.io</a></p>

compute-engine/guides/augmenting/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2782,14 +2782,14 @@ <h2 id="summary" tabindex="-1">Summary</h2>
27822782

27832783

27842784

2785-
<meta itemprop="datePublished" content="December 08, 2023">
2785+
<meta itemprop="datePublished" content="December 11, 2023">
27862786

27872787

27882788

27892789

27902790

27912791

2792-
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-12-08">December 08, 2023</time></p>
2792+
<p class="page__date"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#calendar-days"/></svg><strong> Updated</strong> <time datetime="2023-12-11">December 11, 2023</time></p>
27932793

27942794

27952795
<p class="page__meta-link"><svg class="icon1quarterem"><use role="none" xlink:href="/assets/icons.svg#bug"/></svg> <strong>Problem? Feedback?</strong> File a report at&nbsp;<a href="https://github.com/cortex-js/cortexjs.io">github.com/cortex-js/cortexjs.io</a></p>

0 commit comments

Comments
 (0)