SYSTEM_LOG_v4.2
REF_ID: IACON_CHANGELOG

System Changelog.

immutable ledger of engine updates, core kernel patches, and deprecation notices. we iterate aggressively; ensure your nodes are synced to the latest stable release.

DEPRECATION_MATRIX // MIGRATION_PENDING // LBM_MATRIX_LOADED

iacon.env.step()
CRITICAL
iacon.physics.step_parallel()
2026-06-01
iacon.agent.get_action()
WARNING
iacon.lbm.infer_action()
2026-05-15
UrdfImporter.load()
DEPRECATED
KinematicStudio.ingest_morphology()
2026-08-01
AUTO_FIX: AVAILABLE
IACON_CORE_MIGRATION_SERVICE
// HUD_BRACKET_END

RELEASE_LEDGER // CHRONO_STREAM

BUILD_VERSIONv4.0.2-BETA
STAMP_DATE2026-03-25
HASH0x7F9C2B
CURRENT
CORE // PHYSICS

Rewrote Inverse Kinematics solver in CUDA to use Damped Least Squares (DLS). Completely prevents singular matrix crashes during hyper-parallel domain randomization.

API // ASYNC

Deprecated synchronous `iacon.env.step()`. Replaced entirely with asynchronous `iacon.physics.step_parallel()` for batched GPU execution.

EDGE // OPTIM

TensorRT edge compilation latency reduced by 14%. KV-Cache memory footprint reduced via aggressive INT8 quantization flags.

METRICS_v1
Build TypeSTABLE_BUILD
Line Changes
+1204Inserts
-432Deletes
SIGNED_v2
SHA_OK
REL_7F9C2B
BUILD_VERSIONv4.0.1-BETA
STAMP_DATE2026-03-10
HASH0xD3E1A0
STABLE
SEC // SAFETY

Implemented deterministic fallback controllers. If neural policy outputs a torque command exceeding thermal limits, the hardware bus instantly reverts to a rigid PD loop.

DATA // RENDER

Added native support for rendering synthetic RGB-D camera feeds directly inside the simulation engine via Vulkan.

METRICS_v1
Build TypePATCH_BUILD
Line Changes
+845Inserts
-112Deletes
SIGNED_v2
SHA_OK
REL_D3E1A0
BUILD_VERSIONv4.0.0-BETA
STAMP_DATE2026-02-28
HASH0xF9B28C
ARCHIVED
CORE // LBM_v4

Initial migration from State-Space Models to Causal Transformers for the Large Behavior Model (LBM). Added infinite horizon memory buffers.

API // CLI

Initial release of the `iacon pull` CLI tool for fetching pre-trained baselines.

METRICS_v1
Build TypeMAJOR_BUMP
Line Changes
+5490Inserts
-3200Deletes
SIGNED_v2
SHA_OK
REL_F9B28C
BUILD_VERSIONv3.8.5-STABLE
STAMP_DATE2026-02-15
HASH0xB2A1F4
ARCHIVED
CORE // MUJOCO

Full integration with MuJoCo 3.0.0 bindings. Improved contact-patch dynamics for multi-toed end effectors.

DATA // DATASET

Added `iacon-humanoid-v2` dataset containing 4.2M expert rollout tokens.

METRICS_v1
Build TypePATCH_BUILD
Line Changes
+432Inserts
-89Deletes
SIGNED_v2
SHA_OK
REL_B2A1F4
BUILD_VERSIONv3.5.0-BETA
STAMP_DATE2026-01-30
HASH0xA7E2D1
ARCHIVED
CORE // DIST_GPU

Enabled multi-GPU distribution via NCCL. Synchronized gradient collection across 8x H100 nodes.

API // SDK

First public preview of the Python SDK with JIT-compiled reward functions.

METRICS_v1
Build TypeFEATURE_RELEASE
Line Changes
+2100Inserts
-540Deletes
SIGNED_v2
SHA_OK
REL_A7E2D1
BUILD_VERSIONv2.4.0-STABLE
STAMP_DATE2026-01-10
HASH0xC9D3B2
ARCHIVED
CORE // WARP

Introduced Hyper-Parallel Simulation core. Support for 4096+ environments on single-node V100/A100 clusters.

SEC // ENCRYPT

Added hardware-level encryption for model weight transfers across nodes.

METRICS_v1
Build TypeCORE_UPDATE
Line Changes
+3200Inserts
-1200Deletes
SIGNED_v2
SHA_OK
REL_C9D3B2
BUILD_VERSIONv1.0.0-RELEASE
STAMP_DATE2025-12-15
HASH0xE1F0A2
ARCHIVED
CORE // KERNEL

Initial public release of the Iacon OS (Arkenos). Basic URDF ingestion and rigid-body dynamic solvers.

DATA // STORAGE

Implementation of the immutable experiment ledger and hashed policy versioning.

METRICS_v1
Build TypeGENESIS
Line Changes
+12500Inserts
-0Deletes
SIGNED_v2
SHA_OK
REL_E1F0A2

VERSION_CONTROL

Automate node synchronization.

configure your hyper-parallel training clusters to automatically pull the latest stable kernel weights and physics bindings.

iacon node sync --stable