Merged
Conversation
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.1...v6.4.2) --- updated-dependencies: - dependency-name: tornado dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump tornado from 6.4.1 to 6.4.2
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.4.2. - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.1...v6.4.2) --- updated-dependencies: - dependency-name: tornado dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump tornado from 6.4.1 to 6.4.2
Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4.1 to 6.5.1. - [Changelog](https://github.com/tornadoweb/tornado/blob/master/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.4.1...v6.5.1) --- updated-dependencies: - dependency-name: tornado dependency-version: 6.5.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bump tornado from 6.4.1 to 6.5.1
…orkflow Removed Github workflow for docs
MLE-12345 - Updates requests and urllib3 dependencies
MLE-22708 - Adds vector encoding/decoding utilities
Adds some project configuration Includes an initial copilot instructions file and a .editorconfig file.
MLE-12345 - Adds EditorConfig and Copilot Instructions
MLE-12345 - Refactors vector utility functions
Hat tip to Copilot.
MLE-23398 Added docs for vector functions
Need to use the latest 12 image so that the vector tests pass.
MLE-23398 Trying to fix Jenkins
Addresses a medium CVE with its jupyter-core dependency. This is a dev dependency as well. Also bumped Gradle wrapper to latest release.
MLE-23398 Bumping ipykernel
MLE-23398 Updated copyright and version and NOTICE
There was a problem hiding this comment.
Pull Request Overview
This PR merges version 1.3.0 into master, primarily updating copyright notices throughout the codebase and introducing new vector encoding functionality. The changes include updated copyright headers, dependency version updates, and new features for working with vector embeddings.
- Updated copyright notices from "© 2023 MarkLogic Corporation" to "Copyright (c) 2023-2025 Progress Software Corporation and/or its subsidiaries or affiliates"
- Added new vector encoding/decoding utilities compatible with MarkLogic's vec:base64-encode functions
- Updated dependencies and build configuration files
Reviewed Changes
Copilot reviewed 35 out of 37 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| tests/*.py | Added copyright headers to all test files |
| marklogic/*.py | Added copyright headers to source files and introduced new vectors.py module |
| pyproject.toml | Version bump to 1.3.0 and dependency updates |
| test-app/gradlew* | Updated Gradle wrapper scripts with new copyright headers |
| docs/managing-documents/writing.md | Added documentation for vector embedding functionality |
| NOTICE.txt | Updated copyright and licensing information |
| .github/* | Added new GitHub workflow configurations |
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.
Has updated copyrights, so lots of little changes