yardencsGitHub / tweetynet

Hybrid convolutional-recurrent neural networks for segmentation of birdsong and classification of elements
BSD 3-Clause "New" or "Revised" License
47 stars 9 forks source link

DEV: raise lower bound on `vak` to 0.6.0, remove `logger` argument from `TweetyNet.from_config` #215

Closed NickleDave closed 2 years ago

NickleDave commented 2 years ago

A fix to vak logging required removing the parameter logger from the from_config method, which is a breaking change. For that reason a new version was released, 0.6.0.

Using the current TweetyNet version with vak 0.6.0 will raise an error because TweetyNetModel will try to pass in the logger parameter as an argument when it initializes the class.

Need to:

NickleDave commented 2 years ago

Fixed by #216