8000 Comparing v0.48.0...v0.48.1 · caraml-dev/merlin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: caraml-dev/merlin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.48.0
Choose a base ref
...
head repository: caraml-dev/merlin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.48.1
Choose a head ref
  • 1 commit
  • 9 files changed
  • 2 contributors

Commits on Mar 18, 2025

  1. Cicd/sdk versioning improvement (#634)

    <!--  Thanks for sending a pull request!  Here are some tips for you:
    
    1. Run unit tests and ensure that they are passing
    2. If your change introduces any API changes, make sure to update the
    e2e tests
    3. Make sure documentation is updated for your PR!
    
    -->
    # Description
    - Background: we want to use latest merlin-sdk on batch-predictor and
    pyfunc-server. Previously we cannot do that because these packages
    relies on merlin-sdk versions that have been uploaded to PyPI. The idea
    is making the development and pipeline smoother by enabling these
    packages to install merlin-sdk from local source if the version is not
    yet available on pypi.
    
    # Modifications
    - Adjusted `make setup` in `pyfunc-server` and `batch-predictor` to
    always build and install `merlin-sdk` to have the latest version
    - Automate `merlin-sdk` version requirement to `tag` on pipeline (pypi
    release step)
    
    # Tests
    - Test github actions pipelines if it's working correctly.
    
    # Checklist
    - [x] Added PR label
    - [ ] Added unit test, integration, and/or e2e tests
    - [x] Tested locally
    - [ ] Updated documentation
    - [ ] Update Swagger spec if the PR introduce API changes
    - [ ] Regenerated Golang and Python client if the PR introduces API
    changes
    
    ---------
    
    Co-authored-by: Andreas Aji <andreas.aji@gojek.com>
    andreas-aji and Andreas Aji authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    2ce16a0 View commit details
    Browse the repository at this point in the history
Loading
0