| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-05-01 | 889 Bytes | |
| V0.23.0 source code.tar.gz | 2026-05-01 | 362.8 kB | |
| V0.23.0 source code.zip | 2026-05-01 | 555.5 kB | |
| Totals: 3 Items | 919.2 kB | 0 | |
-
Implement
CloneforTracked. Note that this will break your code if the tracked type implementsClone, and the tracked handle was used to clone the data; this will now return a cloned handle, instead of the cloned underlying type. -
julia_module!has been reimplemented and precompilation is tested, bugs that surfaced when testing precompiled packages have been fixed. -
Items exported with
julia_module!can be marked aspubto automatically export them from the generated module. -
DataType::instantiate_uncheckedhas been deprecated, call constructors instead. -
The custom derive macros,
StaticRef,StaticGlobal, andModule::typed_global_cachednow support eliding theMainmodule. For example, instead ofMain.Foocan now be accessed asFoo. -
Value::stdouthas been removed; the C-function it calls has been unavailable since Julia 1.11.