PoisotLab / EcologicalNetworks.jl

Everything you've never dreamed about measuring on ecological networks.
Other
68 stars 20 forks source link

Information theory #190

Closed MichielStock closed 3 years ago

MichielStock commented 3 years ago

ITSIN and OTSIN

Hi, I added the latest stuff given the published work on optimal transportation and information theory:

It does not allow for fitting a utility matrix, since this would entail a whole range of dependencies and other issues that come with data fitting.

Checklist

Pinging

Pinging @tpoisot

MichielStock commented 3 years ago

I guess the errors are due to using keywords directly, e.g. f(x;a=a) => f(x;a). Only allowed in later versions. Will fix tomorrow.

MichielStock commented 3 years ago

Hey @tpoisot, seems like the unit tests don't run automatically anymore. Works for me locally though.

tpoisot commented 3 years ago

Good catch - I'll investigate, I was planning to work on that tomorrow!

tpoisot commented 3 years ago

When #193 is merged, could you please rebase on main? I've already bumped the release number, so I'll merge and tag.

tpoisot commented 3 years ago

Alright @MichielStock - you can rebase on main, do not change the version number, and when this is merged I will tag the v0.5.0 release.

tpoisot commented 3 years ago

Oh nevermind there was a button to bring this branch up to speed.