Skip to content

Commit

Permalink
New pyvar version (v1.1.0) based on BSP 5.15-2.0.x.
Browse files Browse the repository at this point in the history
1.1.0:
    - Update TensorFlow Lite to 2.8.0 version;
    - Add support for VX delegate to run inference on NPU;
    - Add support for num_threads to tflite engine;
    - Add support for Cortex-M;
    - ArmNN is no longer supported;
    - Change domain from pyvar.dev to python.variscite.com;
    - Documentation page updated.

Signed-off-by: Diego Dorta <[email protected]>
  • Loading branch information
dorta committed Nov 17, 2022
1 parent 7352b0d commit 8a2b753
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyvar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021 Variscite LTD
# SPDX-License-Identifier: BSD-3-Clause

__version__ = "1.0.0"
__version__ = "1.1.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
long_description = f.read()

setup(name="pyvar",
version="1.0.0",
version="1.1.0",
description="Variscite Python Package",
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 8a2b753

Please sign in to comment.