Tags: ucekmez/label-studio
Tags
Release 0.9.1.post0 (HumanSignal#603) * Make branch for release 0.9.1.post0 * Updating example README Making the steps a bit less error prone * Fix tutorials layout - hide weird double search * Update LSF version: add new TextArea behaviour. Update labeling config examples * Fix spaces * Update LSF build: take it from master branch * Add onSubmitCompletion in docs * Fix predict redirect to task on model page * Change version on main page in docs Co-authored-by: smoreface <smoreface@users.noreply.github.com> Co-authored-by: hlomzik <hlomzik@gmail.com>
Release 0.9.0.post5 fixes (HumanSignal#561) * Remove hostname prefix for upload files in case of localhost * Update misc.py (HumanSignal#560) Add timeout to version check * Update requests dependency * Add task patch * Fix task patch docs * Add list to Image in validation * Change attrs version to >=19.1.0 * Main page mock-up fixes Gaps and overlays Outliers on mobile screens Simplify sliders and fix console error about missing one Fix github stars rounding Add new release with github link * Add INIT_COMMAND to run.sh * Update DM build * Add editor version to hash * Fix misspell * Change LS version * Fix misspell Co-authored-by: LamDang <tunglam.dang@gmail.com> Co-authored-by: hlomzik <hlomzik@gmail.com>
Release 0.9.0.post4 fixes (HumanSignal#551) * Add export format to filename * Fix name for predictions_score
Release/0.9.0.post3 fixes (HumanSignal#549) * Fix styles on storage errors * Fix ImportState. Update DM & LSF * Change LS version * Fix data type for config values
Release/0.8.2 (HumanSignal#496) * Fix some dependencies * LSF build 3f0e7f5 * Make relative paths in config.json, extract IDs from source storage keys, pass project full path in ML backend * Update converter to 0.0.21 * Add utils for getting uploaded local files * Update converter package * Update LSF 64d1468 * Add Paragrahs/Taxonomy samples, rewrite sample task generation * Update LSF, handle secure mode * Fix secure mode for Text object * Remove absolute paths from config * Change version to 0.8.2 * Fix ml server path for Windows * Update LSF 38a8537 * Fix export dir * Update LSF 2b48362 * Fix type validation for paragraphs * Update LSF 8f89391 * Add ML backend for GPT2 Chatbot generator based on <Paragraphs> + new template * Add docs for Paragraphs and Taxonomy * Add paragraphs reference, fix doc * Change tooltip texts * Upgrade converters: fix export with relations * Add new icons to templates * Fix center for icons Co-authored-by: nik <nik@heartex.net> Co-authored-by: makseq-msi3 <makseq@gmail.com> Co-authored-by: hlomzik <hlomzik@gmail.com>
Release 0.8.1 (HumanSignal#472) * Massive LSF rework (HumanSignal#403) * LSF with new deserialization and changed structure * Update LSF js * Hostname for enternal LS usage. Docker with hostname passthrough. * Username and password to docker. * update s3 signature version to s3v4 to support more aws regions (HumanSignal#402) * Release 0.7.4.post0 (HumanSignal#400) * Release 0.7.4.post0 label-studio-converter version. * Docs and version. * update s3 signature version to s3v4 to support more aws regions Co-authored-by: Max <makseq@gmail.com> * Update ml.md (HumanSignal#404) * Release 0.7.4.post0 (HumanSignal#400) * Release 0.7.4.post0 label-studio-converter version. * Docs and version. * Update ml.md * Update ml.md Co-authored-by: Max <makseq@gmail.com> * Logs for ML backend. * LSF build. * Ui fixes. * Fixes and addions for task validation in cloud storages. * Check for raise. * Back raise. * fix un-error for ML backend, add parse_config docstring * Move project loading line. * methods * Bugfixes with project_obj and docs. * New LSF build. * Improvements of navigation with hotkeys. * Minimum formatting of completed_at (HumanSignal#397) * Minimum formatting of completed_at * Fix skip formatting None timestamp * Doc fixes. * Fix order of completion picking * Docs fixes. * Pretty fixes. * New LSF build. * Mobile UI fix. * More mobile fixes. * Min height for tr in tasks. * Docs fixes. * Usage stats docs. * Docs fixes. * Docs about frontend. * Docs frontend fixes. * Docs fixes. * Docs for LS modules. * Docs fixes. * LSF build from tmp/deserialize. * New LSF build. * LSF build from tmp/deserialize. * New LSF build from tmp/deserialize. * maintain ordering in source.json and task.json (HumanSignal#414) Co-authored-by: dhruv <dhruv@thelevel.ai> * Docs preview in iframe. * New LSF build from tmp/deserialize. * Loader for open preview. * Keypoint docs fix with stroke width. * Docs fix with ml-backend-url. * Active learning docs in ml backend. * ML examples docs. * New LSF build from tmp/deserialize. * Docs CORS new image added. * Latest LSF tmp/deserialize build * Fix LSF bug with initialization * Fix headshot export dimmer * Reduce debug logs on next task * Remove huge data from console while debug * Hide skip button on tasks page * Add table example with text fields * New LSF build from tmp/deserialize * Move external fonts to LS. Bug fix with accordion and checkboxes. * Change version 0.7.5rc1 * configure blueprint * enable PR builds for all target branches * ML patch * Update docs * Latest LSF build with tmp/deserialization * Fix buttons "Start Predictions" and "Remove ML backend" for Firefox (HumanSignal#439) * Fix correct templates_dir from config.json * Fix deprecated deploy to azure button * Litte fix with deploy buttons * Fix docs * Show task code column * UI fixes * Reworked size of left and right panels on tasks page * Fix size of right panel. rc3 release * Make left and right panels true responsible * Add call to ml backend to get task prediction on api/task/<id> * Add Table type to _DATA_TYPES * Add Table example data * Add playground examples * Lates LSF build with Text/HyperText fixes * Add host & protocol & port help for external domain * Upgrade pip in docker * Update tag docs * Change version to rc5 * Fix docs with init without project name * Make short version for task and completion paths on tasks page * Increase wait intervals in e2e tests * Sync platform with opensource in TS previews * Make tooltip for paths on tasks page. * Make pretty print for show task data * Fix displying of short paths for storages * Fix tests * Fix e2e tests * Fix api_predict (HumanSignal#480) analytics instance is in globals, not in project * Fix stats * Rename exception treatment * Refactor project/config * Refactor some api urls. Update docs about how to make predictions * Fix docs * Refactor blueprint.py * Rework ml backend apis * Move start_browser. Update LSF build * Fix ascending order * Import urls without SSL check * Merge with master * Add ML backend for Image Object Detection * Restructure docs * Revert labeling * Fix one link * Enhance ML docs, make version checker * Use id in export * Add workaround for python3.5 * Update LSF c883b7368 * Add deprecated API * Check integration with blueprint. Fix external hostname without port * Fix tests * Update LSF 57cbe6 * Add blueprint usage example * Fix mmdetection doc * Delete duplicated text * Add help text to blueprint example * Fix misspells * Add readme about ls integration * Add more readme to blueprint * Add more readme into blueprint usage example * Fix redirects on welcome and setup pages * Remove unused comment * Fix ml.md from Michael * stylistic changes and a few typos Co-authored-by: hlomzik <hlomzik@gmail.com> Co-authored-by: Wouter Devriendt <wouterdevriendt@gmail.com> Co-authored-by: jeannefukumaru <fukumaruuu@gmail.com> Co-authored-by: nik <nik@heartex.net> Co-authored-by: Hikonobu Kurihara <evhemary@gmail.com> Co-authored-by: Dhruv Mishra <ubiquitiousdm@gmail.com> Co-authored-by: dhruv <dhruv@thelevel.ai> Co-authored-by: Thomas Grainger <tagrain@gmail.com> Co-authored-by: Dario Saccavino <kathoum@gmail.com> Co-authored-by: hepaajan <hepaajan@iki.fi> Co-authored-by: Mikhail Maluyk <mikhail.maluyk@gmail.com>
Release 0.8.0 (HumanSignal#467) * Add old build of ts * Add TS templates. Add correct validation for TS. Add sample csv for TS. * Prettify templates ts * Add drag & drop to TS * Make another way to check ts in uploader * Correct exception treatment with app_before_request_callback * S3 region support, resolve URI based on current storage setup, add wip lsf builds * Update error message * Update LSF build from feature/ts * Refactor templates * Add tutorial. Templates reformats * Fix valuetype lowercase. Update LSF build * Split ts tutorial to templates/time_series.md and release notes * Update LSF build * Use LSF build with TS fixes and persistent state * Update templates. Add data, completion, predictions support to config preview. Update LSF build * Add more templates * Update LSF * Handle drag-n-drop import with cloud storage connected * Change default labeling config * Back default config * Add dynamic sample task for TS * Update LSF * Add support for headless sample task * Update LSF build * Support inputFormat & separator in sample task generator * Fix data examples * Try to fix independ channels template * Fix templates * Update LSF * Rename vars on backend, inplace generator/predefined sample task,change templates * Update LSF build * Generate sample task in render-label-studio * Add units for ts-text linking template * Fix templates * Update LSF * Fix data example without valueType * Update LSF build * Add tag docs. Work on templates * Update LSF build * Bugfix in time-series.csv endpoint * Finish templates. Fix bugs in TS sample generation * Pretty fix * Add removable notes on setup page * Folders drag&drop * Add marked js * Fix links to relation docs * Fix one-point text in template * Add wait in e2e tests * Update LSF build * Add timeless template * Add env in tests * Hide readme markdown if errors on render * Update docs * Rename templates * Update docs * Move readme to the bottom * Show readme hidden by default * Rework time_series.md * Fix docs. Fix path to time-series.csv * Rename endpoint static_time_series * Fix generate example * Fix upload arg in playground * blog post text and images * Update time_series.md (HumanSignal#469) * Update time_series.md * Fix upload arg in playground Co-authored-by: makseq-ubnt <makseq@gmail.com> * Fix time series md and other preview stuff * modifying text, links, and images * few changes in docs * typos * typo * fixing case * Change TS classification template * Fix docs/blog errors * Update LSF * Change v0.8.0 Co-authored-by: nik <nik@heartex.net> Co-authored-by: hlomzik <hlomzik@gmail.com> Co-authored-by: Nikita Skryabin <nr@fenelon.ru> Co-authored-by: Mikhail Maluyk <mikhail.maluyk@gmail.com> Co-authored-by: Rhythm of vision <rov@Rhythms-Air.hsd1.ca.comcast.net>
Release 0.7.5 (HumanSignal#399) * Release 0.7.5 * Massive LSF rework (HumanSignal#403) * LSF with new deserialization and changed structure * Update LSF js * Hostname for enternal LS usage. Docker with hostname passthrough. * Username and password to docker. * update s3 signature version to s3v4 to support more aws regions (HumanSignal#402) * Release 0.7.4.post0 (HumanSignal#400) * Release 0.7.4.post0 label-studio-converter version. * Docs and version. * update s3 signature version to s3v4 to support more aws regions Co-authored-by: Max <makseq@gmail.com> * Update ml.md (HumanSignal#404) * Release 0.7.4.post0 (HumanSignal#400) * Release 0.7.4.post0 label-studio-converter version. * Docs and version. * Update ml.md * Update ml.md Co-authored-by: Max <makseq@gmail.com> * Logs for ML backend. * LSF build. * Ui fixes. * Fixes and addions for task validation in cloud storages. * Check for raise. * Back raise. * fix un-error for ML backend, add parse_config docstring * Move project loading line. * methods * Bugfixes with project_obj and docs. * New LSF build. * Improvements of navigation with hotkeys. * Minimum formatting of completed_at (HumanSignal#397) * Minimum formatting of completed_at * Fix skip formatting None timestamp * Doc fixes. * Fix order of completion picking * Docs fixes. * Pretty fixes. * New LSF build. * Mobile UI fix. * More mobile fixes. * Min height for tr in tasks. * Docs fixes. * Usage stats docs. * Docs fixes. * Docs about frontend. * Docs frontend fixes. * Docs fixes. * Docs for LS modules. * Docs fixes. * LSF build from tmp/deserialize. * New LSF build. * LSF build from tmp/deserialize. * New LSF build from tmp/deserialize. * maintain ordering in source.json and task.json (HumanSignal#414) Co-authored-by: dhruv <dhruv@thelevel.ai> * Docs preview in iframe. * New LSF build from tmp/deserialize. * Loader for open preview. * Keypoint docs fix with stroke width. * Docs fix with ml-backend-url. * Active learning docs in ml backend. * ML examples docs. * New LSF build from tmp/deserialize. * Docs CORS new image added. * Latest LSF tmp/deserialize build * Fix LSF bug with initialization * Fix headshot export dimmer * Reduce debug logs on next task * Remove huge data from console while debug * Hide skip button on tasks page * Add table example with text fields * New LSF build from tmp/deserialize * Move external fonts to LS. Bug fix with accordion and checkboxes. * Change version 0.7.5rc1 * ML patch * Update docs * Latest LSF build with tmp/deserialization * Fix buttons "Start Predictions" and "Remove ML backend" for Firefox (HumanSignal#439) * Fix correct templates_dir from config.json * Fix deprecated deploy to azure button * Litte fix with deploy buttons * Fix docs * Show task code column * UI fixes * Reworked size of left and right panels on tasks page * Fix size of right panel. rc3 release * Make left and right panels true responsible * Add call to ml backend to get task prediction on api/task/<id> * Add Table type to _DATA_TYPES * Add Table example data * Add playground examples * Lates LSF build with Text/HyperText fixes * Add host & protocol & port help for external domain * Upgrade pip in docker * Update tag docs * Change version to rc5 * Fix docs with init without project name * Patch storages * Update pip version in requirements.txt * Change six version * New LSF build from tmp/deserialize * Fix Project.next_task to sort task IDs for "sequential" sampling (HumanSignal#442) * Feature/e2e (HumanSignal#445) * Add e2e test with some README * Add test for TextArea classification * Improve e2e config Decrease waiting time; Add test runner which keeps previous project; * Fix tests to run in headless mode; fix names * Add test for autosave * Add GitHub Action for e2e testing * Run label_studio from sources for e2e tests in CI * Configure python and install dependencies * Remove test for autosave; fix blinking test * Rename CI step * Back server.py * Finally master from LSF with new structure * Add previews for audio & text * New LSF build from master * Add text preview limit * Fix icons * Simplify globals, counters & analytics * Fix for hotkeys crashing the app in label stream * Fix typos & comments' * New LSF build from master * Fixing task preview race condition * Don't keep premade predictions in completion (HumanSignal#430) they are maintained in source storage * Keep premade predictions if we can't get fresh (HumanSignal#429) * Reduce LSF init timeout * Fix tasks page * Fix actions workflow * Fix empty input_args.project_name * Remove get_all_tasks action from tests * Add more hotkeys * New LSF build from master * Add polling status to project info and api tasks * Fix small * Fix first element toggle on tasks page * New LSF build from master * Fix api_import endpoint * Handle exceptions * Fix bug with no request json * Latest LSF fixes * Update LSF build from master * Make hotkeys for tasks no depending to layout * Back video sample * Update LSF build from master * Add more detailed validation message * Prettify code tasks page * Correct code more * Correct welcome * Correct model page * Prettify image address * Correct error page * Fix template dialog and conversation * Hide temporary broken pairwise * Back ranker docs * Fix ranker docs order * Fix encoding in setup.py * Fix e keycode on tasks page * Support import completion * Update LSF build with fixed pairwise * Add template name title * Reworked import completions * Update LSF version * Update LSF build with brush fix Co-authored-by: hlomzik <hlomzik@gmail.com> Co-authored-by: Wouter Devriendt <wouterdevriendt@gmail.com> Co-authored-by: jeannefukumaru <fukumaruuu@gmail.com> Co-authored-by: nik <nik@heartex.net> Co-authored-by: Hikonobu Kurihara <evhemary@gmail.com> Co-authored-by: Dhruv Mishra <ubiquitiousdm@gmail.com> Co-authored-by: dhruv <dhruv@thelevel.ai> Co-authored-by: Dario Saccavino <kathoum@gmail.com> Co-authored-by: Kazuo Kashima <k4200@kazu.tv> Co-authored-by: Nikita Skryabin <nr@fenelon.ru> Co-authored-by: hepaajan <hepaajan@iki.fi>