Skip to content

Commit afe5ef5

Browse files
chore(main): release 0.2.0
1 parent 90daa75 commit afe5ef5

2 files changed

Lines changed: 41 additions & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.1"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,45 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/openvinotoolkit/physicalai/compare/v0.1.1...v0.2.0) (2026-07-06)
4+
5+
6+
### ✨ Features
7+
8+
* add agent skills foundation for runtime workflows ([#181](https://github.com/openvinotoolkit/physicalai/issues/181)) ([896c358](https://github.com/openvinotoolkit/physicalai/commit/896c358eda1e1b819e8ed36f1a4db4ec92868a36))
9+
* add from_config() and usage example ([#156](https://github.com/openvinotoolkit/physicalai/issues/156)) ([f479e9e](https://github.com/openvinotoolkit/physicalai/commit/f479e9eda6df39bdedd6c4606d8344de39c873f2))
10+
* **ci:** add `release-please` ([#170](https://github.com/openvinotoolkit/physicalai/issues/170)) ([9937915](https://github.com/openvinotoolkit/physicalai/commit/993791553e4e5db999c5161daa12b4fd8e23b5fc))
11+
* load InferenceModel from hf hub ([#169](https://github.com/openvinotoolkit/physicalai/issues/169)) ([bcc6212](https://github.com/openvinotoolkit/physicalai/commit/bcc62120fffb009cf7ef5923d870c3e27a500df4))
12+
13+
14+
### 🐛 Bug Fixes
15+
16+
* align input type / layouts support across resize preprocessing nodes ([#162](https://github.com/openvinotoolkit/physicalai/issues/162)) ([f3ea7e6](https://github.com/openvinotoolkit/physicalai/commit/f3ea7e607587e65f1b4499c9827fc85f09e901b5))
17+
* incorrect InferenceModel inputs with one camera setup ([#167](https://github.com/openvinotoolkit/physicalai/issues/167)) ([5848691](https://github.com/openvinotoolkit/physicalai/commit/58486917bddec243a79446d7332ca0ff7063afe1))
18+
19+
20+
### ♻️ Code Refactoring
21+
22+
* rename skills to physicalai-runtime-* ([#183](https://github.com/openvinotoolkit/physicalai/issues/183)) ([90daa75](https://github.com/openvinotoolkit/physicalai/commit/90daa75b77045eea1b4bbd12c833aeccfd305d63))
23+
* speedup int8 resize ([#172](https://github.com/openvinotoolkit/physicalai/issues/172)) ([d3ccc7c](https://github.com/openvinotoolkit/physicalai/commit/d3ccc7cc7e7b65febb542b4e0f8417fdc9b41184))
24+
25+
26+
### 📚 Documentation
27+
28+
* update banner image to include OpenVINO ([#154](https://github.com/openvinotoolkit/physicalai/issues/154)) ([b795346](https://github.com/openvinotoolkit/physicalai/commit/b795346a37f68539a6c8e130424589b2f20f0e7e))
29+
* update RTC execution defaults and add update docstring ([#155](https://github.com/openvinotoolkit/physicalai/issues/155)) ([e3f2828](https://github.com/openvinotoolkit/physicalai/commit/e3f28285e9e2647c50baf17ee0b33614cbe29e7e))
30+
31+
32+
### 🔧 Chores
33+
34+
* **ci:** add `dependency-review-action` config ([#163](https://github.com/openvinotoolkit/physicalai/issues/163)) ([d4a8655](https://github.com/openvinotoolkit/physicalai/commit/d4a8655f0446cf676d125bdf4d5f1c795e23f497))
35+
* **deps:** bump tornado from 6.5.6 to 6.5.7 ([#165](https://github.com/openvinotoolkit/physicalai/issues/165)) ([ab028df](https://github.com/openvinotoolkit/physicalai/commit/ab028df86569204c9edcfac7bb56d6b8090f6434))
36+
* **deps:** lock file maintenance ([#157](https://github.com/openvinotoolkit/physicalai/issues/157)) ([d59a4ba](https://github.com/openvinotoolkit/physicalai/commit/d59a4bad8176f24f685405a96514ed5de4c39230))
37+
* **deps:** lock file maintenance ([#168](https://github.com/openvinotoolkit/physicalai/issues/168)) ([128036b](https://github.com/openvinotoolkit/physicalai/commit/128036b3bff10cde40daadf8c053caedaf087e10))
38+
* **deps:** lock file maintenance ([#173](https://github.com/openvinotoolkit/physicalai/issues/173)) ([5383bcf](https://github.com/openvinotoolkit/physicalai/commit/5383bcf2c74fdce8c9749194534160fce0b9f978))
39+
* **deps:** lock file maintenance ([#182](https://github.com/openvinotoolkit/physicalai/issues/182)) ([64ecaa5](https://github.com/openvinotoolkit/physicalai/commit/64ecaa58373d00c18672b79fc0ab14e56169544e))
40+
* **deps:** update github actions ([#161](https://github.com/openvinotoolkit/physicalai/issues/161)) ([b671f52](https://github.com/openvinotoolkit/physicalai/commit/b671f52f4c39b612916008f1cc9f66ae66dae763))
41+
* **deps:** update github actions ([#178](https://github.com/openvinotoolkit/physicalai/issues/178)) ([918fd14](https://github.com/openvinotoolkit/physicalai/commit/918fd14a7ebd15261810003f7b155e42f9efb11b))
42+
343
## [0.1.1](https://github.com/openvinotoolkit/physicalai/compare/v0.1.0...v0.1.1) (2026-06-02)
444

545
**Full Changelog**: [v0.1.0...v0.1.1](https://github.com/openvinotoolkit/physicalai/compare/v0.1.0...v0.1.1)

0 commit comments

Comments
 (0)