Skip to content

Commit 0996da7

Browse files
CodeWithKyriangithub-actions[bot]
authored andcommitted
Update CHANGELOG
1 parent f8f07c8 commit 0996da7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to `transformers-php` will be documented in this file.
44

5+
## 0.6.1 - 2025-07-21
6+
7+
### What's New
8+
9+
- feat: update Rindow Matlib macOS binaries for ARM64 and x86_64 architectures
10+
- fix: update darwin platform directory names
11+
- chore(ci): clean up distribution directory after artifact creation in release workflow
12+
13+
**Full Changelog**: https://github.com/CodeWithKyrian/transformers-php/compare/0.6.0...0.6.1
14+
515
## v0.6.0 - 2025-07-21
616

717
### What’s Changed
@@ -33,16 +43,24 @@ All notable changes to `transformers-php` will be documented in this file.
3343
### Improvements
3444

3545
- Refactor library architecture for improved platform compatibility and modularity.
46+
3647
- Refactor `Samplerate`, `Sndfile`, and other FFI wrappers to use instance-based invocation.
48+
3749
- Improve generation configuration merging logic and model resolution flow.
50+
3851
- Unify code style across components and improve clarity of core components.
52+
3953
- Update shared native dependencies:
54+
4055
- onnxruntime → 1.21.0
4156
- rindowmatlib → 1.1.1
4257

4358
- Clean up feature extractors and consolidate model session logic.
59+
4460
- Improve error handling in FFI calls and utility classes.
61+
4562
- Rename internal config and model mapping classes for better clarity (`PretrainedMixin``AutoModelBase`, etc.)
63+
4664

4765
### New Contributors
4866

@@ -134,6 +152,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
134152

135153

136154

155+
137156
```
138157
- **New Pipeline: Automatic Speech Recognition (ASR)** - Supports models like `wav2vec` and `whisper` for transcribing speech to text. If a specific model is not officially supported, please open an issue with a feature request.
139158

@@ -150,6 +169,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
150169

151170

152171

172+
153173
```
154174

155175

@@ -170,6 +190,7 @@ I'm excited to announce the latest version of TransformersPHP, packed with new f
170190

171191

172192

193+
173194
```
174195
- **New Tensor Operations** - New operations were added: `copyTo`, `log`, `exp`, `pow`, `sum`, `reciprocal`, `stdMean`. Additionally, overall performance improvements have been made to Tensor operations.
175196

@@ -341,6 +362,7 @@ composer require codewithkyrian/transformers
341362

342363

343364

365+
344366
```
345367
And you must initialize the library to download neccesary libraries for ONNX
346368

@@ -362,6 +384,7 @@ And you must initialize the library to download neccesary libraries for ONNX
362384

363385

364386

387+
365388
```
366389
#### Checkout the Documentation
367390

@@ -389,6 +412,7 @@ To ensure a smooth user experience, especially with larger models, we recommend
389412

390413

391414

415+
392416
```
393417
#### What's Next?
394418

0 commit comments

Comments
 (0)