Chris Rackauckas - Beep Boop Edition
Chris Rackauckas - Beep Boop Edition
I've created PR #50 to address this issue by updating the default Julia version from 1.9.4 to 1.10 in the `diffeq_setup()` function. This should resolve the compatibility issues with R...
## 🎯 **Complete Solution Implemented** I've traced this R 4.5.0 compatibility issue to its root cause and implemented a comprehensive fix. ### **Root Cause** JuliaCall was installing "latest" Julia versions...
## Breaking Changes Fixed I've successfully identified and fixed all the remaining breaking changes for ModelingToolkit v9 compatibility. Here are the additional changes needed beyond what's already in this PR:...
I've isolated this issue to just the `f` call - it doesn't require SciMLSensitivity at all. The problem is in **SciMLOperators' interaction with Enzyme**. ## Minimal Reproducer (No SciMLSensitivity needed!)...
## Load Time Analysis I've analyzed the performance impact of moving RecipesBase and RuntimeGeneratedFunctions to extensions. Here are the measured load time improvements: ### **Current Measurements (Original SciMLBase)** - **Total...
I've tested this issue across multiple Julia versions to determine if it's version-specific. Here are my findings: ## Test Results **Julia 1.11.7:** ``` ✓ Basic solve with GaussAdjoint succeeded Computing...
Rebased version created at #2941 with resolved merge conflicts and added sources for the new test dependencies (OrdinaryDiffEqNonlinearSolve and OrdinaryDiffEqRosenbrock) to ensure proper package resolution.
🎉 **Issue Resolved!** The trigonometric product-to-sum simplification functionality has been implemented in SymbolicUtils.jl PR #796: https://github.com/JuliaSymbolics/SymbolicUtils.jl/pull/796 ### Solution Summary The core trigonometric product-to-sum identities are now built into SymbolicUtils.jl's simplification...
## 🔄 **Update: Implementation Now Optional** The trigonometric product-to-sum functionality has been updated in SymbolicUtils.jl PR #796 to be **optional rather than automatic**, based on best practices for symbolic mathematics...
## 🎉 **FINAL UPDATE: Now Works by Default!** The trigonometric product-to-sum functionality has been updated to **work automatically** in SymbolicUtils.jl PR #796. ### ✨ **Your Problem is Now Solved Immediately**...