Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package tensorflow_addons #16888

Open
wants to merge 52 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 11, 2021

  1. add tensorflow_addons

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f74fe06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    732f982 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21874b8 View commit details
    Browse the repository at this point in the history
  4. Direct maintainership to team of tensorflow-feedstock

    Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>
    h-vetinari and xhochy committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    fe7d8a9 View commit details
    Browse the repository at this point in the history
  5. switch to bazel-toolchain

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f01a5b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2e0b6dd View commit details
    Browse the repository at this point in the history
  7. add GCC_HOST_COMPILER_PATH

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    84c72c5 View commit details
    Browse the repository at this point in the history
  8. adapt output of configure.py with sed

    also add libtensorflow as host dep
    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    96a5d0e View commit details
    Browse the repository at this point in the history
  9. use libtf_cc

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    3a8b268 View commit details
    Browse the repository at this point in the history
  10. add rsync

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    382a68c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c7fecf9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    61393ef View commit details
    Browse the repository at this point in the history
  13. Revert "make up for missing tf-cpu on osx"

    This reverts commit 21874b8.
    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    57ac135 View commit details
    Browse the repository at this point in the history
  14. add typeguard as run-req

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    dd1cc0a View commit details
    Browse the repository at this point in the history
  15. pass through test folder

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    bda1641 View commit details
    Browse the repository at this point in the history
  16. more tests

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    b231cee View commit details
    Browse the repository at this point in the history
  17. run only one test module

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    f5b321d View commit details
    Browse the repository at this point in the history
  18. add conftest.py

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    7d9971c View commit details
    Browse the repository at this point in the history
  19. go back to full test suite

    h-vetinari committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    eef2643 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e45d163 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Configuration menu
    Copy the full SHA
    e2f2cdb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    397aed9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2267f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e2a861 View commit details
    Browse the repository at this point in the history
  5. readd run_all_test removal

    h-vetinari committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    091f7da View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27a8c2f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9f053d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    932cd39 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bac4b0f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    03d7ac2 View commit details
    Browse the repository at this point in the history
  11. add tqdm to test-reqs

    h-vetinari committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    3450cb4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3099efc View commit details
    Browse the repository at this point in the history
  13. modify comment

    h-vetinari committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7e4d10c View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. add cbc for GCC 7

    h-vetinari committed Nov 14, 2021
    Configuration menu
    Copy the full SHA
    cb05888 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a63b82 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Configuration menu
    Copy the full SHA
    160677d View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2021

  1. Update recipes/tensorflow-addons/build.sh

    Co-authored-by: Uwe L. Korn <xhochy@users.noreply.github.com>
    h-vetinari and xhochy committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    1115e66 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. call gen-bazel-toolchain

    h-vetinari committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    d1582f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

  1. Configuration menu
    Copy the full SHA
    aa82c3e View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. remove --target_cpu

    h-vetinari committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    96e4faf View commit details
    Browse the repository at this point in the history
  2. reduce cbc.yaml

    h-vetinari committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    c092c02 View commit details
    Browse the repository at this point in the history
  3. move to centos 7

    h-vetinari committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    62ea10b View commit details
    Browse the repository at this point in the history
  4. skip osx

    h-vetinari committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    03d89a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    271f800 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ca86d2 View commit details
    Browse the repository at this point in the history
  7. use protobuf 3.18

    h-vetinari committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    51179cb View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    edc4390 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4ead1fe View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    5549d4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa03456 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2022

  1. Configuration menu
    Copy the full SHA
    9ae7a50 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Update recipes/tensorflow-addons/build.sh

    Co-authored-by: jaimergp <jaimergp@users.noreply.github.com>
    h-vetinari and jaimergp committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ddcd0fd View commit details
    Browse the repository at this point in the history