Skip to content

v1.1.0 (2025-02-08)

Latest
Compare
Choose a tag to compare
@cape-semantic-release cape-semantic-release released this 08 Feb 10:25
· 1 commit to main since this release

🚀 v1.1.0 (2025-02-08) (#652, 34db1ec)

  • 本版本完成了可供信保基金(SMEG)使用的重要里程碑,修復所有已知問題並優化整體架構。 This release marks a significant milestone in making the system applicable for Small and Medium Enterprise Credit Guarantee Fund (SMEG), addressing all known issues and enhancing the overall architecture.

🔨 重大變更 Breaking Changes

  • 停用 SmartNoise 功能 sunset SmartNoise functionality (#626, 72e670c)
  • 將所有模組名稱改為小寫以保持一致性 rename all module names to lowercase for consistency (#623, c726d2e)
  • 下架基準資料集 sunset benchmark datasets (#625, 744449b)

✨ 新功能 Features

資料約束 Data Constraints

  • 實作欄位組合約束系統 implement field combination constraint system (#624, 9e71301)
    • 欄位組合限制器 FieldCombinationConstrainer
    • 欄位限制器 FieldConstrainer
    • 空值群組限制器 NaNGroupConstrainer

系統強化 System Enhancement

  • 從執行器層級添加日誌系統 enhance logging system from Executor level (#622, f2235a4)
  • 實作時間轉換處理器 implement time converter processor (#620, ae3e783)
  • 套件管理從 Poetry 遷移至 uv migrate package manager from Poetry to uv (#646, 545148b)

📚 文件 Documentation

  • 整合 Wiki 與 Hugo 文件 integrate Wiki with Hugo documentation (a3ce777)
    • 新增入門指南 add get-started guide (#627, 11f58b0)
    • 新增教學與特殊案例處理 add tutorial and special cases handling (#628, 1ad9775)
    • 完成 API 文件 complete API documentation (#629, 48795b4)
    • 調整函式庫命名 align library name (#633, 42a4f2e)

🎨 程式碼風格 Code Style

  • 導入 ruff 程式碼檢查工具以保持一致性 implement ruff linter for code consistency (#636 , 44b9a2e)
  • 指引 Guide
    • 統一 markdown 為 H2 標題供 Hugo 使用 unify markdown to H2 for hugo (#594, 415cadd)
    • 簡化圖片尺寸 simplify graph size (0168e97)

🔧 維護 Chores

  • 更新專案依賴 update project dependencies (#652, 34db1ec)
  • 優化 GitHub Actions 工作流程 optimize GitHub Actions workflow(#652)
    • 整合語意化版本發布 integrate semantic-release

詳細變更 Detailed Changes: v1.0.0...v1.1.0