Skip to content

Releases: neptune-ai/neptune-fastai

1.1.1

28 Jul 06:55
0cd7691
Compare
Choose a tag to compare

Fixes

  • Don't error if optim.__name__ is not present. (#54)

1.1.0

16 Mar 12:35
c5953ff
Compare
Choose a tag to compare

Changes

  • Updated integration for compatibility with neptune 1.X
  • Removed neptune and neptune-client from base requirements - installation is checked at runtime
  • Functions outside the callback accept Handler as well

1.0.0

20 Feb 08:17
3ebeac3
Compare
Choose a tag to compare

Changes

  • NeptuneCallback now accepts a namespace Handler as an alternative to Run for the run argument. This means that
    you can call it like NeptuneCallback(run=run["some/namespace/"]) to log everything to the some/namespace/
    location of the run.

Breaking changes

  • Instead of the log() method, the integration now uses append() which is available since version 0.16.14
    of neptune-client.

0.10.4

07 Nov 14:35
29a4a83
Compare
Choose a tag to compare

Changes

  • moved neptune_fastai package to src dir (#37)
  • Poetry as a package builder (#44)

Fixes

  • Fixed NeptuneCallback import error - now possible to directly import with from neptune_fastai import NeptuneCallback
    (#39)

0.10.3

12 Sep 12:41
1cf1695
Compare
Choose a tag to compare

Changes

  • Changed integrations utils to be imported from non-internal package

0.10.2

18 Jul 08:35
5a25b6a
Compare
Choose a tag to compare

Fixes

  • Skip vocab for models that don't use it.
  • Attribute error when loss is not BaseLoss.

0.10.1

07 Jul 12:52
6934e47
Compare
Choose a tag to compare

Features

  • Mechanism to prevent using legacy Experiments in new-API integrations (#17)

0.10.0

30 Jun 14:35
c7bbe22
Compare
Choose a tag to compare

Breaking changes

  • Behaviour of uploading models and fastai minimal version requirement set to 2.4 (#16)

0.9.6

30 Jun 10:56
0b255f8
Compare
Choose a tag to compare

Fixes

  • Warning instead of an error when calling callback from method without SaveModelCallback (#15)

0.9.5

18 Jun 09:05
Compare
Choose a tag to compare
Fix setup.cfg