funkelab / motile

Multi-Object Tracker using Integer Linear Equations
https://funkelab.github.io/motile/
MIT License
22 stars 4 forks source link

AttributeError: 'Solver' object has no attribute 'fit_weights' #76

Closed pattonw closed 5 months ago

pattonw commented 5 months ago

I was following the learning guide in the docs and ran into this error. I'm using motile==0.1.3 I pip installed motile, maybe the published docs show features that are not yet available in the pypi package? Installing from github seems to have solved the issue (and downgraded from the version from 0.1.3 to 0.1.2)

tlambert03 commented 5 months ago

hey @pattonw. Strange, v0.1.3 on pypi was definitely released from main after https://github.com/funkelab/motile/pull/23 was merged... let me look into it and I'll cut a new release

tlambert03 commented 5 months ago

hey @pattonw, I just cut a new release. At first I (a bit mindlessly) released as v0.1.4, but then I re-released the same version as v0.2.0 since there were enough changes to warrant that bump. So v0.2.0 should be out in a moment and will solve this.