Jij-Inc/ommx: OMMX Rust SDK 3.0.0 Alpha 2
Rattachement africain : Algérie. Niveau de preuve : code pays fourni par la source.
Le résumé fourni par la source
<!-- Release notes generated using configuration in .github/release.yml at main --> Human readable release note will be managed after beta release. What's Changed Protobuf update Unify OMMX annotations across protobuf and artifacts by @termoshtt in https://github.com/Jij-Inc/ommx/pull/939 Add protobuf v2 generation and breaking checks by @termoshtt in https://github.com/Jij-Inc/ommx/pull/980 Add ommx.v2 top-level protobuf schema by @termoshtt in https://github.com/Jij-Inc/ommx/pull/982 Add OMMX v2 protobuf round-trip support by @termoshtt in https://github.com/Jij-Inc/ommx/pull/984 Python SDK update SQLite-backed Local Registry foundation with OCI Image / Artifact Manifest coexistence by @termoshtt in https://github.com/Jij-Inc/ommx/pull/864 v3 ocipkg removal Steps D+F: native remote transport + native tar I/O by @termoshtt in https://github.com/Jij-Inc/ommx/pull/872 v3 Step H: replace ocipkg::ImageName with ommx::artifact::ImageRef by @termoshtt in https://github.com/Jij-Inc/ommx/pull/874 feat(experiment): add ommx::experiment core module (Rust) by @termoshtt in https://github.com/Jij-Inc/ommx/pull/878 Expose Instance.substitute in the Python SDK by @yuyamashiro in https://github.com/Jij-Inc/ommx/pull/891 Expose experiment management to Python by @termoshtt in https://github.com/Jij-Inc/ommx/pull/886 Expose ParametricInstance substitute by @termoshtt in https://github.com/Jij-Inc/ommx/pull/897 Add experiment log_solve by @termoshtt in https://github.com/Jij-Inc/ommx/pull/902 Add Experiment management workflow APIs and tutorials by @termoshtt in https://github.com/Jij-Inc/ommx/pull/903 Implement Experiment fork for lineage-based child sessions by @termoshtt in https://github.com/Jij-Inc/ommx/pull/905 Add Run-scoped trace storage for Experiment by @termoshtt in https://github.com/Jij-Inc/ommx/pull/910 Refine OTel tracing spans and notebook guide by @termoshtt in https://github.com/Jij-Inc/ommx/pull/916 Add Experiment checkpoint autosave and restore by @termoshtt in https://github.com/Jij-Inc/ommx/pull/917 Add local registry GC and simplify artifact CLI by @termoshtt in https://github.com/Jij-Inc/ommx/pull/919 Add typed codecs for Experiment attachments by @termoshtt in https://github.com/Jij-Inc/ommx/pull/921 Add file attachment APIs for Experiment attachments by @termoshtt in https://github.com/Jij-Inc/ommx/pull/922 Make experiment attachments config-backed and name-indexed by @termoshtt in https://github.com/Jij-Inc/ommx/pull/924 Add solve diagnostics for solver adapters by @termoshtt in https://github.com/Jij-Inc/ommx/pull/913 Persist solve diagnostics and add SCIP progress analysis by @termoshtt in https://github.com/Jij-Inc/ommx/pull/931 Refine SCIP diagnostics analyzer and guide by @termoshtt in https://github.com/Jij-Inc/ommx/pull/932 Make Run.log_solve diagnostics opt-in by @termoshtt in https://github.com/Jij-Inc/ommx/pull/933 Add OpenSolve for manual solver_input workflows by @termoshtt in https://github.com/Jij-Inc/ommx/pull/934 Add HiGHS diagnostics progress history by @termoshtt in https://github.com/Jij-Inc/ommx/pull/945 Move decision variable state population to Instance by @termoshtt in https://github.com/Jij-Inc/ommx/pull/944 Replace decision variable analysis with Instance-owned role queries by @termoshtt in https://github.com/Jij-Inc/ommx/pull/946 Include SCIP termination in progress history by @termoshtt in https://github.com/Jij-Inc/ommx/pull/948 Normalize label and constraint-context ownership by @termoshtt in https://github.com/Jij-Inc/ommx/pull/957 Move fixed decision-variable values to instance state by @termoshtt in https://github.com/Jij-Inc/ommx/pull/959 Reject dependent variable fixes in partial evaluation by @termoshtt in https://github.com/Jij-Inc/ommx/pull/962 Normalize dependent-variable partial evaluation by @termoshtt in https://github.com/Jij-Inc/ommx/pull/973 Normalize metadata setter names by @termoshtt in https://github.com/Jij-Inc/ommx/pull/975 Move Python SDK exports to top-level ommx by @termoshtt in https://github.com/Jij-Inc/ommx/pull/979 Add versioned bytes and v2 artifact boundaries by @termoshtt in https://github.com/Jij-Inc/ommx/pull/989 Rust SDK update Add SQLite local registry foundation by @termoshtt in https://github.com/Jij-Inc/ommx/pull/863 Migrate dataset packaging to v3 Artifact Manifest under ommx/v3/* namespace by @termoshtt in https://github.com/Jij-Inc/ommx/pull/866 LocalArtifactBuilder builds OCI Image Manifest with artifactType by @termoshtt in https://github.com/Jij-Inc/ommx/pull/869 Native LocalArtifact push via oci-client transport by @termoshtt in https://github.com/Jij-Inc/ommx/pull/867 Drop legacy disk OCI dir cache from v3 import / save / load paths by @termoshtt in https://github.com/Jij-Inc/ommx/pull/871 Simplify Local Registry index to OCI descriptors by @termoshtt in https://github.com/Jij-Inc/ommx/pull/881 Bind local registry handles to artifact views by @termoshtt in https://github.com/Jij-Inc/ommx/pull/883 Add experiment run parameter table by @termoshtt in https://github.com/Jij-Inc/ommx/pull/882 Use experiment names to resolve artifact image refs by @termoshtt in https://github.com/Jij-Inc/ommx/pull/885 Refactor experiment attachment logging into a trait by @termoshtt in https://github.com/Jij-Inc/ommx/pull/906 Accept v1 Solution in artifact manifests by @termoshtt in https://github.com/Jij-Inc/ommx/pull/938 Pin rusqlite below cfg_select build script by @termoshtt in https://github.com/Jij-Inc/ommx/pull/949 Add scalar division for Function by @termoshtt in https://github.com/Jij-Inc/ommx/pull/952 Restore finite non-zero coefficient arithmetic by @termoshtt in https://github.com/Jij-Inc/ommx/pull/953 Normalize Rust SDK collection sidecars for v3 protobuf by @termoshtt in https://github.com/Jij-Inc/ommx/pull/956 Normalize decision variable table ownership by @termoshtt in https://github.com/Jij-Inc/ommx/pull/960 Normalize named function table ownership by @termoshtt in https://github.com/Jij-Inc/ommx/pull/964 Normalize parameter table ownership by @termoshtt in https://github.com/Jij-Inc/ommx/pull/967 Normalize decision-variable table ownership by @termoshtt in https://github.com/Jij-Inc/ommx/pull/969 Broaden LogicalMemoryProfile derive coverage by @termoshtt in https://github.com/Jij-Inc/ommx/pull/972 Align table mutations with Instance-owned operations by @termoshtt in https://github.com/Jij-Inc/ommx/pull/971 Close Rust SDK raw split ownership boundaries by @termoshtt in https://github.com/Jij-Inc/ommx/pull/976 Add cargo-binstall support for OMMX CLI by @termoshtt in https://github.com/Jij-Inc/ommx/pull/981 Add ommx.v2 serialization conversions by @termoshtt in https://github.com/Jij-Inc/ommx/pull/983 perf: avoid Polynomial round-trips and rehashing in Function/PolynomialBase arithmetic by @konn in https://github.com/Jij-Inc/ommx/pull/990 Documentation update docs: prepare release notes for Python SDK 3.0.0a3 by @termoshtt in https://github.com/Jij-Inc/ommx/pull/857 Clarify substitution semantics in docs by @termoshtt in https://github.com/Jij-Inc/ommx/pull/893 Clarify Artifact v3 proposal scope and align experiment API docs by @termoshtt in https://github.com/Jij-Inc/ommx/pull/907 Rewrite Python SDK 3.0.0a4 release notes around SQLite-based Local Registry by @termoshtt in https://github.com/Jij-Inc/ommx/pull/908 Add JijModeling Problem attachment example to the Experiment tutorial by @termoshtt in https://github.com/Jij-Inc/ommx/pull/911 Prepare Python SDK 3.0.0a5 release notes by @termoshtt in https://github.com/Jij-Inc/ommx/pull/926 Add adapter-specific diagnostics release notes for PR #913 by @termoshtt in https://github.com/Jij-Inc/ommx/pull/929 Clarify review guidance and release note scope for OMMX skills by @termoshtt in https://github.com/Jij-Inc/ommx/pull/961 Add split Python SDK migration guides to Sphinx by @termoshtt in https://github.com/Jij-Inc/ommx/pull/978 Others uv sync --upgrade by @termoshtt in https://github.com/Jij-Inc/ommx/pull/856 chore: refresh Cod
Ce résumé expose les affirmations des auteurs. BNTIC ne l’interprète pas comme une validation indépendante des résultats.
Le contrôle bibliographique ouvert
Où se fait cette recherche
-
University of Jijel Algérie (code pays fourni par la source)Université ou école supérieure
-
@Jij-Inc Jij pays non établi dans la noticeEntreprise
-
inc. Jij pays non établi dans la noticeEntreprise
-
Noeon Research (@noeon-ai) pays non établi dans la noticeInstitution
University of Jijel (Algérie), Jij — @Jij-Inc et inc. Jij, avec 1 autre affiliation. Pays d’affiliation : Algérie.
Une affiliation ne permet pas de déduire la nationalité d’un auteur.