JuliaDynamics / Agents.jl

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

Latest Agents.jl install installs both SumTypes and DynamicSumTypes #1049

Closed Datseris closed 2 weeks ago

Datseris commented 2 weeks ago
    Updating `\Project.toml`
  [46ada45e] ↑ Agents v5.17.1 ⇒ v6.0.15
    Updating `\Manifest.toml`
  [46ada45e] ↑ Agents v5.17.1 ⇒ v6.0.15
  [5fcdbb90] + DynamicSumTypes v1.0.1
  [d1922b25] ↑ LightOSM v0.2.11 ⇒ v0.3.1
  [ff63dad9] + StreamSampling v0.3.5
  [8e1ec7a9] + SumTypes v0.5.8

My assumption is that the renamed and no longer existing SumTypes is still in the Project file.

Tortar commented 2 weeks ago

They are both needed, they are two different packages, the previous name was MixedStructTypes

Tortar commented 2 weeks ago

DynamicSumTypes depends on SumTypes, it's a kind of extension :D