Skip to content

Commit

Permalink
v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anexen committed Dec 2, 2021
1 parent 6e60e44 commit 2bc7128
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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.6.5"
version = "0.7.0"
authors = ["Anexen"]
edition = "2018"
description = "Rust-powered collection of financial functions for Python."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ See the [docs](https://anexen.github.io/pyxirr)
# Roadmap

- [x] Implement all functions from [numpy-financial](https://numpy.org/numpy-financial/latest/index.html)
- [ ] Improve docs, add more tests
- [ ] Type hints [](https://github.com/PyO3/maturin/blob/main/test-crates/pyo3-pure/pyo3_pure.pyi)
- [x] Improve docs, add more tests
- [x] Type hints
- [ ] Vectorized versions of numpy-financial functions.
- [ ] Compile library for rust/javascript/python

Expand Down

0 comments on commit 2bc7128

Please sign in to comment.