- You can now use Kedro environments to specify different Neptune configs for different environments (#86)
- Added pipeline running log and execution order (#82)
- Added support for the
NEPTUNE_CUSTOM_RUN_ID
environment variable (#81)
- Added
dependencies
support (#80)
- Replaced
*DataSet
anddata_set
with*Dataset
anddataset
respectively (#79)
- Added
OmegaConfig
support (#73)
- Replaced
AbstractDataSet
,TextDataSet
andCSVDataSet
withAbstractDataset
,TextDataset
andCSVDataSet
respectively (#73) - Replaced
kedro.extras.datasets
withkedro_datasets
(#73)
- Added
kedro_datasets
to requirements, and bumpedkedro
to>=0.18.5
(#73)
- If
neptune
'enabled' flag in the config is set tofalse
, no neptune-related actions are taken (#68)
- Fixed some of latest
neptune-client
warning messages (#58) - Fixed failing run on latest MacOS 12 (#58)
- Removed
neptune
andneptune-client
from base requirements for backward compatibility (#62) - Simplified example project and removed unrelated files (#58)
- Better life-time of the internally created Run in
NeptuneRunDataSet
(#58) - Updated the integration for compatibility with
neptune-client
1.0.0
. (#59)
- Changed integrations utils to be imported from non-internal package (#45)
- Fixed custom run id generation on catalog creation (#42)
- Fixed parsing of
NEPTUNE_ENABLED
flag (#43)
planets
example migrated to Kedro 0.18 structure (#41)
- Support environment variables for enabled (#35)
- Adapted to kedro 0.18 release (#33)
- Dropped support for kedro 0.17 (incompatible with 0.18) and python 3.6 (unsupported by kedro 0.18)
- Fixed accessing run after Model Registry release (#31)
- Fixed backward compatibility with latest neptune-client
- Added
enabled
flag to neptune.yml to maintain that metadata logging into Neptune is enabled (#20)
- Disable traceback uploading in child nodes (#18)
Initial development version