Releases: babushkai/macml
Release list
v0.4.1
What's Changed
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #42
- chore(deps): bump actions/upload-artifact from 4 to 6 by @dependabot[bot] in #43
- chore(deps): bump actions/cache from 4 to 5 by @dependabot[bot] in #44
- Bug Hunting: Fix 8 hidden bugs across concurrency, training, database, UI, and resources by @babushkai in #45
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- chore(ci): simplify to 2 workflows by @babushkai in #38
- feat(i18n): add Japanese localization for distillation pane by @babushkai in #40
Full Changelog: v0.3.1...v0.4.0
MacML v0.3.1
What's New
🐛 Bug Fixes
- Use @ObservedObject for singleton services
Generated by git-cliff
📦 Installation
- Download
MacML-0.3.1.dmg - Open the DMG file
- Drag MacML to your Applications folder
Note: On first launch, right-click and select "Open" if you see a Gatekeeper warning.
💻 System Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1/M2/M3/M4)
🔐 Checksums
SHA256 (DMG): 3d9075b2f5d07e98ab69a78119237197dc62553c9f37af1c2709084fbf13f917
SHA256 (ZIP): bfd247db8e2ee2651ff54eb8ceb008a84833426e8e5f9c604e40067148d76353
Full Changelog: v0.3.0...v0.3.1
MacML v0.3.0
What's New
⚙️ Miscellaneous
- Always build artifacts for PRs
📚 Documentation
- Update README with architecture documentation
🚀 Features
- i18n: Complete Japanese localization for sheets and dialogs
Generated by git-cliff
📦 Installation
- Download
MacML-0.3.0.dmg - Open the DMG file
- Drag MacML to your Applications folder
Note: On first launch, right-click and select "Open" if you see a Gatekeeper warning.
💻 System Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1/M2/M3/M4)
🔐 Checksums
SHA256 (DMG): 63a23c362bf7f7d35e82331477cb9db6ba1cb25dba62989de69b8c1d55b7997e
SHA256 (ZIP): f28c7f2edf1746c5080309686627a07ad95c85fcc5ce4b7749160955447a957d
Full Changelog: v0.2.0...v0.3.0
MacML v0.2.0
MacML v0.2.0
Changelog
All notable changes to MacML will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.2.0] - 2026-01-17
Merge
- Resolve conflict with main branch
⚙️ Miscellaneous
-
Merge main into feat/japanese-localization
-
Add merge as allowed commit type in commitlint
🐛 Bug Fixes
-
Add CFBundleLocalizations for Japanese support
-
Resolve Task type mismatch in DistillationService
-
Remove duplicate StepIndicator and use existing one
-
ci: Improve release notes generation
📚 Documentation
-
Update CHANGELOG.md for v0.1.2 [skip ci]
-
Update CHANGELOG.md for v0.2.0 [skip ci]
🔨 Refactoring
- dashboard: Remove accuracy trend chart, add more gauge metrics
🚀 Features
-
Add commitlint for conventional commit enforcement
-
Localize DashboardView and ModelsView with Japanese translations
-
Partial localization of RunsView header
-
Localize RunsView, DatasetsView, and InferenceView
-
Complete Japanese localization for RunsView, DatasetsView, and InferenceView
-
Add knowledge distillation feature
-
Add language switch setting in Settings view
Generated by git-cliff
📦 Installation
- Download
MacML-0.2.0.dmg - Open the DMG file
- Drag MacML to your Applications folder
- Launch from Applications
Note: On first launch, right-click and select "Open" if you see a Gatekeeper warning (for ad-hoc signed builds).
💻 System Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1/M2/M3/M4)
🔐 Checksums
SHA256 (DMG): b21f909b317bd304c54a0eaddabc0fac711df2984301fe44ec820d7242158e21
SHA256 (ZIP): 2faf1e7e9efa5c0d468e9c0abb4ba53afa0b793dd10fba1480ba398ec61fc3af
Full Changelog: v0.1.1...v0.2.0
Release generated with ❤️ by MacML CI
MacML v0.1.1
MacML v0.1.1
What's Changed in This Release
- fix(ci): remove GitHub API calls from git-cliff template by @babushkai in #35
Changelog
All notable changes to MacML will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[0.1.1] - 2026-01-16
⚙️ Miscellaneous
-
Add dev build for preview
-
Add Dependabot auto-merge for patch updates
-
Bump version to 0.2.0 [skip ci]
-
Bump version to 0.1.1 [skip ci]
⚡ Performance
-
ci: Optimize test and build times
-
ci: Major optimization - parallel jobs, ubuntu for security
-
ci: Skip CI for docs, use docker swiftlint, conditional build
🐛 Bug Fixes
-
Disable subject-case rule in commitlint
-
ci: Remove GitHub API calls from git-cliff template
-
ci: Remove GitHub API calls from git-cliff template
🚀 Features
-
Add Japanese localization support
-
Add categorized release notes and version constant
-
Add commitlint for conventional commit enforcement
🧪 Testing
- Add UI testing infrastructure with BDD-style tests
Generated by git-cliff
📦 Installation
- Download
MacML-0.1.1.dmg - Open the DMG file
- Drag MacML to your Applications folder
Note: On first launch, right-click and select "Open" if you see a Gatekeeper warning.
💻 System Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1/M2/M3/M4)
🔐 Checksums
SHA256 (DMG): 1b656718229eb8f4e5db5f6ddc4d6e3c94445a68b6c0161ef128b603145b6e87
SHA256 (ZIP): f87c2b7b65549200ee77ba239be772ebc884de18870af24e3a3c5560990b519b
Full Changelog: v0.1.0...v0.1.1
Release generated with ❤️ by MacML CI
MacML v0.1.0
MacML v0.1.0
What's Changed
- feat: add code quality infrastructure and ViewModels by @babushkai in #31
All Changes
- fix(ci): relax SwiftLint rules and make lint non-blocking (10a7673)
- fix(ci): use Xcode 16.2, remove strict lint mode, simplify test matrix (593cc54)
- ci: enhance CI workflow with coverage, security scans, and multi-Xcode testing (4c21434)
- feat: add code quality infrastructure and ViewModels (6b4c3c6)
Installation
- Download
MacML-0.1.0.dmg - Open the DMG file
- Drag MacML to your Applications folder
Note: On first launch, right-click and select "Open" if you see a Gatekeeper warning.
System Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1/M2/M3/M4)
Checksums
SHA256 (DMG): 101f6aa9e2af1e120300080422121056a7c9a062824ab2fc1572faa9e581ceb4
SHA256 (ZIP): 2a847adb76d2def6d5f0ef28c1d46a1451dd11d9e0df319b69b72029be91521e
Full Changelog: v0.0.0-preview-ja...v0.1.0
MacML v0.0.0-preview-ja
MacML v0.0.0-preview-ja
Installation
- Download
Performant3-0.0.0-preview-ja.dmg - Open the DMG file
- Drag MacML to your Applications folder
- Launch from Applications
Note: On first launch, right-click and select "Open" if you see a Gatekeeper warning (for ad-hoc signed builds).
System Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1/M2/M3/M4)
What's Changed
- fix: update build.yml and add test directory (4ba2346)
- refactor: rename project from Performant3 to MacML (4e2ce17)
- feat: add comprehensive MLOps features for end-to-end workflow (1b833d2)
- fix: use two-step image preprocessing to match inference pipeline (#29) (71fe8b3)
- Fix build: remove incorrect CGImage color space conversion API (#28) (645eac2)
- chore: bump version to 1.4.2 [skip ci] (3e7a6b9)
- Fix image preprocessing: prevent black square conversion (#27) (ec1ad5e)
Checksums
SHA256 (DMG): 9bc2ee7aee97a3ea3687c29300d5b5765087525ee6955c7f64ed2566f25333ec
SHA256 (ZIP): 3fec07d2c30438b89bd83c99d78c0afb684e953a45e1577f4d989cf17bb18095
Full Changelog: v1.4.1...v0.0.0-preview-ja
Performant3 v1.4.1
Performant3 v1.4.1
What's Changed
- fix: correct grayscale conversion for colored image preprocessing by @babushkai in #26
All Changes
Installation
- Download
Performant3-1.4.1.dmg - Open the DMG file
- Drag Performant3 to your Applications folder
Note: On first launch, right-click and select "Open" if you see a Gatekeeper warning.
System Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1/M2/M3/M4)
Checksums
SHA256 (DMG): 02761cd206fcf966602db68e824e9ef0a40dda9974287d90c50d738b3d32e118
SHA256 (ZIP): f2f6ba556bc29763d8ef9ae0bba6af1e6faef2463cf78479e61c65d1823edd37
Full Changelog: v1.4.0...v1.4.1
Performant3 v1.4.0
Performant3 v1.4.0
What's Changed
- feat: apply modern design to all panes by @babushkai in #25
All Changes
Installation
- Download
Performant3-1.4.0.dmg - Open the DMG file
- Drag Performant3 to your Applications folder
Note: On first launch, right-click and select "Open" if you see a Gatekeeper warning.
System Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1/M2/M3/M4)
Checksums
SHA256 (DMG): c315a9e007e2f444bd90d600687d8d1b454e7a2f5f836e8f147d81144b969c69
SHA256 (ZIP): 980cd7e2a183ccc7a5514d741063dfd6cb64488961fa0d0eedd4d950c971c4ac
Full Changelog: v1.3.3...v1.4.0