face-api/CHANGELOG.md

371 lines
6.9 KiB
Markdown
Raw Normal View History

2021-03-08 20:17:39 +01:00
# @vladmandic/face-api
2021-06-08 12:59:55 +02:00
Version: **1.3.1**
2021-04-13 17:24:07 +02:00
Description: **FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS**
2021-03-08 20:17:39 +01:00
Author: **Vladimir Mandic <mandic00@live.com>**
License: **MIT** </LICENSE>
Repository: **<git+https://github.com/vladmandic/face-api.git>**
## Changelog
2021-06-18 13:19:03 +02:00
### **HEAD -> master** 2021/06/08 mandic00@live.com
2021-05-18 14:11:17 +02:00
2021-06-04 14:54:48 +02:00
2021-06-18 13:19:03 +02:00
### **1.3.1** 2021/06/08 mandic00@live.com
2021-06-04 14:54:48 +02:00
- fix face expression detection (#56)
2021-05-28 13:27:16 +02:00
- add buffertovideo
- fix git conflicts
- fix tsc error (#55)
2021-05-28 00:38:30 +02:00
- force typescript 4.2 due to typedoc incompatibility with ts 4.3
### **1.2.5** 2021/05/27 mandic00@live.com
2021-05-18 14:11:17 +02:00
2021-05-28 00:38:30 +02:00
- add buffertovideo and fetchvideo (#54)
### **1.2.4** 2021/05/18 mandic00@live.com
2021-05-18 14:11:17 +02:00
2021-05-04 17:18:07 +02:00
### **1.2.3** 2021/05/04 mandic00@live.com
2021-04-23 01:50:28 +02:00
2021-05-04 17:18:07 +02:00
### **update for tfjs 3.6.0** 2021/04/30 mandic00@live.com
2021-04-30 18:01:04 +02:00
2021-05-04 17:18:07 +02:00
### **1.2.2** 2021/04/30 mandic00@live.com
- add node-wasm demo
2021-04-30 18:01:04 +02:00
- accept uri as input to demo node and node-canvas
2021-04-26 20:45:49 +02:00
- major version full rebuild
2021-04-23 01:50:28 +02:00
2021-04-26 20:45:49 +02:00
### **1.2.1** 2021/04/22 mandic00@live.com
2021-04-23 01:49:56 +02:00
2021-04-26 20:45:49 +02:00
- add npmrc
2021-04-23 01:49:56 +02:00
- add canvas/image based demo to decode webp
### **1.1.12** 2021/04/13 mandic00@live.com
2021-04-04 14:28:14 +02:00
2021-04-13 17:24:07 +02:00
### **1.1.11** 2021/04/06 mandic00@live.com
- merge pull request #46 from mayankagarwals/demo_latencytest_fix
2021-04-06 17:05:49 +02:00
- fixed bug which led to latency not being measured and wrong output on console for demo
- add cdn links
### **1.1.10** 2021/04/04 mandic00@live.com
- added webhints
2021-04-03 17:02:49 +02:00
2021-04-04 14:28:14 +02:00
### **1.1.9** 2021/04/03 mandic00@live.com
2021-04-03 17:02:49 +02:00
2021-04-04 14:28:14 +02:00
- fix linting and tests
### **1.1.8** 2021/04/01 mandic00@live.com
2021-04-03 17:02:49 +02:00
2021-04-01 19:39:54 +02:00
### **1.1.7** 2021/03/31 mandic00@live.com
- enable minify
2021-03-31 13:01:22 +02:00
### **1.1.6** 2021/03/26 mandic00@live.com
2021-03-19 23:47:34 +01:00
2021-03-26 15:26:02 +01:00
### **1.1.5** 2021/03/23 mandic00@live.com
- add node-canvas demo
2021-03-20 02:39:45 +01:00
- refactoring
2021-03-19 23:47:34 +01:00
### **1.1.4** 2021/03/18 mandic00@live.com
2021-03-18 11:34:38 +01:00
### **1.1.3** 2021/03/16 mandic00@live.com
2021-03-09 23:32:33 +01:00
2021-03-18 11:34:38 +01:00
- fix for seedrandom
2021-03-16 11:59:48 +01:00
### **1.1.2** 2021/03/15 mandic00@live.com
2021-03-15 13:52:51 +01:00
- create templates
- create codeql-analysis.yml
### **1.1.1** 2021/03/14 mandic00@live.com
- full rebuild
- reformatted model manifests and weights
2021-03-14 14:28:18 +01:00
- create api specs
2021-03-09 23:32:33 +01:00
2021-03-13 18:21:32 +01:00
### **1.0.2** 2021/03/09 mandic00@live.com
### **release: 1.0.1** 2021/03/09 mandic00@live.com
2021-03-09 19:28:55 +01:00
### **1.0.1** 2021/03/09 mandic00@live.com
2021-03-08 20:17:39 +01:00
2021-03-09 19:28:29 +01:00
- add badges
- optimize for npm
### **0.30.6** 2021/03/08 mandic00@live.com
2021-03-08 20:17:39 +01:00
- added typings for face angle
- disable landmark printing
### **0.30.5** 2021/03/07 mandic00@live.com
- enabled live demo on gitpages
### **0.30.4** 2021/03/07 mandic00@live.com
- added face angle calculations
- added documentation
- package update
### **0.30.3** 2021/03/04 mandic00@live.com
### **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
- merge pull request #39 from xemle/feature/node-cpu
- add node-cpu build for non supported systems of libtensorflow
### **0.13.2** 2021/02/20 mandic00@live.com
### **0.13.1** 2021/02/20 mandic00@live.com
### **0.12.10** 2021/02/20 mandic00@live.com
- 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
### **0.12.6** 2021/02/13 mandic00@live.com
### **0.12.5** 2021/02/12 mandic00@live.com
### **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
### **0.12.1** 2021/01/29 mandic00@live.com
- rebuild
### **0.11.6** 2021/01/24 mandic00@live.com
- add check for null face descriptor
- merge pull request #34 from patrickhulce/patch-1
- fix: return empty descriptor for zero-sized faces
### **0.11.5** 2021/01/22 mandic00@live.com
### **0.11.4** 2021/01/22 mandic00@live.com
### **0.11.3** 2021/01/20 mandic00@live.com
- fix typo
- enable full minification
### **0.11.2** 2021/01/12 mandic00@live.com
- full rebuild
### **0.11.1** 2021/01/10 mandic00@live.com
- added live webcam demo
### **0.10.2** 2021/01/03 mandic00@live.com
- ts linting
- version bump
### **0.10.1** 2020/12/23 mandic00@live.com
- full re-lint and typings generation
- rebuild
### **0.9.5** 2020/12/19 mandic00@live.com
- added tsc build typings
### **0.9.4** 2020/12/15 mandic00@live.com
- package update
### **0.9.3** 2020/12/12 mandic00@live.com
- remove old demo
- merge branch 'master' of https://github.com/vladmandic/face-api
### **0.9.2** 2020/12/08 mandic00@live.com
- merge pull request #19 from meeki007/patch-3
- remove http reff
- fixed typos
### **0.9.1** 2020/12/02 mandic00@live.com
- redesigned tfjs bundling and build process
- push
- merge pull request #17 from meeki007/patch-2
- merge pull request #16 from meeki007/patch-1
- added link to documentation for js.tensorflow 2.7.0
- add comments and fix typo
### **0.8.9** 2020/11/25 mandic00@live.com
- removed node-fetch dependency
### **0.8.8** 2020/11/03 mandic00@live.com
### **0.8.7** 2020/11/03 mandic00@live.com
- removed type from package.json and added nodejs example
### **0.8.6** 2020/10/29 mandic00@live.com
### **0.8.5** 2020/10/27 mandic00@live.com
### **0.8.4** 2020/10/27 mandic00@live.com
- fix webpack compatibility issue
### **0.8.3** 2020/10/25 mandic00@live.com
### **0.8.2** 2020/10/25 mandic00@live.com
- fix for wasm compatibility
### **0.8.1** 2020/10/15 mandic00@live.com
- added cjs builds
### **0.7.4** 2020/10/14 mandic00@live.com
- added nobundle
### **0.7.3** 2020/10/13 mandic00@live.com
### **0.7.2** 2020/10/13 mandic00@live.com
### **0.7.1** 2020/10/13 mandic00@live.com
- switched to monolithic build
### **0.6.3** 2020/10/12 mandic00@live.com
### **0.6.2** 2020/10/11 mandic00@live.com
### **0.6.1** 2020/10/11 mandic00@live.com
- major update
- tfjs 2.6.0
### **0.5.3** 2020/09/18 cyan00@gmail.com
### **0.5.2** 2020/09/16 cyan00@gmail.com
- added build for node
- upgrade to tfjs@2.4.0 and ts-node@9.0.0
- create issue.md
- added issue template
- added faceapi.version object
### **0.5.1** 2020/09/08 cyan00@gmail.com
### **0.4.6** 2020/09/08 cyan00@gmail.com
- added test fot @tfjs and backends loaded
### **0.4.5** 2020/08/31 cyan00@gmail.com
- adding build
### **0.4.4** 2020/08/30 cyan00@gmail.com
- change build process
### **0.4.3** 2020/08/29 cyan00@gmail.com
- fix node build error
### **0.4.2** 2020/08/29 cyan00@gmail.com
### **0.4.1** 2020/08/27 cyan00@gmail.com
### **0.3.9** 2020/08/27 cyan00@gmail.com
- added example
### **0.3.8** 2020/08/26 cyan00@gmail.com
- re-added ssd_mobilenet
### **0.3.7** 2020/08/22 cyan00@gmail.com
### **0.3.6** 2020/08/21 cyan00@gmail.com
### **0.3.5** 2020/08/19 cyan00@gmail.com
### **0.3.4** 2020/08/19 cyan00@gmail.com
- switch to commonjs and es2018 for compatibility
### **0.3.3** 2020/08/19 cyan00@gmail.com
### **0.3.2** 2020/08/18 cyan00@gmail.com
### **0.3.1** 2020/08/18 cyan00@gmail.com
- uodated build script
- npm publish
- added pre-compiled build
- added pre-bundled dist
- removed unnecessary weights
- initial commit