diff --git a/.translate/state/numba.md.yml b/.translate/state/numba.md.yml index c5f1f07..73a8e2c 100644 --- a/.translate/state/numba.md.yml +++ b/.translate/state/numba.md.yml @@ -1,6 +1,6 @@ -source-sha: cc9c3256dc35bd277cb25d0089f0a0452c0fa94e -synced-at: "2026-03-20" +source-sha: a897eb875ecbf8975872fd6bc0a6b2e91a6ba701 +synced-at: "2026-04-12" model: claude-sonnet-4-6 -mode: NEW -section-count: 8 -tool-version: 0.13.1 +mode: UPDATE +section-count: 6 +tool-version: 0.14.1 diff --git a/lectures/numba.md b/lectures/numba.md index e6739c7..765ae7d 100644 --- a/lectures/numba.md +++ b/lectures/numba.md @@ -14,11 +14,9 @@ translation: headings: Overview: 概述 Compiling Functions: 编译函数 - Compiling Functions::An Example: 一个示例 - Compiling Functions::How and When it Works: 工作原理及适用场景 - Decorator Notation: 装饰器语法 + Compiling Functions::An Example: 示例 + Compiling Functions::How and When it Works: 工作原理与适用时机 Type Inference: 类型推断 - Compiling Classes: 编译类 Dangers and Limitations: 危险与局限 Dangers and Limitations::Limitations: 局限性 'Dangers and Limitations::A Gotcha: Global Variables': 一个陷阱:全局变量 @@ -26,7 +24,7 @@ translation: Exercises: 练习 --- -(speed)= +(numba_lecture)= ```{raw} jupyter