aboutsummaryrefslogtreecommitdiff
path: root/RELEASES.md
AgeCommit message (Collapse)Author
2024-02-14docs: Update RELEASES.md for release 0.8.00.8.0-rc.10.8.0Benjamin Klimczak
Resolves: MLIA-1074 Signed-off-by: Benjamin Klimczak <benjamin.klimczak@arm.com> Change-Id: Id23da33fefbe5ef61b2e507f6c7706e3ed3d0bef
2023-11-16MLIA-136 Update RELEASES.md with pruning test issueAnnie Tallund
Signed-off-by: Annie Tallund <annie.tallund@arm.com> Change-Id: I2b2383533578b815372e26f01d6066b4a9b39df0
2023-09-08MLIA-961 Update pre-commit hook versionsBenjamin Klimczak
- Update dependencies in .pre-commit.yaml - Fix code issues with new linters Change-Id: I36964ecf1a405dd8faac01b4470b56122a7cad17 Signed-off-by: Benjamin Klimczak <benjamin.klimczak@arm.com>
2023-08-22MLIA-932 Update RELEASES.md0.7.0-rc.10.7.0Annie Tallund
Signed-off-by: Annie Tallund <annie.tallund@arm.com> Change-Id: I3c3f458dab214a7be00dd50c640a62767389fd9b
2023-02-15MLIA-798 Update/check RELEASES.mdRuomei Yan
Change-Id: I5eff40ac2050b77f580460c2d5233ed6e96adeb7
2023-01-10MLIA-650 Implement new CLI changesRaul Farkas
Breaking change in the CLI and API: Sub-commands "optimization", "operators", and "performance" were replaced by "check", which incorporates compatibility and performance checks, and "optimize" which is used for optimization. "get_advice" API was adapted to these CLI changes. API changes: * Remove previous advice category "all" that would perform all three operations (when possible). Replace them with the ability to pass a set of the advice categories. * Update api.get_advice method docstring to reflect new changes. * Set default advice category to COMPATIBILITY * Update core.common.AdviceCategory by changing the "OPERATORS" advice category to "COMPATIBILITY" and removing "ALL" enum type. Update all subsequent methods that previously used "OPERATORS" to use "COMPATIBILITY". * Update core.context.ExecutionContext to have "COMPATIBILITY" as default advice_category instead of "ALL". * Remove api.generate_supported_operators_report and all related functions from cli.commands, cli.helpers, cli.main, cli.options, core.helpers * Update tests to reflect new API changes. CLI changes: * Update README.md to contain information on the new CLI * Remove the ability to generate supported operators support from MLIA CLI * Replace `mlia ops` and `mlia perf` with the new `mlia check` command that can be used to perform both operations. * Replace `mlia opt` with the new `mlia optimize` command. * Replace `--evaluate-on` flag with `--backend` flag * Replace `--verbose` flag with `--debug` flag (no behaviour change). * Remove the ability for the user to select MLIA working directory. Create and use a temporary directory in /temp instead. * Change behaviour of `--output` flag to not format the content automatically based on file extension anymore. Instead it will simply redirect to a file. * Add the `--json` flag to specfy that the format of the output should be json. * Add command validators that are used to validate inter-dependent flags (e.g. backend validation based on target_profile). * Add support for selecting built-in backends for both `check` and `optimize` commands. * Add new unit tests and update old ones to test the new CLI changes. * Update RELEASES.md * Update copyright notice Change-Id: Ia6340797c7bee3acbbd26601950e5a16ad5602db
2022-11-22MLIA-722/MLIA-723 Update RELEASES.md with known issues0.5.0Diego Russo
Update RELEASES.md with a known issue when running TOSA operator compatibility with some models. Change-Id: Ic1d0d34d6ef0b8876e2e7331b46cd6f00b9939a0
2022-11-09MLIA-698 Update RELEASES.mdDiego Russo
Update RELEASES.md for upcoming 0.5.0 release Change-Id: I3179aeda828d8cdb2a9977adcfa6aeb9517186c0
2022-10-07MLIA-607 Update documentation and commentsDmitrii Agibov
Use "TensorFlow Lite" instead of "TFLite" in documentation and comments Change-Id: Ie4450d72fb2e5261d152d72ab8bd94c3da914c46
2022-08-19MLIA-597 Update RELEASES.md with 0.4.0 changesDiego Russo
Change-Id: If664be64246d3ca1821ef386828afd9eb419391b
2022-08-04MLIA-583 Add RELEASES.md fileDiego Russo
The file contains the changelog of the different MLIA releases. Change-Id: I121bb5cbf927f35f234511de1756bd86d681dda5