v0.10.13
What's Changed
- Fixed simple spelling and formatting errors in the box.jl example. by @JamieMair in #521
- Fix null initialization by @wsmoses in #520
- Fix union ret custom tape by @wsmoses in #522
- Fix segfault on generic inactive by @wsmoses in #524
- Bump jll by @vchuravy in #527
- Minor bugfixes by @wsmoses in #526
- Modify pullback example so that checks return true by @andrewjradcliffe in #528
- Fix builder move for runtime activity by @wsmoses in #529
- Fastgen by @wsmoses in #531
- Add case for type tree of empty union by @wsmoses in #543
- Add rem2pi by @wsmoses in #544
- Fix rev mode shadow alloc bundles by @wsmoses in #538
- AutoDiff API doc by @michel2323 in #546
- Use safe_warn in typetree.jl by @vchuravy in #549
- Add handler for jl_gc_add_ptr_finalizer by @vchuravy in #550
- Fix boxfloat by @wsmoses in #556
- Improve inout type rule for constant expression inputs by @wsmoses in #557
- Fix lookup on box by @wsmoses in #558
- Handle inactive generic function call by @wsmoses in #561
- Update Project.toml by @wsmoses in #562
- Add array_ptr_copy by @wsmoses in #565
- Ensure no mistaken speculation by @wsmoses in #567
- Add inactive generic by @wsmoses in #566
- Add cbrt test by @wsmoses in #568
- CompatHelper: bump compat for GPUCompiler to 0.17, (keep existing compat) by @github-actions in #563
- Bump JLL to 0.0.47 by @vchuravy in #570
- Add test for frem by @wsmoses in #569
New Contributors
- @JamieMair made their first contribution in #521
- @andrewjradcliffe made their first contribution in #528
- @michel2323 made their first contribution in #546
Full Changelog: v0.10.12...v0.10.13