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
6 changes: 3 additions & 3 deletions _includes/old_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<div class="card" style="margin-bottom: 15px;">
<div class="card-header">Latest releases</div>
<div class="card-body">
<strong>QuTiP 5.2.1</strong>:
<strong>QuTiP 5.2.2</strong>:
<ul>
<li>June 6, 2025</li>
<li>November 6, 2025</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.1">src</a></li>
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.2.2">src</a></li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.2.x/changelog.html">changelog</a></li>
</ul>
<strong>QuTiP 4.7.6</strong>:
Expand Down
2 changes: 1 addition & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you are interested in contributing to QuTiP, check out the <a href="https://q

## Latest releases

### Version 5.2.1
### Version 5.2.2

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

## Latest releases

### Version 5.2.1 - 27 August 2025
### Version 5.2.2 - 6 November 2025

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


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

## Recent minor releases

### Version 5.2.1 - 27 August 2025

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

### Version 5.2.0 - 6 June 2025

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