Skip to content

0.10.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 23:34
· 81 commits to master since this release
80c100f

🐛 Bug Fixes

Update the models used in the TrackingApplication @willgraf (#555)

What

  • Update the tracking model files used by the CellTracker application.

Why

  • The previous model was trained on data with errors. That data was identified and pruned, the resulting model has significantly better performance.
`lr` is deprecated in favor of `learning_rate` for TensorFlow optimizers. @willgraf (#551)

What

  • Convert all optimizer lr arguments to learning_rate.

Why

  • Fixes deprecation warning.

🧰 Maintenance

Update version to 0.10.1. @willgraf (#556)

What

  • Bump version to 0.10.1

Why

  • Getting ready for patch release before moving to 0.11.0.