Skip to content

Commit 57b89b4

Browse files
committed
bump version to 0.10.6
1 parent 4e66727 commit 57b89b4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
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.10.6] - 2024-10-13
4+
5+
- IRR initial guess improvements
6+
- Remove "both negative and positive value" requirement for XNPV
7+
- Python 3.13 support
8+
39
## [0.10.5] - 2024-07-25
410

511
- Fixed segfault during conversion of datetime64 array in numpy v2

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 = "pyxirr"
3-
version = "0.10.5"
3+
version = "0.10.6"
44
authors = ["Anexen"]
55
edition = "2021"
66
description = "Rust-powered collection of financial functions for Python."

0 commit comments

Comments
 (0)