Skip to content

Commit f9f08c2

Browse files
QwlouseThe kauldron Authors
authored andcommitted
Kauldron 1.4.1 Release preparation
Bumped version to 1.4.1 and updated CHANGELOG.md. PiperOrigin-RevId: 890162966
1 parent 984cf6b commit f9f08c2

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ Changelog follow the https://keepachangelog.com/ standard (at least the headers)
88

99
## [Unreleased]
1010

11+
## [1.4.1] - 2026-03-27
12+
13+
* `kd.ktyping`:
14+
* [Fix] Fix `PyTree[T]` traversing into registered types (e.g. `flax.struct.dataclass`).
15+
* [Fix] Fix `as_np_dtype` lookup when `torchapix` is imported.
16+
* [Fix] Fix `UNKNOWN_DIM` formatting in error messages.
17+
18+
* `kd.konfig`:
19+
* [Fix] Add hint to import errors if they look like the internal repo prefix is missing.
20+
* [Fix] Update Error message propagation in `module_configdict`.
21+
22+
* `kd.random`:
23+
* [Extended] Support `kd.random.PRNGKey(seed)`.
24+
25+
* `kd.cli`:
26+
* [New] Add `run eval_shape` command.
27+
* [Changed] Refactor/beautify CLI help aesthetics.
28+
29+
* `kd.contrib`:
30+
* [New] Add a configurable library for `kd.contrib.data.SSTable`.
31+
1132
## [1.4.0] - 2026-03-11
1233

1334
Highlights:

kauldron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
# A new PyPI release will be pushed everytime `__version__` is increased
2323
# When changing this, also update the CHANGELOG.md
24-
__version__ = '1.4.0'
24+
__version__ = '1.4.1'
2525

2626

2727
def __getattr__(name: str): # pylint: disable=invalid-name

0 commit comments

Comments
 (0)