Skip to content

Connex v0.3.0

Compare
Choose a tag to compare
@leonard-gleyzer leonard-gleyzer released this 03 Jun 05:16
· 11 commits to main since this release

The main changes are:

  • Making key a keyword-only argument in a NeuralNetwork's __call__ method
  • Removing set_dropout_p from the NeuralNetwork class: Instead of network.set_dropout_p(...), write connex.set_dropout_p(network, ...).
  • Bumping the minimum Python version to 3.9