Skip to content

Commit

Permalink
chore: Updated changelog and citation:wq
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidmt committed May 2, 2024
1 parent 98bd7e4 commit d7d6bb2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- uses: actions/checkout@v4

- run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
brew install nbbrd/tap/heylogs
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Changed `SerializedType` default to `Bincode`
- moved `Assignment` from `lace_cc` to `lace_stats`

## [python-0.8.0] 2024-04-10
## [python-0.8.0] - 2024-04-10

### Added

- Added ability Pitman-Yor prior process
- Added ability Pitman-Yor prior process.
- Added `remove_rows` to `Engine`.
- Added `with_index` to `CodeBook`.

### Changed

- `StateAlpha` and `ViewAlpha` transitions are now `StatePriorProcessParams` and `ViewPriorProcessParams`
- Updated Pyo3 version to 0.21

## [python-0.7.1] - 2024-02-27

Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ keywords:
- Bayesian
- Machine Learning
license: BUSL-1.1
version: 0.7.0
version: 0.8.0
date-released: '2024-02-07'

0 comments on commit d7d6bb2

Please sign in to comment.