|
2 | 2 |
|
3 | 3 | All notable changes to TensorSpace will be documented in this file.
|
4 | 4 |
|
| 5 | +## v0.5.0 - 💎 |
| 6 | + |
| 7 | +> 2019-4-1 ( 0.3.0 ==> 0.5.0 ) |
| 8 | +
|
| 9 | +### Feature |
| 10 | + |
| 11 | +* Make TensorSpace compatible with progressive framework [Example](https://github.com/tensorspace-team/tensorspace/tree/master/examples/helloworld-angular) |
| 12 | +* Make TensorSpace compatible with TensorFlow.js 1.0 [Dependency](https://github.com/tensorspace-team/tensorspace/blob/master/package.json#L26) |
| 13 | +* Add end-to-end test for development [test cases](https://github.com/tensorspace-team/tensorspace/tree/master/test/e2e) |
| 14 | +* Add `onProgress` to monitor model loading [#180](https://github.com/tensorspace-team/tensorspace/issues/180) |
| 15 | +* Add `emissive` feature, hover on feature map, it will become brighter [#205](https://github.com/tensorspace-team/tensorspace/issues/205) |
| 16 | +* Add `emissive()` and `darken()` API for layers [#207](https://github.com/tensorspace-team/tensorspace/issues/207) |
| 17 | +* Change `animationTimeRatio` configuration to `animeTime` [#183](https://github.com/tensorspace-team/tensorspace/issues/183) |
| 18 | +* Change TensorFlow Loader configuration [#216](https://github.com/tensorspace-team/tensorspace/issues/216) |
| 19 | +* Change TensorFlow Loader to support tf.keras [67340c](https://github.com/tensorspace-team/tensorspace/commit/67340c86c72830210f1d6a86eb5a04cbd7469053) |
| 20 | +* Make TensorSpace model responsive to container change [9e86fb](https://github.com/tensorspace-team/tensorspace/commit/9e86fb344b09542c4a1d03a7a7cc1085b38d60e8) |
| 21 | +* Make TensorSpace model compatible with movable container [#222](https://github.com/tensorspace-team/tensorspace/issues/222) |
| 22 | +* Make `hasCloseButton` configurable in model [1c5f69](https://github.com/tensorspace-team/tensorspace/commit/1c5f69500e3dbc748482030f9982ef0004d5fde9) |
| 23 | +* Make outputDetection layer's `addRectangleList` reusable [33e83c](https://github.com/tensorspace-team/tensorspace/commit/33e83c5d59859da77219c2514b74ea66fad60fe0) |
| 24 | +* Add API to get prediction model [18d04b](https://github.com/tensorspace-team/tensorspace/commit/18d04b62462982bf0be48748c9863c89f4c437ac) |
| 25 | +* Add publish local for local development [d4bbb3](https://github.com/tensorspace-team/tensorspace/commit/d4bbb37e874adb9694432083a7281f624e4e7573) |
| 26 | + |
| 27 | +### Bug Fixed |
| 28 | + |
| 29 | +* Fix aggressively dispose closeButton [#211](https://github.com/tensorspace-team/tensorspace/issues/211) |
| 30 | + |
| 31 | +### Example |
| 32 | + |
| 33 | +* Add TensorSpace Usage example in Angular 2.0 [#194](https://github.com/tensorspace-team/tensorspace/issues/194) |
| 34 | +* Add TensorSpace Usage example in tfjs-vis [#224](https://github.com/tensorspace-team/tensorspace/issues/224) |
| 35 | +* Add tf.data for training visualization examples [#181](https://github.com/tensorspace-team/tensorspace/issues/181) |
| 36 | + |
| 37 | +<p align="center"> |
| 38 | +<img width="100%" src="./assets/vis-demo.gif"> |
| 39 | +</p> |
| 40 | + |
5 | 41 | ## v0.3.0 - Merry Christmas TensorSpace v0.3
|
6 | 42 |
|
7 | 43 | > 2018-12-17 ( 0.2.0 ==> 0.3.0 )
|
|
0 commit comments