Skip to content

v3.0.0

Choose a tag to compare

@hughperkins hughperkins released this 05 Mar 16:22
· 99 commits to master since this release

backward incompatible change:

  • nn modules now in PyTorchAug.nn, rather than in PyTorchAug directly

new functionality:

  • anything in nn can now be used, without having to explicitly add to the program
  • this also paves the way for being able to easily (and perhaps automatically) handle other types, like nnx etc