Commit Graph

1869 Commits

Author SHA1 Message Date
allegroai
d0db6ea919 Fix Python 3.5 Unicode support 2022-11-11 15:35:30 +02:00
allegroai
b58c70f65e Fix media preview is created instead of a table preview 2022-11-11 15:34:43 +02:00
allegroai
251cfa30a9 Fix Python 2.7 support 2022-11-11 15:30:25 +02:00
allegroai
0e283dd514 Fix too many parts will cause preview to increase Task object beyond 16MB limit, set a total limit of 320kbs 2022-11-11 13:30:57 +02:00
allegroai
8e9f422ec5 PEP8 2022-11-11 13:30:15 +02:00
allegroai
74614bad6d Fix Dataset.get_local_copy() deletes the source archive if it is stored locally 2022-11-09 11:45:09 +02:00
allegroai
d45ec5d3e2 Update README 2022-11-09 11:43:04 +02:00
allegroai
a4d83c30ba Fixed Python 2.7 support, refactor, PEP8 2022-11-09 11:42:06 +02:00
allegroai
039f9f6938 Return stub object from Task.init() if no clearml.conf file is found 2022-11-09 11:40:36 +02:00
allegroai
9164a38708 Fix reported images might not all be reported when waiting to complete the task 2022-11-09 11:39:26 +02:00
allegroai
b793f2dfc6 Limit number of _serialize requests when adding list of links with add_external_files() (#813) 2022-11-09 11:37:52 +02:00
allegroai
8340d4b86c Fix Python 2.7 support 2022-11-09 11:36:17 +02:00
allegroai
e319770831 Fix git remote repository detection when remote is not "origin" 2022-11-09 11:30:05 +02:00
allegroai
dc1c9b5844 Add clearml.browser_login to authenticate browser online sessions such as CoLab, Jupyter Notebooks etc. 2022-11-09 11:29:46 +02:00
allegroai
89ad484839 Improve manual model uploading example 2022-11-09 11:28:46 +02:00
allegroai
f0400dd099 Fix if project has a default output uri there is no way to disable it in development mode (manual). Allow passing output_uri=False to disable it. 2022-11-09 11:28:25 +02:00
Victor Sonck
51af6e833d
Add CI/CD example (#815)
* Add clearml ci/cd example

* Add section on how to set up CI/CD example
2022-11-08 17:29:49 +02:00
allegroai
18a4065b2b Add sdk.development.worker.report_event_flush_threshold to control the number of events to trigger a report 2022-11-07 19:17:20 +02:00
allegroai
fa45d32394 Fix cloning pipelines ran with start_locally() doesn't work 2022-11-07 19:09:09 +02:00
Allegro AI
f570072883
Update README.md 2022-11-04 23:34:49 +02:00
Allegro AI
e69fecde90
Update README.md 2022-11-04 23:30:13 +02:00
allegroai
1d041fafbd Add TensorboardX example link 2022-11-03 14:11:40 +02:00
Konstantin Frolov
7f92e5b4ee
Add Task.delete_artifacts() with raise_on_errors argument (#806)
* 'raise_on_errors' flag exposed to the parameters of Task._delete_artifacts()

* indentation fixed

* raise exceptions on errors by default on artifact deletions
2022-11-01 12:39:32 +02:00
allegroai
ff73e7848c Refactor inner functions 2022-10-30 19:29:01 +02:00
allegroai
8c776b6da0 Remove import_bind from stack trace of import errors 2022-10-30 19:27:15 +02:00
allegroai
88f0e68eab Remove deprecated demo server. Add initial browser session auto-login. 2022-10-30 19:26:55 +02:00
allegroai
16fb59c33f Improve CoLab integration (store entire colab, not history) 2022-10-30 19:25:15 +02:00
allegroai
89b675c267 Fix clearml-init colab detection 2022-10-30 19:24:43 +02:00
allegroai
9c171d8a5d Fix unique_selector is not applied properly on batches after the first batch. Remove default selector value since it does not work for all event types (and we always specify it anyway) 2022-10-30 19:24:19 +02:00
Doron Serebro
ff7b174bf1
Fix passing compression=ZIP_STORED (or 0) to Dataset.upload() uses ZIP_DEFLATED and overrides the user-supplied argument (#812)
Co-authored-by: dorons <dorons@wisense.tech>
2022-10-27 17:17:13 +03:00
TrellixVulnTeam
d17903d4e9
Adding tarfile member sanitization to extractall() (#803) 2022-10-27 14:56:05 +03:00
allegroai
b598ee5866 Version bump to v1.7.2 2022-10-23 15:22:55 +03:00
allegroai
24323d3ee7 Remove future from Python 3 requirements 2022-10-23 15:21:46 +03:00
allegroai
2766255e8f Fix pipeline clone logic 2022-10-23 15:21:30 +03:00
allegroai
9d096d8ab0 PEP8 2022-10-22 14:16:10 +03:00
allegroai
25df5efe74 Fix Task.upload_artifact() fails uploading pandas DataFrames 2022-10-17 23:34:21 +03:00
tonyd
92fbe062b4
Fix crash when running cloned pipeline that invokes a step twice (#770, related to #769)
Co-authored-by: eajechiloae <97950284+eugen-ajechiloae-clearml@users.noreply.github.com>
2022-10-17 23:30:58 +03:00
allegroai
aad01056b5 version bump 2022-10-14 10:32:49 +03:00
allegroai
6d6b54f5a1 Allow pipeline steps to return string paths without them being treated as a folder artifact and zipped (#780) 2022-10-14 10:32:36 +03:00
allegroai
a64b918c79 Support running jupyter notebook inside a git repo - repository referenced without uncommitted changes and jupyter notebook as code (uncommitted changes)
Add jupyter notebook fail warning
2022-10-14 10:24:37 +03:00
allegroai
76939339c4 Fix support for multiple jupyter servers running on the same machine
Fix issue with old/new notebook packages installed
2022-10-14 10:19:35 +03:00
allegroai
8364cd23d9 Fix docstring 2022-10-14 10:17:41 +03:00
allegroai
54489e23a6 version bump 2022-10-14 10:16:42 +03:00
allegroai
57b7a31097 Fix exception raised when using ThreadPool (#790) 2022-10-14 10:16:11 +03:00
allegroai
d497869a1f Fix retry_on_failure callback does nothing when specified on PipelineController.add_step 2022-10-14 10:14:29 +03:00
allegroai
a0e19d833d Fix docstrings 2022-10-14 10:12:49 +03:00
allegroai
5ece83fe9f version bump 2022-10-14 10:11:23 +03:00
allegroai
dd17fca080 Fix pipeline argument becomes None if default value is not set 2022-10-14 10:10:11 +03:00
allegroai
452d3c5750 Fix local cache with access rules disabling partial local access 2022-10-14 10:10:11 +03:00
Gonzalo Gabriel Jiménez Fuentes
1e1aa10232
Fix relative paths in examples (#787)
image_reporting.py points to images directory using an absolute path
2022-10-08 15:49:36 +03:00