Skip to content

Commit 6d53f93

Browse files
committed
Release 0.4.1
1 parent 7ec07f8 commit 6d53f93

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.4.1 - 2025-01-16
4+
5+
### Fixed
6+
7+
- `Progress` now works for functions requiring `*args`.
8+
39
## 0.4.0 - 2024-12-17
410

511
### Changed

pixi.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[project]
22
name = "scipy-events"
33
description = "A library of events for scipy.integrate.solve_ivp."
4-
version = "0.4.0"
4+
version = "0.4.1"
55
authors = [{ name = "Mauro Silberberg", email = "maurosilber@gmail.com" }]
66
readme = "README.md"
77
license = "MIT"

0 commit comments

Comments
 (0)