Skip to content

Commit a24dc2e

Browse files
authored
Merge pull request #217 from Ericgig/release-5.2.1
Update links for 5.2.1
2 parents 5c8ee06 + 3c54a50 commit a24dc2e

File tree

3 files changed

+35
-8
lines changed

3 files changed

+35
-8
lines changed

_includes/old_sidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<div class="card" style="margin-bottom: 15px;">
44
<div class="card-header">Latest releases</div>
55
<div class="card-body">
6-
<strong>QuTiP 5.2.0</strong>:
6+
<strong>QuTiP 5.2.1</strong>:
77
<ul>
88
<li>June 6, 2025</li>
99
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/installation.html">install</a></li>
1010
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/">docs</a></li>
11-
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.2.0">src</a></li>
11+
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.2.1">src</a></li>
1212
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/changelog.html">changelog</a></li>
1313
</ul>
1414
<strong>QuTiP 4.7.6</strong>:

documentation.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you are interested in contributing to QuTiP, check out the <a href="https://q
99

1010
## Latest releases
1111

12-
### Version 5.2.0
12+
### Version 5.2.1
1313

1414
<div class="row">
1515
<div class="col-md-3 col-md-offset-1">
@@ -37,6 +37,19 @@ If you are interested in contributing to QuTiP, check out the <a href="https://q
3737

3838
## Previous releases
3939

40+
### Version 5.1.1
41+
42+
<div class="row">
43+
<div class="col-md-3 col-md-offset-1">
44+
<img src="images/rtd.png" />
45+
<a href="https://qutip.readthedocs.io/en/qutip-5.1.x/">Read the Docs</a>
46+
</div>
47+
<div class="col-md-3 col-md-offset-1">
48+
<img src="images/pdf.png" />
49+
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.1.x/">PDF documentation</a>
50+
</div>
51+
</div>
52+
4053
### Version 5.0.4
4154

4255
<div class="row">

download.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ The recommended way to install QuTiP is with conda or pip, see the
1717

1818
## Latest releases
1919

20-
### Version 5.2.0 - 6 June 2025
20+
### Version 5.2.1 - 27 August 2025
2121

22-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.0.tar.gz']); void(0);"
23-
href="https://github.com/qutip/qutip/archive/v5.2.0.tar.gz">v5.2.0.tar.gz</a>
24-
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.zip']); void(0);"
25-
href="https://github.com/qutip/qutip/archive/v5.1.1.zip">v5.1.1.zip</a>
22+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.1.tar.gz']); void(0);"
23+
href="https://github.com/qutip/qutip/archive/v5.2.1.tar.gz">v5.2.1.tar.gz</a>
24+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.1.zip']); void(0);"
25+
href="https://github.com/qutip/qutip/archive/v5.2.1.zip">v5.2.1.zip</a>
2626

2727

2828
### Version 4.7.6 - 5 April 2024
@@ -35,6 +35,20 @@ The recommended way to install QuTiP is with conda or pip, see the
3535

3636
## Recent minor releases
3737

38+
### Version 5.2.0 - 6 June 2025
39+
40+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.0.tar.gz']); void(0);"
41+
href="https://github.com/qutip/qutip/archive/v5.2.0.tar.gz">v5.2.0.tar.gz</a>
42+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.0.zip']); void(0);"
43+
href="https://github.com/qutip/qutip/archive/v5.2.0.zip">v5.2.0.zip</a>
44+
45+
### Verion 5.1.1 - 15 January 2025
46+
47+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.1.tar.gz']); void(0);"
48+
href="https://github.com/qutip/qutip/archive/v5.1.1.tar.gz">v5.1.1.tar.gz</a>
49+
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.1.zip']); void(0);"
50+
href="https://github.com/qutip/qutip/archive/v5.1.1.zip">v5.1.1.zip</a>
51+
3852
### Verion 5.1.0 - 19 December 2024
3953

4054
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.tar.gz']); void(0);"

0 commit comments

Comments
 (0)