Skip to content

Commit 6f99212

Browse files
committed
RLSE: Ver 0.37.3
- Add Nan/infinite guard to `gauss_kronrod_quadrature` (early exit) (#59) - Add complex feature & complex module (#35) - Implement Cubic B-Spline basis function
1 parent 26906d5 commit 6f99212

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "peroxide"
3-
version = "0.37.2"
3+
version = "0.37.3"
44
authors = ["axect <[email protected]>"]
55
edition = "2018"
66
description = "Rust comprehensive scientific computation library contains linear algebra, numerical analysis, statistics and machine learning tools with farmiliar syntax"

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,8 @@ Peroxide can do many things.
173173
- Cubic Hermite Spline
174174
- Estimate slope via Akima
175175
- Estimate slope via Quadratic interpolation
176+
- B-Spline (incomplete)
177+
- Uniform Cubic B-Spline basis function
176178
- Non-linear regression
177179
- Gradient Descent
178180
- Levenberg Marquardt

RELEASES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Release 0.37.3 (2024-05-01)
2+
3+
- Add Nan/infinite guard to `gauss_kronrod_quadrature` (early exit) ([#59](https://github.com/Axect/Peroxide/pull/59)) (Thanks to [@GComitini](https://github.com/GComitini))
4+
- Add complex feature & complex module ([#35](https://github.com/Axect/Peroxide/issues/35))
5+
- Implement Cubic B-Spline basis functions
6+
- `UnitCubicBasis`
7+
- `CubicBSplineBases`
8+
19
# Release 0.37.2 (2024-04-16)
210

311
- Do not include legend box if there is no legend ([#58](https://github.com/Axect/Peroxide/pull/58)) (Thanks to [@GComitini](https://github.com/GComitini))

0 commit comments

Comments
 (0)