Skip to content

Commit 4692558

Browse files
chore: release v0.14.0
1 parent b5b4cad commit 4692558

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.14.0](https://github.com/denehoffman/ganesh/compare/v0.13.1...v0.14.0) - 2024-12-13
10+
11+
### Added
12+
13+
- add interface for setting Sokal window size
14+
- add interface to update `ESS` hyperparameter settings
15+
- finishing touches on `mcmc` module
16+
- add integrated autocorrelation time
17+
- add ctrl-c back to MCMC sampler
18+
- add Multivariate normal ESS example
19+
- add initial MCMC interface
20+
- use `mul_add` where applicable
21+
- add benchmarks for each algorithm
22+
- move `Point` to be usable by other algorithms and correct the way Nelder-Mead functions are evaluated with bounds
23+
24+
### Other
25+
26+
- fix Just -> just
27+
- remove trace plots
28+
- update README.md and crate-level documnetation with MCMC section
29+
- ignore .pkl files
30+
- rename `Point::len` to `Point::dimension`
31+
- rename i -> step
32+
- add docstrings to sampler
33+
- rename AIMES -> AIES
34+
- get rid of generics
35+
936
## [0.13.1](https://github.com/denehoffman/ganesh/compare/v0.13.0...v0.13.1) - 2024-11-08
1037

1138
### Added

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ganesh"
3-
version = "0.13.1"
3+
version = "0.14.0"
44
edition = "2021"
55
description = "Function minimization in Rust, simplified"
66
documentation = "https://docs.rs/ganesh"

0 commit comments

Comments
 (0)