pull/97/head
Vladimir Mandic 2021-12-14 15:42:06 -05:00
parent 70991235df
commit 471ddb7549
2 changed files with 39 additions and 89 deletions

View File

@ -9,11 +9,11 @@
## Changelog ## Changelog
### **HEAD -> master** 2021/12/09 mandic00@live.com
### **1.6.1** 2021/12/09 mandic00@live.com ### **1.6.1** 2021/12/09 mandic00@live.com
### **origin/master** 2021/12/06 mandic00@live.com
- rebuild - rebuild
- release preview - release preview
- switch to custom tfjs and new typedefs - switch to custom tfjs and new typedefs
@ -157,111 +157,61 @@
- add badges - add badges
- optimize for npm - optimize for npm
- 0.30.6
### **0.30.6** 2021/03/08 mandic00@live.com
- added typings for face angle - added typings for face angle
- disable landmark printing - disable landmark printing
- 0.30.5
### **0.30.5** 2021/03/07 mandic00@live.com
- enabled live demo on gitpages - enabled live demo on gitpages
- 0.30.4
### **0.30.4** 2021/03/07 mandic00@live.com
- added face angle calculations - added face angle calculations
- added documentation - added documentation
- package update - package update
- 0.30.3
### **0.30.3** 2021/03/04 mandic00@live.com - 0.30.2
- 0.30.1
- 0.13.3
### **0.30.2** 2021/02/26 mandic00@live.com
### **0.30.1** 2021/02/25 mandic00@live.com
### **0.13.3** 2021/02/21 mandic00@live.com
- added note-cpu target - added note-cpu target
- merge pull request #39 from xemle/feature/node-cpu - merge pull request #39 from xemle/feature/node-cpu
- add node-cpu build for non supported systems of libtensorflow - add node-cpu build for non supported systems of libtensorflow
- 0.13.2
### **0.13.2** 2021/02/20 mandic00@live.com - 0.13.1
- 0.12.10
- exception handling
### **0.13.1** 2021/02/20 mandic00@live.com - 0.12.9
- exception handling
- 0.12.8
### **0.12.10** 2021/02/20 mandic00@live.com
- exception handling - exception handling
### **0.12.9** 2021/02/20 mandic00@live.com
### **0.12.8** 2021/02/20 mandic00@live.com
### **0.12.7** 2021/02/17 mandic00@live.com ### **0.12.7** 2021/02/17 mandic00@live.com
- 0.12.7 - 0.12.7
- 0.12.6
### **0.12.6** 2021/02/13 mandic00@live.com - 0.12.5
- 0.12.4
- 0.12.3
### **0.12.5** 2021/02/12 mandic00@live.com - 0.12.2
### **0.12.4** 2021/02/06 mandic00@live.com
### **0.12.3** 2021/02/06 mandic00@live.com
### **0.12.2** 2021/02/02 mandic00@live.com
### **update for tfjs 3.0.0** 2021/01/29 mandic00@live.com ### **update for tfjs 3.0.0** 2021/01/29 mandic00@live.com
- 0.12.1
### **0.12.1** 2021/01/29 mandic00@live.com
- rebuild - rebuild
- 0.11.6
### **0.11.6** 2021/01/24 mandic00@live.com
- add check for null face descriptor - add check for null face descriptor
- merge pull request #34 from patrickhulce/patch-1 - merge pull request #34 from patrickhulce/patch-1
- fix: return empty descriptor for zero-sized faces - fix: return empty descriptor for zero-sized faces
- 0.11.5
### **0.11.5** 2021/01/22 mandic00@live.com - 0.11.4
- 0.11.3
### **0.11.4** 2021/01/22 mandic00@live.com
### **0.11.3** 2021/01/20 mandic00@live.com
- fix typo - fix typo
- enable full minification - enable full minification
- 0.11.2
### **0.11.2** 2021/01/12 mandic00@live.com
- full rebuild - full rebuild
- 0.11.1
### **0.11.1** 2021/01/10 mandic00@live.com
- added live webcam demo - added live webcam demo
- 0.10.2
### **0.10.2** 2021/01/03 mandic00@live.com
- ts linting - ts linting
- version bump - version bump
- 0.10.1
### **0.10.1** 2020/12/23 mandic00@live.com
- full re-lint and typings generation - full re-lint and typings generation
- rebuild - rebuild

View File

@ -42,8 +42,7 @@
], ],
"devDependencies": { "devDependencies": {
"@canvas/image": "^1.0.1", "@canvas/image": "^1.0.1",
"@microsoft/api-extractor": "^7.19.1", "@microsoft/api-extractor": "^7.19.2",
"@tensorflow/tfjs": "^3.12.0",
"@tensorflow/tfjs-backend-cpu": "^3.12.0", "@tensorflow/tfjs-backend-cpu": "^3.12.0",
"@tensorflow/tfjs-backend-wasm": "^3.12.0", "@tensorflow/tfjs-backend-wasm": "^3.12.0",
"@tensorflow/tfjs-backend-webgl": "^3.12.0", "@tensorflow/tfjs-backend-webgl": "^3.12.0",
@ -52,31 +51,32 @@
"@tensorflow/tfjs-core": "^3.12.0", "@tensorflow/tfjs-core": "^3.12.0",
"@tensorflow/tfjs-data": "^3.12.0", "@tensorflow/tfjs-data": "^3.12.0",
"@tensorflow/tfjs-layers": "^3.12.0", "@tensorflow/tfjs-layers": "^3.12.0",
"@tensorflow/tfjs-node": "^3.12.0",
"@tensorflow/tfjs-node-gpu": "^3.12.0", "@tensorflow/tfjs-node-gpu": "^3.12.0",
"@tensorflow/tfjs-node": "^3.12.0",
"@tensorflow/tfjs": "^3.12.0",
"@types/node": "^16.11.12", "@types/node": "^16.11.12",
"@types/offscreencanvas": "^2019.6.4", "@types/offscreencanvas": "^2019.6.4",
"@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/eslint-plugin": "^5.7.0",
"@typescript-eslint/parser": "^5.6.0", "@typescript-eslint/parser": "^5.7.0",
"@vladmandic/build": "^0.6.6", "@vladmandic/build": "^0.6.6",
"@vladmandic/pilogger": "^0.3.5", "@vladmandic/pilogger": "^0.3.5",
"@vladmandic/tfjs": "github:vladmandic/tfjs", "@vladmandic/tfjs": "github:vladmandic/tfjs",
"canvas": "^2.8.0", "canvas": "^2.8.0",
"chokidar": "^3.5.2", "chokidar": "^3.5.2",
"dayjs": "^1.10.7", "dayjs": "^1.10.7",
"esbuild": "^0.14.2", "esbuild": "^0.14.3",
"eslint": "^8.4.1",
"eslint-config-airbnb-base": "^15.0.0", "eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.3", "eslint-plugin-import": "^2.25.3",
"eslint-plugin-json": "^3.1.0", "eslint-plugin-json": "^3.1.0",
"eslint-plugin-node": "^11.1.0", "eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0", "eslint-plugin-promise": "^5.2.0",
"eslint": "^8.4.1",
"node-fetch": "^3.1.0", "node-fetch": "^3.1.0",
"rimraf": "^3.0.2", "rimraf": "^3.0.2",
"seedrandom": "^3.0.5", "seedrandom": "^3.0.5",
"simple-git": "^2.48.0", "simple-git": "^2.48.0",
"tslib": "^2.3.1", "tslib": "^2.3.1",
"typedoc": "^0.22.10", "typedoc": "^0.22.10",
"typescript": "4.5.2" "typescript": "4.5.4"
} }
} }