Skip to content

Commit e485198

Browse files
authored
Update CHANGELOG (#451)
1 parent 7e78371 commit e485198

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
actions: write
2020
contents: read
2121
runs-on: ${{ matrix.os }}
22-
continue-on-error: ${{ matrix.version == 'pre' }}
22+
continue-on-error: ${{ matrix.version == 'pre' || matrix.version == 'min' }}
2323
strategy:
2424
matrix:
2525
version:

HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
## 0.8.0
44

55
- To make an MCMC transtion from phasepoint `z` using trajectory `τ`(or HMCKernel `κ`) under Hamiltonian `h`, use `transition(h, τ, z)` or `transition(rng, h, τ, z)`(if using HMCKernel, use `transition(h, κ, z)` or `transition(rng, h, κ, z)`).
6+
- The `initial_step_size` in `find_good_stepsize` for heuristic search of a good initial leap-frog step-size can be manually specified, default as `1//10`.
7+
- The printing interface has been upgraded to a more user-friendly design.
68

79
## v0.7.1
810

0 commit comments

Comments
 (0)