这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tensorflow/tfx-addons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: tensorflow/tfx-addons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.5.0rc1
Choose a head ref
  • 11 commits
  • 16 files changed
  • 5 contributors

Commits on Oct 7, 2022

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

Commits on Oct 8, 2022

  1. Add HuggingFace Pusher Implementation (#191)

    * add hfpusher implementation
    
    * update version.py
    
    * add test for runner.py
    
    * linting
    
    * add dependency
    
    * add pytest ignore protected access
    
    * add one more test
    
    * fix: test failure
    
    * copy proposa as README
    
    * add git-lfs dependency
    
    * document about RuntimeError when git-lfs is not installed
    
    * add _is_git_lfs_installed
    
    * add test cases for executor
    
    * change _executor -> exe
    
    * yapf
    
    * Update tfx_addons/huggingface_pusher/README.md
    
    Co-authored-by: Gerard Casas Saez <gcasassaez@twitter.com>
    
    * Update tfx_addons/huggingface_pusher/executor_test.py
    
    Co-authored-by: Gerard Casas Saez <gcasassaez@twitter.com>
    
    * add huggingface document reference for git-lfs
    
    * space_config example added to component_test
    
    * yapf
    
    * add optional decrypt features
    
    * add decrypt_fn in README
    
    Co-authored-by: Gerard Casas Saez <gcasassaez@twitter.com>
    deep-diver and casassg authored Oct 8, 2022
    Configuration menu
    Copy the full SHA
    9d330cd View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

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

Commits on Oct 18, 2022

  1. added new core members (#194)

    * added new core members
    
    * added comment
    hanneshapke authored Oct 18, 2022
    Configuration menu
    Copy the full SHA
    f043f9e View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. fix: filter non-text files for text replacement (#197)

    * fix: filter non-text files for text replacement
    
    * fix: move comments
    deep-diver authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    18274a7 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Fix broken links in RELEASE.md. (#201)

    Fixed broken version.py links in release docs and changed `master` branch links to `main`.
    michaelwsherman authored Jan 20, 2023
    Configuration menu
    Copy the full SHA
    d8af7b5 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Pin down feast dependency (#203)

    * pin down feast dep
    
    * fix pandas dep
    
    * bump min version
    
    * upgrade isort to fix poetry issue
    casassg authored Feb 1, 2023
    Configuration menu
    Copy the full SHA
    79f1b19 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Experimental minor_release workflow (#204)

    * experimental minor_release workflow
    
    * Update minor_release.yml
    
    * Update RELEASE.md
    
    * Update minor_release.yml
    
    * Update minor_release.yml
    
    * Create update_main.py
    
    * update release.md
    
    * add more details to release.md
    casassg authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    93ee7c9 View commit details
    Browse the repository at this point in the history
  2. Prepare release 0.5

    web-flow committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fcd86aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff833e5 View commit details
    Browse the repository at this point in the history
  4. rc0 -> rc1

    casassg authored Feb 2, 2023
    Configuration menu
    Copy the full SHA
    e90e9b5 View commit details
    Browse the repository at this point in the history
Loading