Skip to content

Commit d5ba80b

Browse files
committed
updat the change log
1 parent 5d219a0 commit d5ba80b

File tree

2 files changed

+35
-0
lines changed

2 files changed

+35
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on Keep a Changelog (https://keepachangelog.com/en/1.1.0/),
5+
and this project adheres to Semantic Versioning (https://semver.org/spec/v2.0.0.html).
6+
7+
## [0.2.1] - 2025-08-08
8+
### Added
9+
- MCP service integration and multi-tool invocation support in the Homebrew_S2 HTTP API.
10+
11+
### Changed
12+
- Declared official Python support: 3.10+ (tested on 3.10–3.12).
13+
- Docs: Updated localized READMEs (Chinese and Japanese).
14+
- Minor docs typos
15+
16+
## [0.1.1] - 2025-07-21
17+
### Added
18+
- Real quantum hardware (Homebrew_S2) execution path and quantum task management system
19+
- Example `examples/simple_demo_1.py`
20+
### Changed
21+
- Docs: README hardware setup guidance
22+
### Fixed
23+
- Minor docs typos
24+
25+
## [0.1.0] - 2025-01
26+
### Added
27+
- Initial preview release: circuit, compiler, backends, autodiff

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,14 @@ print(g(theta))
263263
- **Community Contributors**: Open source development and testing
264264

265265

266+
## Changelog
267+
268+
- See the full changelog:[`CHANGELOG.md`](./CHANGELOG.md)
269+
270+
### Recent Updates(Summary)
271+
- v0.2.1 — Official Python 3.10+ support; updated Chinese and Japanese READMEs; Homebrew_S2 HTTP API and documentation updated for multi-tool invocation and MCP service integration.
272+
- v0.1.1 — Initial public release; support for real quantum hardware Homebrew_S2 integration; added cloud task management examples; improved multi-backend and automatic differentiation experience.
273+
- v0.1.0 — Internal preview; framework skeleton with basic circuit/compiler/backend modules.
266274

267275
## License
268276
TyxonQ is open source, released under the Apache License, Version 2.0.

0 commit comments

Comments
 (0)