Release 0.29.1 - #530
Conversation
…lash on Julia 1.10 JET
Fix for Julia 1.10 JET failureThe JET The previous Fix (commit 9cf7171)Import # Before (clashes with stdlib Core on JET 1.10)
using ..Core: Core
# ... Core.NotProvidedType in type annotations
# After
using ..Core: Core, NotProvided, NotProvidedType
# ... NotProvidedType directly (no module prefix)Changed files:
Docstring references to |
Fix for Documenter
|
Qualify all
|
…thout polluting module namespace
…Core ambiguity on Julia 1.10 JET
Fix:
|
Release 0.29.1
Patch release with no breaking changes.
Changes since 0.29.0
using, neverimport#528 —using, neverimport(Handbook tenet 2): replaced everyimportstatement with the qualifiedusingform (using Pkg: Pkginstead ofimport Pkg) across all source files, extensions, and tests (174 files). No public API, type, or signature changes.option_is_user,option_is_default,option_is_computed.AGENTS.mdand added missing Handbook tenets; guide pages switched tousingform for submodule examples.Files updated
Project.toml— version bumped to0.29.1CHANGELOG.md— added[0.29.1]entryBREAKING.md— added non-breaking note for0.29.1