-
Notifications
You must be signed in to change notification settings - Fork 4
Merge 1.3.0 into master #120
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
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] <[email protected]>
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] <[email protected]>
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] <[email protected]>
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Has updated copyrights, so lots of little changes