Skip to content

Commit 59758f2

Browse files
author
Kasper Peeters
committed
Update web page and changelog with meld paper details.
1 parent f3ef486 commit 59758f2

File tree

5 files changed

+34
-14
lines changed

5 files changed

+34
-14
lines changed

cmake/version.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
set(CADABRA_VERSION_MAJOR 2)
2-
set(CADABRA_VERSION_MINOR 3)
3-
set(CADABRA_VERSION_PATCH 9)
4-
set(CADABRA_VERSION_TWEAK 6)
2+
set(CADABRA_VERSION_MINOR 4)
3+
set(CADABRA_VERSION_PATCH 0)
4+
set(CADABRA_VERSION_TWEAK 0)
55
set(COPYRIGHT_YEARS "2001-2022")
66
math(EXPR SYSTEM_BITS "${CMAKE_SIZEOF_VOID_P} * 8")
77
find_program(GIT git PATHS ${GIT_DIR})

config/install_script.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Cadabra2"
5-
#define MyAppVersion "2.3.9"
5+
#define MyAppVersion "2.4.0"
66
#define MyAppPublisher "Kasper Peeters"
77
#define MyAppURL "https://www.cadabra.science/"
88
#define MyAppExeName "cadabra2-gtk.exe"

web2/cadabra2/source/changelog.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,15 @@ <h1>Change log</h1>
1616
development, even numbered ones are released in packaged form.
1717
</p>
1818
<a name="master"></a>
19-
<h3>github master (2.3.9)</h3>
19+
<h3>github master (2.4.1)</h3>
2020
<ul>
21+
</ul>
22+
23+
<h3>2.4.0 (released 25-Aug-2022)</h3>
24+
<ul>
25+
<li>Version to accompany the publication of
26+
the <a href="http://arxiv.org/abs/2208.11946">paper about the meld
27+
algorithm</a>.</li>
2128
<li>Several fixes to <tt>meld</tt> (Dominic).</li>
2229
<li>Make typesetting run in a separate thread to prevent the UI from
2330
feeling sluggish.</li>

web2/cadabra2/source/download.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ <h2>Binary packages</h2>
4141
<div class="distronum"><a href="https://cadabra.science/packages/ubuntu2004">Ubuntu Focal Fossa 20.04</a></div>
4242
<div class="distronum"><a href="https://cadabra.science/packages/ubuntu2204">Ubuntu Jammy Jellyfish 22.04</a></div>
4343
<div class="distrotxt">
44+
Cadabra is now available in Ubuntu 22.04 from the official
45+
repositories, by installing the <tt>cadabra2</tt> package
46+
(though this may not always be the most recent
47+
version). Thanks to Alex Myczko for making this happen.
4448
</div>
4549
</div>
4650

@@ -92,11 +96,13 @@ <h2>Binary packages</h2>
9296
<div class="distrotype">
9397
<img src="static/images/debian-logo.jpg"/>
9498
<div class="distronum"><a href="https://cadabra.science/packages/debian9/">Debian Stretch 9</a></div>
95-
<div class="distronum"><a href="https://cadabra.science/packages/debian10/">Debian
96-
Buster 10</a></div>
97-
<div class="distrotxt">
98-
Cadabra is now also available in Debian Unstable (`Sid') as <code>cadabra2</code>.
99-
</div>
99+
<div class="distronum"><a href="https://cadabra.science/packages/debian10/">Debian Buster 10</a></div>
100+
<div class="distrotxt">
101+
Cadabra is now available in Debian 11 (Bullseye) from the
102+
official repositories, by installing the <tt>cadabra2</tt>
103+
package (though this may not always be the most recent
104+
version). Thanks to Alex Myczko for making this happen.
105+
</div>
100106
</div>
101107

102108
<div class="distrotype">

web2/cadabra2/source/index.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ <h1>News</h1>
2222
what you want to use it for).
2323
</p>
2424
<dl>
25+
<dt>25 Aug 2021</dt>
26+
<dd>Release of 2.4.0 (<a href="changelog.html#2.4.0">changes</a>).
27+
Update to accompany the release of
28+
the <a href="http://arxiv.org/abs/2208.11946">paper about the meld
29+
algorithm</a>. Many bug fixes and various functionality
30+
improvements and UI enhancements.</dd>
31+
2532
<dt>21 Nov 2021</dt>
2633
<dd>Release of 2.3.8 (<a href="changelog.html#2.3.8">changes</a>).
2734
Update to make Cadabra build on Apple silicon, and many bugfixes
@@ -31,7 +38,7 @@ <h1>News</h1>
3138
<dd>Release of 2.3.6 (<a href="changelog.html#2.3.6">changes</a>).
3239
Various bug fixes.
3340

34-
<dt>08 Dec 2020</dt>
41+
<!-- <dt>08 Dec 2020</dt>
3542
<dd>New Windows installer, for version 2.3.5, now available from the
3643
<a href="download.html#windows">download page</a>. Please provide feedback if you want the Windows
3744
version to receive regular updates.
@@ -57,18 +64,18 @@ <h1>News</h1>
5764
Now also available through conda-forge, from which you can also
5865
install the <a href="jupyter.html">Cadabra Jupyter kernel</a>.
5966
</dd>
60-
<!--
67+
6168
<dt>01 April 2020</dt>
6269
<dd>No, this is not an April fools joke. There is now
6370
an <a href="jupyter.html">Anaconda package for the Cadabra
6471
Jupyter kernel</a>. Only for Linux for now.
65-
</dd> -->
72+
</dd>
6673
<dt>10 December 2019</dt>
6774
<dd>Release of 2.2.8 (<a href="changelog.html#2.2.8">changes</a>).
6875
Various new features, long overdue release. Available on Linux,
6976
macOS and Windows.
7077
</dd>
71-
<!-- <dt>11 November 2019</dt>
78+
<dt>11 November 2019</dt>
7279
<dd>New Windows installer. Thanks to feedback from many users, there
7380
is now a new Windows installer which hopefully takes care of many of
7481
the installation problems encountered with earlier versions.

0 commit comments

Comments
 (0)