Skip to content

v0.14.0#903

Merged
cching95 merged 513 commits intomainfrom
develop
Oct 13, 2025
Merged

v0.14.0#903
cching95 merged 513 commits intomainfrom
develop

Conversation

@cching95
Copy link
Copy Markdown
Collaborator

@cching95 cching95 commented Oct 6, 2025

No description provided.

dh1542 and others added 30 commits December 4, 2024 14:40
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: mollle <leonmariusmoll@gmail.com>
Signed-off-by: mollle <leonmariusmoll@gmail.com>
…entifyMissingDataIntervall and adjusted test_data.csv

Signed-off-by: mollle <leonmariusmoll@gmail.com>
Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
This reverts commit 51c7178.

Signed-off-by: Felipe Trost <felipe.trost@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
Signed-off-by: Dominik Hoffmann <dominik151099@outlook.de>
…Refactor-unit-tests

Feature/#62 interval filtering refactor unit tests
Signed-off-by: Timm638 <Timm638@gmail.com>
Signed-off-by: Timm638 <Timm638@gmail.com>
TugceOzberkYener and others added 21 commits March 18, 2025 09:57
* Package Updates

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

* Add check for langchain packages

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

* Fix linting error

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

---------

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>
Signed-off-by: GBBBAS <42962356+GBBBAS@users.noreply.github.com>
* Package Updates

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

* Add check for langchain packages

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

---------

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>
Signed-off-by: GBBBAS <42962356+GBBBAS@users.noreply.github.com>
* Update spelling of sort

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

* Update sonarcloud workflow

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

* Update micromamba environment

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

* Updates for Interpolate Query

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

* Updates to databricks-sdk

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>

---------

Signed-off-by: GBBBAS <bryce.bartmann@shell.com>
* refactor summary query

Signed-off-by: cching95 <chloe.ching@shell.com>

* refactor summary query and unit test

Signed-off-by: cching95 <chloe.ching@shell.com>

* test fix

Signed-off-by: cching95 <chloe.ching@shell.com>

* undo test fix

Signed-off-by: cching95 <chloe.ching@shell.com>

* change CreateJob class to a dictionary and update code to get from dictionary

Signed-off-by: cching95 <chloe.ching@shell.com>

* update unit tests to remove CreateJobs class

Signed-off-by: cching95 <chloe.ching@shell.com>

* revert changes and add CreateJobs class

Signed-off-by: cching95 <chloe.ching@shell.com>

* update changes to example

Signed-off-by: cching95 <chloe.ching@shell.com>

* update databricks sdk version imports

Signed-off-by: cching95 <chloe.ching@shell.com>

* add sonar exceptions

Signed-off-by: cching95 <chloe.ching@shell.com>

* add protobuf version and sonar exceptions

Signed-off-by: cching95 <chloe.ching@shell.com>

* update sonar exclusions

Signed-off-by: cching95 <chloe.ching@shell.com>

* remove commented out code in summary query

Signed-off-by: cching95 <chloe.ching@shell.com>

---------

Signed-off-by: cching95 <chloe.ching@shell.com>
Signed-off-by: GBBBAS <42962356+GBBBAS@users.noreply.github.com>
Co-authored-by: GBBBAS <42962356+GBBBAS@users.noreply.github.com>
* refactored plot query

Signed-off-by: cching95 <chloe.ching@shell.com>

* Refactor Plot Query and Unit Tests

Signed-off-by: cching95 <chloe.ching@shell.com>

* Fix Plot unit test

Signed-off-by: cching95 <chloe.ching@shell.com>

---------

Signed-off-by: cching95 <chloe.ching@shell.com>
* fix time weighted average query to accept metadata as an option for step and remove default for window size mins in twa api

Signed-off-by: cching95 <chloe.ching@shell.com>

* fix mkdoc warnings

Signed-off-by: cching95 <chloe.ching@shell.com>

---------

Signed-off-by: cching95 <chloe.ching@shell.com>
* remove window_size_mins parameter from TWA

Signed-off-by: cching95 <chloe.ching@shell.com>

* add default value as metadata for step if not provided

Signed-off-by: cching95 <chloe.ching@shell.com>

---------

Signed-off-by: cching95 <chloe.ching@shell.com>
@linux-foundation-easycla
Copy link
Copy Markdown

linux-foundation-easycla bot commented Oct 6, 2025

CLA Missing ID CLA Not Signed

Signed-off-by: cching95 <73163191+cching95@users.noreply.github.com>
@cching95 cching95 changed the title v0.13.4 v0.14.0 Oct 13, 2025
@cching95 cching95 merged commit ce72193 into main Oct 13, 2025
39 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.