The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.0.7 2023-10-05 01:27:42-0400

  Features

   - Add object detection demo. See <https://github.com/EntropyOrg/perl-AI-TensorFlow-Libtensorflow/pull/23>.

  Refactoring

   - Add timer to the notebooks to time the inference steps. See <https://github.com/EntropyOrg/perl-AI-TensorFlow-Libtensorflow/pull/17>.

  Documentation

   - Add information about installing GPU version of `libtensorflow` either on
     the "bare metal" or with Docker GPU runtime support. See <https://github.com/EntropyOrg/perl-AI-TensorFlow-Libtensorflow/pull/18>.

  Build changes

   - Add Dockerfile that builds GPU version of the omnibus notebook image.
     Update the CI to additionally build the GPU Docker image. See <https://github.com/EntropyOrg/perl-AI-TensorFlow-Libtensorflow/pull/16>.

0.0.6 2023-01-30 15:22:04-0500

  - Documentation

      - Fix NAME for Notebook POD.

0.0.5 2023-01-30 11:46:31-0500

  - Features

      - Docker images with dependencies for notebooks.
      - Support for running notebooks in Binder.

  - Documentation

      - Add manual index and quickstart guide.
      - Add InferenceUsingTFHubEnformerGeneExprPredModel tutorial.

0.0.4 2022-12-21 15:57:53-0500

  - Features

      - Add Data::Printer and stringification support for several classes.
      - Add `::TFLibrary` class. Move `GetAllOpList()` method there.

  - Documentation

      - Add InferenceUsingTFHubMobileNetV2Model tutorial.

0.0.3 2022-12-15 10:46:52-0500

  - Features

      - Add more testing of basic API. Complete port of "(CAPI, *)" tests
        from upstream `tensorflow/c/c_api_test.cc`.

0.0.2 2022-11-28 14:33:33-0500

  - Features

      - Explicit support for minimum Perl v5.14.

0.0.1 2022-11-25 11:43:37-0500

  Features

    - First release.