File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff 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
1334Highlights:
Original file line number Diff line number Diff line change 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
2727def __getattr__ (name : str ): # pylint: disable=invalid-name
You can’t perform that action at this time.
0 commit comments