Skip to content

Commit 0f8860d

Browse files
Merge pull request #103 from neutrinoceros/rel/0.3.2
REL: prepare release 0.3.2
2 parents a0bcc56 + f097a52 commit 0f8860d

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ 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

77

8-
## Unreleased
8+
## 0.3.2 - 2025-03-07
99

1010
- DOC: prefer using a convex kernel shape in examples
1111
- ENH: terminate streamline integration when a NaN vector component is encountered

Cargo.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.

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.1" # keep in sync with pyproject.toml
3+
version = "0.3.2" # keep in sync with pyproject.toml
44
edition = "2021"
55
rust-version = "1.64" # 2022-09-22
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ax.streamplot(X, Y, U, V)
4949
```
5050
<p align="center">
5151
<a href="https://github.com/neutrinoceros/rlic">
52-
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.1/static/base_example_in.png" width="600"></a>
52+
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.2/static/base_example_in.png" width="600"></a>
5353
</p>
5454

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

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

117117
<p align="center">
118118
<a href="https://github.com/neutrinoceros/rlic">
119-
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.1/static/polarization_example.png" width="900"></a>
119+
<img src="https://raw.githubusercontent.com/neutrinoceros/rlic/v0.3.2/static/polarization_example.png" width="900"></a>
120120
</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.1" # keep in sync with Cargo.toml
3+
version = "0.3.2" # 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)