Releases
1.9.0
Features
Add support for seaborn figures (#1613 )
Added fetching with iterators in fetch_*_table()
methods (#1585 )
Added limit
parameter to fetch_*_table()
methods (#1593 )
Added sort_by
parameter to fetch_*_table()
methods (#1595 )
Added ascending
parameter to fetch_*_table()
methods (#1602 )
Added progress_bar
parameter to fetch_*_table()
methods (#1599 )
Added progress_bar
parameter to download()
method of the Handler
class (#1620 )
Added progress_bar
parameter to fetch_values()
method of the Handler
class (#1633 )
Fixes
Add direct requirement of typing-extensions
(#1586 )
Handle None
values in distribution sorting in InferDependeciesStrategy
(#1612 )
Fixed race conditions with cleaning internal files (#1606 )
Better value validation for state
parameter of fetch_*_table()
methods (#1616 )
Parse datetime
attribute values in fetch_runs_table()
(#1634 )
Better handle limit in fetch_*_table()
methods (#1644 )
Fix pagination handling in table fetching (#1651 )
Changes
Use literals instead of str for Mode typing (#1586 )
Handle logging in the AsyncOperationProcessor
with OperationLogger
and signal queue (#1610 )
Stringify Handler
paths (#1623 )
Added processor id to ProcessorStopSignalData
(#1625 )
Use the same logger instance for logging (#1611 )
Changed offline directories internal path structure (#1606 )
Changed internal directories path structure (#1606 )
Changed format of warning messages (#1635 )
Make trash_objects()
raise ProjectNotFound
if project does not exist (#1636 )
Do not show progress bars when no data to fetch / small amount of data (#1638 )
You can’t perform that action at this time.