Releases: neptune-ai/neptune-client
Releases · neptune-ai/neptune-client
1.3.0
1.2.0
neptune 1.2.0
Features
- Series objects accept
timestamps
andsteps
in their constructors (#1318) - Users can be invited to the workspace with
management
api (#1333) - Added support for
pytorch
integration (#1337)
Fixes
- Print warning instead of crashing syncing thread when logging big integers (#1336)
Changes
1.1.1
1.1.0
Features
- Added ability to provide repository path with
GitRef
toinit_run
(#1292) - Added
SupportsNamespaces
interface inneptune.typing
for proper type annotations of Handler and Neptune objects (#1280) - Added
NEPTUNE_SYNC_AFTER_STOP_TIMEOUT
environment variable (#1260) Run
,Model
,ModelVersion
andProject
could be created with constructor in addition toinit_*
functions (#1246)
Fixes
- Setting request timeout to 10 minutes instead of infinite (#1295)
1.1.0rc0
Features
- Added ability to provide repository path with
GitRef
toinit_run
(#1292) - Added
SupportsNamespaces
interface inneptune.typing
for proper type annotations of Handler and Neptune objects (#1280) - Added
NEPTUNE_SYNC_AFTER_STOP_TIMEOUT
environment variable (#1260) Run
,Model
,ModelVersion
andProject
could be created with constructor in addition toinit_*
functions (#1246)
Fixes
- Setting request timeout to 10 minutes instead of infinite (#1295)
1.0.2
1.0.1
1.0.1rc0
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
toneptune
with compatibility imports and markedneptune.new
as deprecated - Removed
neptune.*
legacy modules - Removed
get_project
function - Removed
init
function - Removed
get_last_run
function - Removed
run
parameter frominit_run
function - Removed
model
parameter frominit_model
function - Removed
version
parameter frominit_model_version
function - Monitoring is off by default for interactive Python kernels
- Removed
name
parameter frominit_project
function andmanagement
API - Monitoring namespace based on hostname, process id and thread id
- Removed deprecated
--run
option fromneptune 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
toneptune
- Changed values used to filter runs table by state
- Added warning for unsupported types