Commit b5563ec
Narrow ITensors serialization public API to just the schema struct types
Drops `serialized_type`, `serialize_convert`, and `deserialize_convert`
from the `public` declaration. These remain reachable from the JLD2
extension (and from `Base.convert` via the shims) but are no longer part
of the package's stable public surface — no current external consumer
calls them directly, so committing to them now is premature.
The JLD2 file format docs page is updated to match: the prose describes
the internal layering without rendering docstring blocks for the
unexported helpers, so the `@docs` API list is limited to the schema
struct types themselves.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cff7ed5 commit b5563ec
2 files changed
Lines changed: 11 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
66 | 60 | | |
67 | 61 | | |
68 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | 92 | | |
96 | 93 | | |
97 | | - | |
| 94 | + | |
98 | 95 | | |
99 | 96 | | |
100 | 97 | | |
| |||
0 commit comments