Skip to content

Commit 2dfcfe4

Browse files
committed
Merge branch 'topic/default/misc' into 'branch/default'
Misc: lock and venv See merge request fluiddyn/fluidimage!129
2 parents ab94078 + 0e5e3ee commit 2dfcfe4

9 files changed

Lines changed: 11722 additions & 6122 deletions

File tree

.hgignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fluidimage/_hg_rev.py
1414
.venv
1515
.nox
1616
.pixi
17-
17+
.python-version
1818
.pdm-python
1919

2020
*.swp

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# Release notes
22

33
See also the
4-
[unreleased changes](https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.5.3...branch%2Fdefault).
4+
[unreleased changes](https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.5.5...branch%2Fdefault).
5+
6+
## [0.5.5] (2025-12-19)
7+
8+
Few bug fixes and test/doc improvements.
9+
10+
## [0.5.4] (2024-11-07)
11+
12+
Few bug fixes and test/doc improvements.
513

614
## [0.5.3] (2024-07-25)
715

@@ -234,3 +242,5 @@ This version contains incompatible API changes documented here.
234242
[0.5.1]: https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.5.0...0.5.1
235243
[0.5.2]: https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.5.1...0.5.2
236244
[0.5.3]: https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.5.2...0.5.3
245+
[0.5.4]: https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.5.3...0.5.4
246+
[0.5.5]: https://foss.heptapod.net/fluiddyn/fluidimage/-/compare/0.5.4...0.5.5

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
develop: sync
55

66
sync:
7+
pdm sync --no-self
78
pdm sync --clean -v
89

910
lock:

pixi.lock

Lines changed: 5140 additions & 5107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[project]
1+
[workspace]
22
name = "fluidimage"
33
channels = ["conda-forge"]
44
platforms = ["linux-64", "win-64", "osx-64", "osx-arm64"]
@@ -31,7 +31,7 @@ pkg-config = ">=0.29.2"
3131
meson-python = ">=0.15.0"
3232
ninja = ">=1.11.1"
3333
meson = ">=1.3.2"
34-
pythran = ">=0.15.0"
34+
pythran = ">=0.15.0,<0.18.1"
3535
# tests
3636
pytest = ">=8.0.0"
3737
pytest-cov = ">=4.1.0"

pylock.toml

Lines changed: 1079 additions & 1008 deletions
Large diffs are not rendered by default.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ requires = [
33
"meson-python",
44
"numpy",
55
"transonic>=0.6.2",
6-
"pythran>=0.9.7",
6+
"pythran>=0.9.7,<0.18.1",
77
]
88
build-backend = 'mesonpy'
99

1010
[project]
1111
name = "fluidimage"
12-
version = "0.5.4"
12+
version = "0.5.5"
1313
description = "Fluid image processing with Python."
1414
authors = [
1515
{name = "Pierre Augier", email = "pierre.augier@legi.cnrs.fr"},
@@ -98,7 +98,7 @@ build = [
9898
"meson-python",
9999
"numpy",
100100
"transonic>=0.6.2",
101-
"pythran>=0.9.7",
101+
"pythran>=0.9.7,<0.18.1",
102102
"ninja",
103103
]
104104
doc = [

venvs/env-fluidimage/pixi.lock

Lines changed: 5466 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

venvs/env-fluidimage/pixi.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[workspace]
2+
authors = ["pierre.augier <pierre.augier@univ-grenoble-alpes.fr>"]
3+
channels = ["conda-forge"]
4+
name = "env-fluidimage"
5+
platforms = ["linux-64"]
6+
version = "0.1.0"
7+
8+
[tasks]
9+
10+
[dependencies]
11+
matplotlib = ">=3.10.8"
12+
ipykernel = ">=7.1.0"
13+
ipympl = ">=0.9.8"
14+
fluidimage = ">=0.5.4"
15+
pytest = ">=9.0.2"
16+
pytest-cov = ">=7.0.0"
17+
pytest-asyncio = ">=1.3.0"
18+
textual = ">=6.10.0"
19+
python = ">=3.13"

0 commit comments

Comments
 (0)