SciML / StochasticDelayDiffEq.jl

Stochastic delay differential equations (SDDE) solvers for the SciML scientific machine learning ecosystem
MIT License
25 stars 10 forks source link

CompatHelper: bump compat for "DataStructures" to "0.18" #20

Closed github-actions[bot] closed 4 years ago

github-actions[bot] commented 4 years ago

This pull request changes the compat entry for the DataStructures package from 0.17 to 0.17, 0.18.

This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

devmotion commented 4 years ago

Tests didn't use DataStructures 0.18, I guess some dependency has to be updated first.

ChrisRackauckas commented 4 years ago

It's DiffEqBase, and https://github.com/JuliaCollections/DataStructures.jl/pull/547 means we have to do this one carefully.