Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rtdip/core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: rtdip/core
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.2
Choose a head ref
  • 8 commits
  • 123 files changed
  • 3 contributors

Commits on Nov 20, 2023

  1. 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]>
    Amber-Rigg authored Nov 20, 2023
    Configuration menu
    Copy the full SHA
    789ff10 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. 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]>
    cching95 authored Nov 24, 2023
    Configuration menu
    Copy the full SHA
    fb444f7 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Summary Statistics API (#588)

    * 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]>
    cching95 authored Nov 27, 2023
    Configuration menu
    Copy the full SHA
    70a4174 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. fix standard deviation bug (#591)

    Signed-off-by: Chloe Ching <[email protected]>
    cching95 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    a2c54ee View commit details
    Browse the repository at this point in the history
  2. 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]>
    cching95 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fafa29c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. 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]>
    IW-SS authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    35599c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. 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]>
    cching95 authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e816ea6 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge pull request #600 from rtdip/develop

    v0.9.2
    cching95 authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    24c8efb View commit details
    Browse the repository at this point in the history
Loading