JuliaDynamics / Agents.jl

Agent-based modeling framework in Julia
https://juliadynamics.github.io/Agents.jl/stable/
MIT License
710 stars 114 forks source link

Update DynamicSumTypes to 2.0 #1050

Closed Tortar closed 1 week ago

Tortar commented 2 weeks ago

Still need to release it

Tortar commented 1 week ago

The only breaking change here is that it is needed to use @finalize_dispatch if one uses @multiagent in a package. There is no way to avoid that, the previous methodology was actually worse, see here for more explainations on why: https://discourse.julialang.org/t/is-using-base-delete-method-on-user-defined-functions-safe/115194

Datseris commented 1 week ago

Merge and tag? This is done right?

Tortar commented 1 week ago

yeah I tag now