Tags

Tags give the ability to mark specific points in history as being important
  • v1.5.19

    1.5.19 (April 20th, 2026)
    
    !136 [New] only display available optimizers based on installed packages; auto-select optimizer when only one is available
    !135 [Bug] stop pending now correctly completes the current iteration before stopping, and always runs the cleanup section
    !134 [New] auto-import workflow templates from a directory on startup (ivoryos.run(templates_dir=...))
  • v1.5.18

    1a6f66ac · typo in version ·
    1.5.18 (April 10th, 2026)
    - !133 [Bug] fix demo error
  • v1.5.17

    19fee59f · v1.5.17 ·
    1.5.17 (April 10th, 2026)
    
    !132 [New] allow an always-on side plugin panel
    !130 [New] be able to view current run configuration
    !129 [Bug] fix undefined display name
    !128 [New] be able to do wait in a batch action
    !123 [QoL] be able to rename tasks in queue
  • v1.5.16

    1.5.16 (March 17th, 2026)
    - !127 **[Bug]** fix logger removeHandler error on workflow completion
    - !126 **[Bug]** fix compile error when if block has no actions (empty if block)
    - !125 **[Bug]** fix generated proxy authentication error
    - !124 **[QoL]** always display current iteration count out of total iterations during a run
    - !122 **[Bug]** fix import class error in generated proxy
  • v1.5.15

    cf7540fc · v1.5.15 ·
    1.5.15 (March 5th, 2026)
    - !119 [Bug] use `compile` instead of `exec` to avoid hardware code reloading and device connection issues
    - !118 [New] downgrade problematic packages to support 32-bit Python installation
    - !116 [Bug] fix so script will stop execution if error encountered and abort option selected (previously sometimes next step gets executed) and save workflow data so it can be downloaded after each iteration (instead of on stop/completion) in case of Python/script error
    - !115 [Bug] fix to improve editing enum arguments and using returned variables as method arguments
    - !114 [Bug] displaying when login with incorrect combo
    - !113 [Bug] no reload when checking syntax
    - !112 [QoL] record step input parameters in workflow steps data csv file
    - !111 [QoL] record all app loggers in the downloaded workflow specific logs CSV file
    - !110 [Bug] fix syntax error if there is a space in a string configuration parameter
  • v1.5.14

    b4d00b88 · 1.5.14 ·
    1.5.14 (Feb 8th, 2026)
    - !108 [Bug] fix nested workflow flow control (if/while) execution bug
    - !107 [New] save logs from data per run (credit to Veronica Lai)
  • 1.5.13

    d577bb73 · 1.5.13 ·
    1.5.13 (Feb 5th, 2026)
    - !106 [QoL] workflow library display improvement + scroll bar in config window
    - !105 [QoL] clean up
    - !104 [Bug] optional str argument input error in config
    - !103 [Bug] maximum design size bug, replace session with json
    - !102 [QoL] add a queue task view, check configs in pop up window
    - !101 [QoL] be able to add to name of queued tasks
    - !100 [QoL] list consolidation in workflow designer
    - !99 [Bug] code indent wrong when if statement used in nested workflow
    - !98 [Bug] inner workflow missing context value
    - !97 [New] Design Agent Feature (Re-Implementation of 'Text-To-Code')
    - !96 [QoL] be able to scroll the code preview
    - !95 [Bug] workflow with space in name returns immediately instead of being run
  • v1.5.12

    6ffe5814 · v1.5.12 ·
    1.5.12 (Jan 30th, 2026)
    - !94 [Bug] fix loaded csv doesn't auto update, show reset button next when data doesn't match
    - !93 [New] support **kwargs input
    - !92 [QoL] add search bar on top of the controller and designer
  • v1.5.11

    1.5.11 (Jan 29th, 2026)
    - !91 [Bug] fix database is locked error during workflow execution
    - !90 [New] add task queue system
  • v1.5.10

    1.5.10 (Jan 26th, 2026)
    - !89 [Bug] syntax error during execution with list of Enum, remove legacy compile in script runner
    - !89 [Bug] error page when editing steps with list param
  • v1.5.9

    1.5.9 (Jan 26th, 2026)
    - !88 [Bug] cannot scroll progress region after start a run
    - !87 [Bug] step retry not working in workflow execution
    - !86 [Bug] page load error after proxy download + enum import in proxy
    - !85 [QoL] dropdown menu showing existing variable names in workflow
  • v1.5.8

    46155451 · 1.5.8 ·
    1.5.8 (Jan 20th, 2026)
    (workflow + batch fix)
    - !83 [Bug] remove type conversion for str type in Union[]
    - !82 [Bug] arg substitute bug
    - !82 [Bug] fix "batch_action" shows in step arg
    - !81 [Bug] serialize all input arg and out before db commit
    New Workflow Behaviours:
    - register workflow (only registered will show up in workflow section)
    - once per batch action - duplicate results for all per sample actions
    - auto complete return values for workflows (inherit workflow returns)
  • v1.5.7

    2b483491 · 1.5.7 - fix bugs ·
    1.5.7 (Jan 19th, 2026)
    - !79 [Bug] once per batch action execution bug
    - !78 [Bug] custom type / dropdown menu import
  • v1.5.6

    ef095374 · v1.5.6 ·
    1.5.6 (Jan 16th, 2026)
    - !77 [Qol] central/cloud db, auth tweak to support PostgreSQL, config from .env
    - !76 [Qol] per batch / per sample option for workflow steps
    - minor ui text change for clarity
  • v1.5.5

    fd0e88e7 · 1.5.5 - bugs ·
    1.5.5 (Jan 13th, 2026)
    - !75 [Bug] workflow steps not in sequential execution
    - !74 [Bug] BO config UI - Choice input not reloaded
  • v1.5.4

    547ebd06 · 1.5.4 ·
    1.5.4 (Jan 8th, 2026)
    Happy New Year from IvoryOS team!!
    - !73 [New] import Python functions as workflow (Finn)
    - !72 [Qol] UI/UX optimization
    - !71 [Bug] autofill is not working in workflow method
    - !70 [Bug] BO history csv upload not working
    - !69 [Bug] use dynamic param within comment text
    - !68 [Bug] fix can't add a math var
    - !67 [Qol] always save csv regardless of output
  • v1.5.3

    1.5.3 (Dec 20th, 2025)
    - !66 human-in-the-loop user input 
    - !65 additional user log
    - !64 setter/getter support
    - !63 deduplicate in Ax custom strategy
    - !62 always-on progress bar
  • v1.5.2

    1.5.2 (Dec 15th, 2025)
    - fix ax step range input conversion bug (@Yusuke)
  • v1.5.0

    5a8cb730 · 1.5.0 - add workflow ·
    1.5.0 (Dec 14th, 2025)
    - add workflow reuse (beta)