Changed
- change minimum required Python to 3.8,
to adhere to [NEP-29](https://numpy.org/neps/nep-0029-deprecation_policy.html), in
[216](https://github.com/yardencsGitHub/tweetynet/pull/216).
Fixes [214](https://github.com/yardencsGitHub/tweetynet/issues/214).
- raise lower bound on `vak` to 0.6.0,
to work with new `vak` version that removes `logger` parameter
from `vak.Engine.model.from_config`.
[216](https://github.com/yardencsGitHub/tweetynet/pull/216).
Fixes [215](https://github.com/yardencsGitHub/tweetynet/issues/214).
Removed
- remove `logger` argument from `TweetyNetModel.from_config`,
to work with new `vak` version that removes `logger` parameter
from `vak.Engine.model.from_config`.
[216](https://github.com/yardencsGitHub/tweetynet/pull/216).
Fixes [215](https://github.com/yardencsGitHub/tweetynet/issues/214).