Skip to content

Remove unused Statistics.jl dependency #1195

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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