Releases: ml5js/ml5-library
Releases · ml5js/ml5-library
v0.8.7
v0.8.6
v0.8.1
Changes
- chore(deps): bump trim-off-newlines from 1.0.1 to 1.0.3 (#1264) @dependabot
v0.8.0
v0.7.2
What's Changed
- Update documentation to address broken boilerplate links by @bomanimc in #1153
- Update ml5-only boilerplate link to JS version instead of p5.js by @bomanimc in #1155
- Dead link to TM by @tlsaeger in #1154
- Added an example for kmeans by @tlsaeger in #1147
- docs: add mennosc as a contributor by @allcontributors in #1166
- docs: add altruios as a contributor by @allcontributors in #1164
- docs: add tlsaeger as a contributor by @allcontributors in #1165
- Remove duplicate from contributors list by @bomanimc in #1163
- Fix contributors data file by @bomanimc in #1168
- docs: add netanoir as a contributor by @allcontributors in #1169
- docs: add koji as a contributor by @allcontributors in #1170
- docs: add josephrocca as a contributor by @allcontributors in #1171
- docs: add lmccart as a contributor by @allcontributors in #1172
- docs: add en3sis as a contributor by @allcontributors in #1173
- Point CharRNN examples to model files hosted in ml5-data-and-models repo by @bomanimc in #1186
- Add notice of the new CoC and License to the repository by @bomanimc in #1201
- Fix emphasised folders (MarkDown) by @MoPaMo in #1206
- Posenet instead of facemesh in the comments by @tlsaeger in #1210
- Fix typos in docs/reference/neural-network.md by @m-ahmadi in #1218
- Documentation: fix broken link in FAQ page by @ramiy in #1232
- Copy over ml5.js license from Code-of-Conduct repo by @bomanimc in #1233
- Disable word2vec and add explanations by @bomanimc in #1239
- v0.7.0 Release PR by @bomanimc in #1240
- [issue-1230] fix: fix docs to correctly reflect working example by @joeyklee in #1237
- README.md by @timscodebase in #1256
- Added links to Discord by @tlsaeger in #1250
- added direct link to twitter thread by @tlsaeger in #1242
- Rename LICENSE to LICENSE.md by @shiffman in #1241
- v0.7.2 by @joeyklee in #1263
New Contributors
- @MoPaMo made their first contribution in #1206
- @m-ahmadi made their first contribution in #1218
- @ramiy made their first contribution in #1232
- @timscodebase made their first contribution in #1256
Full Changelog: v0.6.1...v0.7.2
v0.6.1
v0.6.0
This release introduces two new models ported from Tensorflow.js: Handpose and Facemesh. Handpose can be used to predict the location of 21 3D landmarks on the palm and fingers of a single hand. Facemesh can be used to predict 486 3D landmarks on the human face and can work on multiple faces at once. Facemesh provides more detail about the positions of key locations on the face than any of the models currently supported in ml5.js’s implementation of FaceApi.
In addition to new models, the 0.6.0 release also includes a variety of fixes and improvements by our community of contributors and maintainers:
- Updated tf.js version to 1.7 (up from 1.2) (#846)
- Documentation for the Object Detector class
- Switched fetch calls in core library code to Axios for improved browser support (#979)
- Added nearestFromSet function to Word2Vec (#1015)
- Fixes to the Neural Network class (#919, #1096)
- Increase the performance of the FaceAPI by supporting the Tiny Face model (#936)
v0.5.0
- A reimplementation of the Neural Network class (#749), as well as memory leak fixes, updated documentation, multilayer support, and test coverage.
- A refactoring of the Object Detector class (https://github.com/ml5js/ml5-library/pull/693/files) as well as documentation updates, fixes to async support, and the addition of video support.
- Add ml5.js Community Statement to console.log - #800
- Include an unminified version of the library in the distribution - #811
- Many small bug fixes and additional updates to the documentation!
v0.4.3
Change notes
- [unet] adds canvas support for input handling in UNET - #700 by joeyklee
- [devops] Merges fixes in release to development - #698 by joeyklee
- [image classifier ] Fix memory leak in image classifier - #697 by joeyklee
- [neural network] Fix nn train without normalization & addresses memory leaks - #696 by joeyklee
- [docs] Update README.md #692 by josher19
- [Fixed documentation]: option parameter should be
task
- #691 by mikakruschel - [dev ops] moves all contributors from ml5-examples and ml5-website to library - #689 by joeyklee
- [pitch detection] fixes pitch detection memory leak
v0.4.2
Release notes
- minor bug fixes and updates
- Includes:* [image classifier] Fixes memory leak / dispose of processed image #680 by @joeyklee
- fix single quote typo in nn reference #679 by @vndrewlee
- [neural net fix] Merges neural net fix in release to development branch #676 by @joeyklee
- get networks batchSize and epochs from config.training #674 by @TobiasNickel
- [docs] begins adding utils documentation #670 by @joeyklee
- [devops] adds script to update docs ml5 versions #666 by @joeyklee
- UNET and BodyPix Segmentation result handling #664 by joeyklee
- Adding index_test.js for UNET #659 by EonYang
- Fixes memory leaks in #684