Mintu Gogoi
Mintu Gogoi
**Description** Add a migration guide markdown to migrate from nunjucks to react render engine Related to #1255
We're planning to depreciate Nunjucks in favor of React for our templating system. This issue is to create a comprehensive migration guide and outline our deprecation process. 1. Migration Guide:...
### Why do we need this improvement? In PR #1177, we introduced the `compile` option in the generator and set its default value to `true`. This was implemented to ensure...
## Details Introduced conditional tracing at runtime by defining `set_tracing_active()` and `is_tracing_active()` functions in the config module ## Issues Resolves #2090 ## Testing I had craeted a test script that...
## Details Added NLTK-based sentiment analyzer metric that provides positive, negative, neutral, and compound sentiment scores for text evaluation. ## Issues Resolves #1151 ## Testing - Added unit tests for...
## Details Added the ability to Tag multiple traces at once within a Project ## Issues Resolves #1009 ## Testing https://github.com/user-attachments/assets/8217068c-fd97-4384-b2b3-2363bfdc70ba /claim #1009
A `map` API to `PathCompleter` and added its test, the `map` method allows customization of completion candidates after filtering, enabling use cases like highlighting directories, labeling etc
**Description** updates the `release-docker.yml` workflow to use Docker Buildx and QEMU, enabling the build and push of multi-architecture images. The GitHub Action image will now support both `linux/amd64` and `linux/arm64`...
# Description Implemented dynamic datasource removing themseleves and adding them at end blocks Fixes #2099 ## Type of change Please delete options that are not relevant. - [ ] Bug...