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/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<div class="panel panel-default">
<div class="panel-heading">Latest releases</div>
<div class="panel-body">
<strong>QuTiP 5.0.3</strong>:
<strong>QuTiP 5.0.4</strong>:
<ul>
<li>June 28, 2024</li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/installation.html">install</a></li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/">docs</a></li>
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.0.3">src</a></li>
<li><a href="https://github.com/qutip/qutip/releases/tag/v5.0.4">src</a></li>
<li><a href="https://qutip.readthedocs.io/en/qutip-5.0.x/changelog.html">changelog</a></li>
</ul>
<strong>QuTiP 4.7.5</strong>:
Expand Down
2 changes: 1 addition & 1 deletion documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: QuTiP Documentation

## Latest releases

### Version 5.0.3
### Version 5.0.4

<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

### Verion 5.0.3 - 28 June 2024
### Verion 5.0.4 - 3 September 2024

- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.3.tar.gz']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.0.3.tar.gz">v5.0.3.tar.gz</a>
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.2.zip']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.0.3.zip">v5.0.3.zip</a>
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.4.tar.gz']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.0.4.tar.gz">v5.0.4.tar.gz</a>
- <a onclick="javascript:_gaq.push(['_trackEvent','download','qutip','qutip-5.0.4.zip']); void(0);"
href="https://github.com/qutip/qutip/archive/v5.0.4.zip">v5.0.4.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

### Verion 5.0.3 - 28 June 2024

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

### Verion 5.0.2 - 17 May 2024

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