Skip to content

Conversation

ChrisRackauckas-Claude
Copy link

Summary

  • Removes Statistics.jl as an unused dependency from DiffEqBase.jl
  • Reduces the dependency footprint without any functionality loss

Changes

  • Removed using Statistics from src/DiffEqBase.jl (line 24)
  • Removed Statistics from Project.toml dependencies, compat, extras, and test targets

Testing

  • Package compiles and loads successfully without Statistics
  • No actual usage of Statistics functions was found in the codebase

Statistics.jl was imported but never actually used anywhere in DiffEqBase. This is part of a broader effort to reduce dependencies across the SciML stack.

🤖 Generated with Claude Code

Statistics.jl was imported but never actually used in the codebase.
Removing it reduces the dependency footprint without any functionality loss.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants