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
4 changes: 2 additions & 2 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.0</strong>:
<strong>QuTiP 5.2.1</strong>:
<ul>
<li>June 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.0">src</a></li>
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.2.1">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
15 changes: 14 additions & 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.0
### Version 5.2.1

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

## Previous releases

### Version 5.1.1

<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.1.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.1.x/">PDF documentation</a>
</div>
</div>

### Version 5.0.4

<div class="row">
Expand Down
24 changes: 19 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.0 - 6 June 2025
### Version 5.2.1 - 27 August 2025

- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.2.0.tar.gz']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.2.0.tar.gz">v5.2.0.tar.gz</a>
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.1.0.zip']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.1.1.zip">v5.1.1.zip</a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops. We forgot to update the version of the .zip file last time? :/

- <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 4.7.6 - 5 April 2024
Expand All @@ -35,6 +35,20 @@ The recommended way to install QuTiP is with conda or pip, see the

## Recent minor releases

### Version 5.2.0 - 6 June 2025

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

### Verion 5.1.1 - 15 January 2025

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

### Verion 5.1.0 - 19 December 2024

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