-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from LyzrCore/v0.1.21
Release v0.1.21
- Loading branch information
Showing
96 changed files
with
3,446 additions
and
6,601 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<!-- Instructions on how to fill this template: https://lyzr.atlassian.net/wiki/spaces/KB/pages/13303810/Pull+Request+Template --> | ||
<!-- Markdown cheatsheet: https://github.com/lifeparticle/Markdown-Cheatsheet/blob/main/README.md --> | ||
## Description | ||
|
||
<!-- Linear issue. REQUIRED --> | ||
|
||
**What**: <!-- What is the change? --> | ||
**Why**: <!--Why is this change happening? --> | ||
**How**: <!-- How is this change implemented? --> | ||
|
||
## What type of PR is this? | ||
|
||
- [ ] :gift: New feature (non-breaking change which adds functionality) | ||
- [ ] :bug: Bug fix (non-breaking change which fixes an issue) | ||
- [ ] :bomb: Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] :memo: Documentation update | ||
- [ ] :art: Refactor or style update | ||
- [ ] :fire: Performance improvements | ||
- [ ] :white_check_mark: Test | ||
- [ ] :robot: Build | ||
- [ ] :repeat: CI, review, release, devops, chore, etc. | ||
|
||
## Added tests? | ||
|
||
- [ ] :ballot_box_with_check: Yes | ||
- [ ] :negative_squared_cross_mark: No, and this is why: <!-- Why are there no tests? --> | ||
- [ ] :question: No, because I need help. | ||
|
||
## How can this be tested? | ||
|
||
**Test A** | ||
- Description: <!-- Describe the test that you ran. --> | ||
- Test Configuration: <!-- List any relevant details for your test configuration. --> | ||
- Test Instructions: <!-- Provide instructions so we can reproduce. --> | ||
- Libraries: <!-- List any relevant libraries with versions. --> | ||
- Expected Result: <!-- Describe the expected result. --> | ||
|
||
## [optional] Are there any post-deployment tasks we need to perform? | ||
|
||
## Checklist: | ||
|
||
- [ ] :sunglasses: My code follows the style guidelines of this project. | ||
- [ ] :ballot_box_with_check: I have performed a self-review of my code. | ||
- [ ] :bookmark_tabs: I have commented my code, particularly in hard-to-understand areas. | ||
- [ ] :bookmark: I have made corresponding changes to the documentation. | ||
- [ ] :warning: My changes generate no new warnings. | ||
- [ ] :monocle_face: I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] :white_check_mark: New and existing unit tests pass locally with my changes. | ||
- [ ] :link: Any dependent changes have been merged and published in downstream modules. | ||
|
||
## Required links: | ||
|
||
- **Linear Issue**: | ||
- **Testing Notebook** (Colab): | ||
- **Code Documentation** (Confluence): | ||
- **User Documentation** (Confluence): | ||
|
||
## Contributors: | ||
- Name 1 | ||
- Name 2 |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,7 @@ venv | |
.idea | ||
.lancedb | ||
|
||
.venv | ||
.venv | ||
*.csv | ||
generated_plots/ | ||
tests/ |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.