Releases: bmad-sim/SciBmad-Distribution
Release list
SciBmad-0.5.2
Built against SciBmad v0.5.2.
IJulia is now bundled. The distribution can be used as a Jupyter kernel without installing
anything into it. Register a kernel once, from inside the distribution:
using IJulia
IJulia.installkernel("SciBmad")SciBmad 1.12 then appears in Jupyter's kernel list. Do not Pkg.add("IJulia") inside the
distribution — it is already there, and a second copy installed into the writable user depot will
shadow the bundled one.
IJulia is bundled through two new patches (meta/patches/IJulia/deps/deps.jl and
meta/patches/Conda/deps/deps.jl) that supply the file Pkg.build would normally generate, which
AppBundler never runs. See the "Patches" section of the README.
Revise is no longer bundled.
Bundles are provided for linux-x86_64, linux-aarch64, macos-x86_64, macos-aarch64 and
windows-x86_64. See the README for platform-specific installation instructions — the macOS and
Windows bundles are signed with a self-signed certificate and need extra steps.
Release notes drafted by Claude Opus 5.