Skip to content

Commit 19375de

Browse files
Merge pull request #136 from neutrinoceros/rel/0.3.4
REL: prepare release 0.3.4
2 parents da6b32a + d78cfe3 commit 19375de

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-
## Unreleased
7+
## 0.3.4 - 2025-04-09
88

99
- BLD: declare compatibility with free-threaded CPython
1010
- DOC: fix an incomplete sentence in `rlic.convolve`'s docstring

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.3.3" # keep in sync with pyproject.toml
3+
version = "0.3.4" # 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
@@ -50,7 +50,7 @@ ax.streamplot(X, Y, U, V)
5050
```
5151
<p align="center">
5252
<a href="https://github.com/neutrinoceros/rlic">
53-
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.3/static/base_example_in.png" width="600"></a>
53+
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.4/static/base_example_in.png" width="600"></a>
5454
</p>
5555

5656
Now let's compute some convolutions, varying the number of iterations
@@ -67,7 +67,7 @@ for n, ax in zip((1, 5, 100), axs_out, strict=True):
6767
```
6868
<p align="center">
6969
<a href="https://github.com/neutrinoceros/rlic">
70-
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.3/static/base_example_out.png" width="900"></a>
70+
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.4/static/base_example_out.png" width="900"></a>
7171
</p>
7272

7373
## Polarization mode
@@ -117,5 +117,5 @@ for uv_mode, ax in zip(("velocity", "polarization"), axs[1:], strict=True):
117117

118118
<p align="center">
119119
<a href="https://github.com/neutrinoceros/rlic">
120-
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.3/static/polarization_example.png" width="900"></a>
120+
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.4/static/polarization_example.png" width="900"></a>
121121
</p>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "rlic"
3-
version = "0.3.3" # keep in sync with Cargo.toml
3+
version = "0.3.4" # keep in sync with Cargo.toml
44
description = "A minimal Line Integral Convolution extension for NumPy, written in Rust"
55
license = "MIT"
66
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)