-
Notifications
You must be signed in to change notification settings - Fork 27
Comparing changes
Open a pull request
base repository: rtdip/core
base: v0.9.1
head repository: rtdip/core
compare: v0.9.2
- 8 commits
- 123 files changed
- 3 contributors
Commits on Nov 20, 2023
-
Weather Query for Raw and Latest Table (#562)
* Weather Queries Signed-off-by: Amber-Rigg <[email protected]> * weather query tests Signed-off-by: Amber-Rigg <[email protected]> * Tests and Documentation Signed-off-by: Amber-Rigg <[email protected]> * Mkdocs Weather Update Signed-off-by: Amber-Rigg <[email protected]> * Sonar Fix and Black Fix Signed-off-by: Amber-Rigg <[email protected]> * Black formatting Signed-off-by: Amber-Rigg <[email protected]> * Imporved Code Coverage Signed-off-by: Amber-Rigg <[email protected]> * Code Smells and Black Signed-off-by: Amber-Rigg <[email protected]> * reduce duplication in sonar Signed-off-by: Amber-Rigg <[email protected]> * Reduce duplicates Signed-off-by: Amber-Rigg <[email protected]> * sql_query addition Signed-off-by: Amber-Rigg <[email protected]> * Type definition Signed-off-by: Amber-Rigg <[email protected]> * Merge Querdy Builder to reduce duplication Signed-off-by: Amber-Rigg <[email protected]> * Remove weather folder Signed-off-by: Amber-Rigg <[email protected]> * Remove duplication in weather_query_builder Signed-off-by: Amber-Rigg <[email protected]> * File Structure For Weather Query Signed-off-by: Amber-Rigg <[email protected]> * Black reformat Signed-off-by: Amber-Rigg <[email protected]> * Changes for tests Signed-off-by: Amber-Rigg <[email protected]> * Remove Files Signed-off-by: Amber-Rigg <[email protected]> * test for weather query builder Signed-off-by: Amber-Rigg <[email protected]> * Improved Tests Signed-off-by: Amber-Rigg <[email protected]> * black formatting Signed-off-by: Amber-Rigg <[email protected]> * Remove duplication in tests Signed-off-by: Amber-Rigg <[email protected]> * Remove query fiel for debugging Signed-off-by: Amber-Rigg <[email protected]> * Add Sample and remove duplication Signed-off-by: Amber-Rigg <[email protected]> * Md for documentation Signed-off-by: Amber-Rigg <[email protected]> * remove duplicated parameter dicts Signed-off-by: Amber-Rigg <[email protected]> * Remove duplication Signed-off-by: Amber-Rigg <[email protected]> * black format Signed-off-by: Amber-Rigg <[email protected]> * fix test and deduplication Signed-off-by: Amber-Rigg <[email protected]> * refactor code Signed-off-by: Amber-Rigg <[email protected]> * Code Smells Signed-off-by: Amber-Rigg <[email protected]> * black formatting Signed-off-by: Amber-Rigg <[email protected]> * NOSONAR addition Signed-off-by: Amber-Rigg <[email protected]> * Update to sample documentation Signed-off-by: Amber-Rigg <[email protected]> --------- Signed-off-by: Amber-Rigg <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 789ff10 - Browse repository at this point
Copy the full SHA 789ff10View commit details
Commits on Nov 24, 2023
-
Summary of Statistics Query with Documentation and Unit Tests (#582)
* add summary times series queryto query builder Signed-off-by: Chloe Ching <[email protected]> * add summary Signed-off-by: Chloe Ching <[email protected]> * updates Signed-off-by: Chloe Ching <[email protected]> * summary statistics documentation Signed-off-by: Chloe Ching <[email protected]> * summary function unit tests Signed-off-by: Chloe Ching <[email protected]> * documentation queries folder restructure Signed-off-by: Chloe Ching <[email protected]> * Update doc links for folder restructure Signed-off-by: Chloe Ching <[email protected]> * link samples summary Signed-off-by: Chloe Ching <[email protected]> * updates Signed-off-by: Chloe Ching <[email protected]> * remove parameter from summary test Signed-off-by: Chloe Ching <[email protected]> --------- Signed-off-by: Chloe Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb444f7 - Browse repository at this point
Copy the full SHA fb444f7View commit details
Commits on Nov 27, 2023
-
* Summary statistics api Signed-off-by: Chloe Ching <[email protected]> * summary statistics api tests Signed-off-by: Chloe Ching <[email protected]> * updates Signed-off-by: Chloe Ching <[email protected]> * fix code smells Signed-off-by: Chloe Ching <[email protected]> * fix duplications Signed-off-by: Chloe Ching <[email protected]> * fix duplications in test summary Signed-off-by: Chloe Ching <[email protected]> --------- Signed-off-by: Chloe Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 70a4174 - Browse repository at this point
Copy the full SHA 70a4174View commit details
Commits on Nov 28, 2023
-
fix standard deviation bug (#591)
Signed-off-by: Chloe Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a2c54ee - Browse repository at this point
Copy the full SHA a2c54eeView commit details -
Update documentation links on APIs (#592)
* fix standard deviation bug Signed-off-by: Chloe Ching <[email protected]> * update api doc links Signed-off-by: Chloe Ching <[email protected]> --------- Signed-off-by: Chloe Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fafa29c - Browse repository at this point
Copy the full SHA fafa29cView commit details
Commits on Nov 29, 2023
-
Source connector for CASIO System Level Data (#579)
* Adding CAISO Sources Signed-off-by: Shivam Saxena <[email protected]> * Adding CAISO System Level Forecast Sources with UnitTesting and Docs Signed-off-by: Shivam Saxena <[email protected]> * Removing unnecessary code Signed-off-by: Shivam Saxena <[email protected]> * Fixing Compatibility issues between Pandas 2.0 and PySpark Signed-off-by: Shivam Saxena <[email protected]> * Fixing Black Check Signed-off-by: Shivam Saxena <[email protected]> * Fixing DCO and Black issues Signed-off-by: Shivam Saxena <[email protected]> * Code cleanups + Pandas backwards compatibility support Signed-off-by: Shivam Saxena <[email protected]> * Fixing Sonar Checks Signed-off-by: Shivam Saxena <[email protected]> --------- Signed-off-by: Shivam Saxena <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 35599c4 - Browse repository at this point
Copy the full SHA 35599c4View commit details
Commits on Nov 30, 2023
-
Refactored Time series Unit Tests (#598)
* restructure test folder Signed-off-by: Chloe Ching <[email protected]> * fix pytest collection error Signed-off-by: Chloe Ching <[email protected]> * update Signed-off-by: Chloe Ching <[email protected]> * move test utils Signed-off-by: Chloe Ching <[email protected]> * Refactored raw and resample unit tests Signed-off-by: Chloe Ching <[email protected]> * remove import from test raw Signed-off-by: Chloe Ching <[email protected]> * refactored interpolate unit test Signed-off-by: Chloe Ching <[email protected]> * refactor unit tests of time series functions Signed-off-by: Chloe Ching <[email protected]> * created a utils folder inside test queries Signed-off-by: Chloe Ching <[email protected]> * fix test api errors Signed-off-by: Chloe Ching <[email protected]> * fix error Signed-off-by: Chloe Ching <[email protected]> * fix errors in metadata and resample imports Signed-off-by: Chloe Ching <[email protected]> * updates Signed-off-by: Chloe Ching <[email protected]> * fix unit tests Signed-off-by: Chloe Ching <[email protected]> * fix summary and raw unit tests Signed-off-by: Chloe Ching <[email protected]> * added reample query Signed-off-by: Chloe Ching <[email protected]> --------- Signed-off-by: Chloe Ching <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e816ea6 - Browse repository at this point
Copy the full SHA e816ea6View commit details
Commits on Dec 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 24c8efb - Browse repository at this point
Copy the full SHA 24c8efbView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.9.1...v0.9.2