Skip to content

Commit e93d527

Browse files
semantic-releasegithub-actions[bot]
authored andcommitted
chore(release): 1.1.0
1 parent dec3d68 commit e93d527

File tree

3 files changed

+51
-2
lines changed

3 files changed

+51
-2
lines changed

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
11
# CHANGELOG
22

33
<!-- version list -->
4+
5+
## v1.1.0 (2026-04-10)
6+
7+
### Bug Fixes
8+
9+
- **ci**: Bump jax floor, install groups, drop py3.13, stabilize tests
10+
([`9b1aa0c`](https://github.com/michaelellis003/smcjax/commit/9b1aa0ca6d71a96b978dcf5f5721680bb85caef2))
11+
12+
- **ci**: Default setup-uv python-version to 3.12
13+
([`054eee0`](https://github.com/michaelellis003/smcjax/commit/054eee0a6097f7af838e45145747bc0025632e39))
14+
15+
### Chores
16+
17+
- Clean up gitignore and README wording
18+
([`bec98ce`](https://github.com/michaelellis003/smcjax/commit/bec98ce1e20dadeb0c7cf50f62e8d7f09cdc1355))
19+
20+
- Clean up template leftovers and fix repo metadata
21+
([#11](https://github.com/michaelellis003/smcjax/pull/11),
22+
[`ec76801`](https://github.com/michaelellis003/smcjax/commit/ec76801988cf759930271861f2d2d01662ed2628))
23+
24+
- **deps**: Bump codecov/codecov-action from 5.5.2 to 6.0.0
25+
([`57c318c`](https://github.com/michaelellis003/smcjax/commit/57c318ca030681126b0b96cbe330ac0296036d66))
26+
27+
- **deps**: Update jax requirement from <0.5,>=0.4.20 to >=0.4.20,<0.7
28+
([#2](https://github.com/michaelellis003/smcjax/pull/2),
29+
[`0628094`](https://github.com/michaelellis003/smcjax/commit/06280946c8f1fd9c893388d710a039322587007d))
30+
31+
- **deps**: Update jaxlib requirement ([#3](https://github.com/michaelellis003/smcjax/pull/3),
32+
[`1c0d516`](https://github.com/michaelellis003/smcjax/commit/1c0d5160d5abdf729fd2aa951b8943c7773c0f85))
33+
34+
### Code Style
35+
36+
- Fix ruff lint and format in notebook
37+
([`952e9e8`](https://github.com/michaelellis003/smcjax/commit/952e9e83c6a1092be55e27e2fb6c939170a04153))
38+
39+
### Documentation
40+
41+
- Add Bayesian workflow notebook for regime-switching HMM
42+
([`d80405c`](https://github.com/michaelellis003/smcjax/commit/d80405cfe10582c353d8d8018a82b253c084255c))
43+
44+
### Features
45+
46+
- **docs**: Update readme
47+
([`006b9f9`](https://github.com/michaelellis003/smcjax/commit/006b9f907cd0d0ba64f7f6fd41eb55faa4f4281c))
48+
49+
### Refactoring
50+
51+
- Migrate to pypkgkit template (src layout, uv_build, ty, ruff)
52+
([`be9202f`](https://github.com/michaelellis003/smcjax/commit/be9202fa0b0f820d35bc9abbad2a6fb9a55161be))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "smcjax"
3-
version = "1.0.1"
3+
version = "1.1.0"
44
description = "Sequential Monte Carlo and particle filtering in JAX"
55
readme = "README.md"
66
authors = [

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)