Skip to content

Releases: gift-framework/core

GIFT core 3.2

06 Jan 17:22
c956e23

Choose a tag to compare

What's Changed

Full Changelog: v3.1.12...v3.2

GIFT core 3.1.12

30 Dec 14:23
c28d4bb

Choose a tag to compare

What's Changed

Full Changelog: v3.1.11...v3.1.12

GIFT core 3.1.11

25 Dec 23:51
65d00d4

Choose a tag to compare

What's Changed

Full Changelog: v3.1.10...v3.1.11

GIFT core 3.1.10

25 Dec 20:03
bac8a09

Choose a tag to compare

What's Changed

Full Changelog: v3.1.9...v3.1.10

GIFT core 3.1.9

24 Dec 18:15
a13b673

Choose a tag to compare

What's Changed

Full Changelog: v3.1.8...v3.1.9

GIFT core 3.1.8

22 Dec 17:05
3fa81c9

Choose a tag to compare

What's Changed

Full Changelog: v3.1.7...v3.1.8

GIFT core 3.1.7

22 Dec 11:09
507fb3a

Choose a tag to compare

What's Changed

  • Consolidate blueprint dependency graph: add missing \uses{} connections by @gift-framework in #75
  • Clean up blueprint: remove noisy connections, fix duplicate label by @gift-framework in #76
  • Bump version to 3.1.7: blueprint dependency graph consolidation by @gift-framework in #77

Full Changelog: v3.1.6...v3.1.7

GIFT core 3.1.6

21 Dec 23:07
96e8fbc

Choose a tag to compare

dependency graph by @gift-framework in #74

GIFT core 3.1.5

21 Dec 15:26
8375c11

Choose a tag to compare

What's Changed

GIFT core 3.1.3

16 Dec 20:45
3e45135

Choose a tag to compare

Added

G2CrossProduct.lean: Complete B4 proof
    R7_norm_sq_eq_sum: ‖v‖² = ∑ᵢ vᵢ² - THEOREM (via Mathlib PiLp)
    R7_inner_eq_sum: ⟨u,v⟩ = ∑ᵢ uᵢvᵢ - THEOREM (via Mathlib PiLp)
    G2_cross_norm: THEOREM (was axiom) - Full Lagrange identity proof

Changed

B4 Status: AXIOM → THEOREM
    130+ lines of sum manipulation proof
    Uses Finset.sum_eq_single for Kronecker delta evaluation
    Uses psi_contract_vanishes for coassociative 4-form cancellation