Releases
1.0.0
Fixes
Fixed input value type verification for append()
method
Changes
Disabled automatic casting to strings for unsupported by Neptune types
Moved modules from neptune.new
to neptune
with compatibility imports and marked neptune.new
as deprecated
Removed neptune.*
legacy modules
Removed get_project
function
Removed init
function
Removed get_last_run
function
Removed run
parameter from init_run
function
Removed model
parameter from init_model
function
Removed version
parameter from init_model_version
function
Monitoring is off by default for interactive Python kernels
Removed name
parameter from init_project
function and management
API
Monitoring namespace based on hostname, process id and thread id
Removed deprecated --run
option from neptune sync
command
Update methods to have mainly keyword arguments
Removed Run._short_id
property
Removed get_run_url
method
Removed neptune.new.sync
module
Change run status in the table returned by fetch_runs_table
to Active / Inactive
Package renamed from neptune-client
to neptune
Changed values used to filter runs table by state
Added warning for unsupported types
You can’t perform that action at this time.