Skip to content

Commit

Permalink
bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Dec 2, 2023
1 parent dee7b87 commit ff67c1e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.10.0] - 2023-12-03

- Private Equity functions ([#42](https://github.com/Anexen/pyxirr/issues/42))
- XNPV/NPV functions now accept rate as multidimensional array
- Explain Multiple IRR problem + provide utility functions for analysis
- XIRR improvements (prevent from values < -1, grid search + brentq as fallback)

## [0.9.3] - 2023-10-11

- IRR improvements ([#47](https://github.com/Anexen/pyxirr/pull/47))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pyxirr"
version = "0.9.3"
version = "0.10.0"
authors = ["Anexen"]
edition = "2021"
description = "Rust-powered collection of financial functions for Python."
Expand Down

0 comments on commit ff67c1e

Please sign in to comment.