Skip to content

Commit 23e136e

Browse files
Merge pull request #200 from neutrinoceros/rel/0.5.0
REL: prepare release 0.5.0
2 parents 5bafbc2 + 630f8f1 commit 23e136e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.5.0 (Unreleased)
7+
## 0.5.0 - 2025-07-17
88

99
- DEP: drop support for Python 3.9, require 3.10 or newer
1010
- FEAT: support periodic boundaries and fine-grained boundary conditions selection

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rlic"
3-
version = "0.4.0" # keep in sync with pyproject.toml
3+
version = "0.5.0" # keep in sync with pyproject.toml
44
edition = "2021"
55
rust-version = "1.65" # 2022-11-03
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ax.streamplot(X, Y, U, V)
5353
```
5454
<p align="center">
5555
<a href="https://github.com/neutrinoceros/rlic">
56-
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.4.0/static/base_example_in.png" width="600"></a>
56+
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.5.0/static/base_example_in.png" width="600"></a>
5757
</p>
5858

5959
Now let's compute some convolutions, varying the number of iterations
@@ -77,7 +77,7 @@ for n, ax in zip((1, 5, 100), axs_out, strict=True):
7777
```
7878
<p align="center">
7979
<a href="https://github.com/neutrinoceros/rlic">
80-
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.4.0/static/base_example_out.png" width="900"></a>
80+
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.5.0/static/base_example_out.png" width="900"></a>
8181
</p>
8282

8383
## Polarization mode
@@ -134,7 +134,7 @@ for uv_mode, ax in zip(("velocity", "polarization"), axs[1:], strict=True):
134134

135135
<p align="center">
136136
<a href="https://github.com/neutrinoceros/rlic">
137-
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.4.0/static/polarization_example.png" width="900"></a>
137+
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.5.0/static/polarization_example.png" width="900"></a>
138138
</p>
139139

140140

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "rlic"
33
# keep version in sync with Cargo.toml
4-
version = "0.4.0"
4+
version = "0.5.0"
55
description = "A minimal Line Integral Convolution extension for NumPy, written in Rust"
66
license = "MIT"
77
license-files = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)