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: rgbkrk/genai Loading
base: v2.0.0
Choose a base ref
...
head repository: rgbkrk/genai Loading
compare: v2.1.0
Choose a head ref
  • 5 commits
  • 13 files changed
  • 3 contributors

Commits on Mar 28, 2023

  1. chore: move configurations to pyproject.toml (#76)

    * chore: move mypy configuration to pyproject.toml
    
    * chore: move pytest configuration to pyproject.toml
    
    * chore: drop redudant metadata from setup.cfg
    SauravMaheshkar committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    03b0c40 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Enhanced Summarization for DataFrames and Series (#75)

    * create a better summary of DataFrames
    
    * summarize series
    
    * more testing
    
    * set up a patched sampler for dataframes
    
    * isort, usort, weallsort
    
    * test another dataframe genai repr
    
    * test the series repr
    
    * test a dict series
    rgbkrk committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    e14fbd3 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Bump requests from 2.28.2 to 2.31.0 (#80)

    Bumps [requests](https://github.com/psf/requests) from 2.28.2 to 2.31.0.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.28.2...v2.31.0)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    73a27e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Update poetry (#84)

    * clean up the poetry deps
    
    * remove unused dep
    rgbkrk committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    02a803b View commit details
    Browse the repository at this point in the history
  2. Release 2.1.0 (#85)

    * update changelog
    
    * Bump version: 2.0.0 → 2.1.0
    rgbkrk committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    75720c8 View commit details
    Browse the repository at this point in the history
Loading