ci: Merge change for release 1.7.0#2099
Merged
Merged
Conversation
…2054) Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.20.1 to 2.20.2. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.20.1...v2.20.2) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2074) Bumps [mlflow](https://github.com/mlflow/mlflow) from 2.20.2 to 2.20.4. - [Release notes](https://github.com/mlflow/mlflow/releases) - [Changelog](https://github.com/mlflow/mlflow/blob/master/CHANGELOG.md) - [Commits](mlflow/mlflow@v2.20.2...v2.20.4) --- updated-dependencies: - dependency-name: mlflow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2068) Bumps [keras](https://github.com/keras-team/keras) from 3.7.0 to 3.9.0. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](keras-team/keras@v3.7.0...v3.9.0) --- updated-dependencies: - dependency-name: keras dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](lightgbm-org/LightGBM@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: lightgbm dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…2053) Bumps [lightgbm](https://github.com/microsoft/LightGBM) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/microsoft/LightGBM/releases) - [Commits](lightgbm-org/LightGBM@v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: lightgbm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Implemented JSONCodec * Encode object type with JSONCodec for pandas * Included more types for mlflow * Implemented can_encode function for JSON codec * Included test for JSON codec * Fixed pandas codec to treat objects differently * Included tests for mlflow metadata * Included test for mlflow runtime * Fixed can_encode for JSONCodec and a pandas test * Fixed code registry but need to remove duplicated json encoding code from hf runtime * Fixed linting issues * Refactored duplicated code and simplified logic for can_encode * Renamed util function * Fixed support to encode numpy and reverted can_encode function * Fixed bug in pandas encoding * Reverted comment in pandas codec * Moved env and cli tests to sequential. * Included sleep before retrieving metrics * Run metrics tests seq * Simplified code by removing JSONCodec * Included more tests for pandas codecs * Moved PandasJsonContentType inside PandasCodec.
Before the fix, the timeout calculation subtracted the passed time from the timeout calculated for the previous round instead of subtracting it from the configured timeout value, causing time to pass quicker than expected.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.