Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions _includes/old_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<div class="card" style="margin-bottom: 15px;">
<div class="card-header">Latest releases</div>
<div class="card-body">
<strong>QuTiP 5.2.3</strong>:
<strong>QuTiP 5.3.0</strong>:
<ul>
<li>January 26, 2026</li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/installation.html">install</a></li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/">docs</a></li>
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.2.3">src</a></li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/changelog.html">changelog</a></li>
<li>May 22, 2026</li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.3.x/installation.html">install</a></li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.3.x/">docs</a></li>
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.3.0">src</a></li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.3.x/changelog.html">changelog</a></li>
</ul>
<strong>QuTiP 4.7.6</strong>:
<ul>
Expand Down
17 changes: 14 additions & 3 deletions documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@ If you are interested in contributing to QuTiP, check out the <a href="https://q

## Latest releases

### Version 5.2.3
### Version 5.3.0

<div class="row">
<div class="col-md-3 col-md-offset-1">
<img src="images/rtd.png" />
<a href="https://qutip.readthedocs.io/en/qutip-5.2.x/">Read the Docs</a>
<a href="https://qutip.readthedocs.io/en/qutip-5.3.x/">Read the Docs</a>
</div>
<div class="col-md-3 col-md-offset-1">
<img src="images/pdf.png" />
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.2.x/">PDF documentation</a>
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.3.x/">PDF documentation</a>
</div>
</div>

Expand All @@ -37,6 +37,17 @@ If you are interested in contributing to QuTiP, check out the <a href="https://q

## Previous releases

### Version 5.2.3

<div class="row">
<div class="col-md-3 col-md-offset-1">
<img src="images/rtd.png" />
<a href="https://qutip.readthedocs.io/en/qutip-5.2.x/">Read the Docs</a>
</div>
<div class="col-md-3 col-md-offset-1">
<img src="images/pdf.png" />
<a href="https://readthedocs.org/projects/qutip/downloads/pdf/qutip-5.2.x/">PDF documentation</a>

### Version 5.1.1

<div class="row">
Expand Down
18 changes: 12 additions & 6 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ The recommended way to install QuTiP is with conda or pip, see the

## Latest releases

### Version 5.2.3 - 26 January 2026

- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.3.tar.gz']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.2.3.tar.gz">v5.2.3.tar.gz</a>
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.3.zip']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.2.3.zip">v5.2.3.zip</a>
### Version 5.3.0 - 22 May 2026

- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.3.0.tar.gz']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.3.0.tar.gz">v5.3.0.tar.gz</a>
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.3.0.zip']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.3.0.zip">v5.3.0.zip</a>

### Version 4.7.6 - 5 April 2024

Expand All @@ -35,6 +34,13 @@ The recommended way to install QuTiP is with conda or pip, see the

## Recent minor releases

### Version 5.2.3 - 26 January 2026

- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.3.tar.gz']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.2.3.tar.gz">v5.2.3.tar.gz</a>
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.3.zip']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.2.3.zip">v5.2.3.zip</a>

### Version 5.2.2 - 6 November 2025

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