CHANGELOG.md
# Changelog
## Release 0.1.10(Apl 12 2023)
* Major Features and Improvements
* TensorFlow background process has been updated to version 2.12.
* model downloader now includes a progress bar feature.
* environment variable `SKIP_MAKE_TFLINTERP` to use the precompiled tfl_interp.exe.
* included custom operations: `MaxPoolingWithArgmax2D`, `MaxUnpooling2D`, `Convolution2DTransposeBias`.
* added demo_hairsegmentation.
* Bug Fixes and Other Changes
* the build tool chain in Windows has been replaced from MINGW gcc to Visual C++ 2019.
## Release 0.1.9(Dec 18 2022)
* Major Features and Improvements
* feed back from AxonInterp project.
* added demo_yolov4.
* revised documents.
* added the ability to download model files from the url.
* added the ability to give hints about I/O tensor of the model.
## Release 0.1.8(Aug 15 2022)
* Breaking Changes (from OnnxInterp 0.1.5)
* the previous download source of nlohmann-json is gone, so changed to another one.
* Bug Fixes and Other Changes (from OnnxInterp 0.1.4)
* added two more ways to specify box in NMS.
## Release 0.1.7(Jul 11 2022)
* fixed non_max_suppression_multi_class/7.
## Release 0.1.6(Jun 29 2022)
* Major Features and Improvements
* Feedback based on OnnxInterp design.
* update Tensorflow to 2.9.1.
## Release 0.1.5(Apl 4 2022)
* Major Features and Improvements
* add session mode.
* add processing time measurement function.
* update Tensorflow to 2.8.0.
## Release 0.1.4(Feb 6 2022)
* Bug Fixes and Other Changes
* adjust word alignment of NMS parameter to ARMs.
## Release 0.1.3(Jan 30 2022)
* Breaking Changes
* change installation methods. see README.md for detail.
* Major Features and Improvements
* move the directory to download Tensorflow to "3rd_party".
* supported Nerves ARMv6, ARMv7NEON and AArch64(not yet tested).
* Bug Fixes and Other Changes
* corrected CMakeLists scripts for MSYS2/MinGW64.
* revised demo_mnist to fit cimg_ex 0.1.8.
## Release 0.1.2(Jan 17 2022)
* Breaking Changes
* Major Features and Improvements
* remove C++ code that depend on C++20 features: src/tfl_interp.cc.
* limit dependency of mix_cmake to `dev`.
* Bug Fixes and Other Changes