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: Point72/csp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.11
Choose a base ref
...
head repository: Point72/csp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8.0
Choose a head ref
  • 11 commits
  • 105 files changed
  • 6 contributors

Commits on Mar 1, 2025

  1. Bump ruff to 0.9, normalize conda recipes, clean docs to only use mak…

    …efile commands
    
    Add ruff isort to rules
    apply isort
    update settings
    
    Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
    timkpaine committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    3fe608f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. Handle type properly in pydantic type checking. Also improve error me…

    …ssages when incorrectly using generic type. (#471)
    
    Signed-off-by: Pascal Tomecek <pascal.tomecek@cubistsystematic.com>
    ptomecek authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    40c0f4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdccfb6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #329 from Point72/tkp/ruffclean

    Bump ruff to 0.9, add ruff isort, normalize conda recipes, clean docs to only use makefile commands
    timkpaine authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    a2ddfa0 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

  1. Bugfix in QueueWaiter wait. If eventsPending is already true when ent…

    …ering wait(), flag will never reset to false and we end up busy looping the rest of the run (#474)
    
    Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
    robambalu authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    ec9f701 View commit details
    Browse the repository at this point in the history
  2. Allow ParquetReader to read LARGE_STRING, LARGE_BINARY, LARGE_LIST ty…

    …pes from Arrow (#460)
    
    * Allow ParquetReader to read LARGE_STRING types from Arrow
    
    Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
    
    * Allow ParquetReader to read LARGE_BINARY types from Arrow
    
    Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
    
    * Allow ParquetReader to support LARGE_LIST Arrow types
    
    Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
    
    * Add tests for different types supported by ParquetReader
    
    Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
    
    * Fix tests, cleanup code, and address comments
    
    Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
    
    * Move member variables to protected
    
    Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
    
    ---------
    
    Signed-off-by: Arham Chopra <arham.chopra@cubistsystematic.com>
    arhamchopra authored Mar 5, 2025
    Configuration menu
    Copy the full SHA
    aafe7f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2025

  1. Add hasConverter convince method (#480)

    * Add hasConverter convince method
    
    Signed-off-by: alexd <alex.dobkin@point72.com>
    alexddobkin authored Mar 7, 2025
    Configuration menu
    Copy the full SHA
    a58eb8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81483c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2025

  1. Allow using pydantic for from_dict, schema for FastList (#479)

    * Allow using pydantic for from_dict, schema for FastList
    
    ---------
    
    Signed-off-by: Nijat Khanbabayev <nijat.khanbabayev@cubistsystematic.com>
    NeejWeej authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    56e7d32 View commit details
    Browse the repository at this point in the history
  2. Correct adjustment of annotations on OutputBasket type. Required for …

    …revalidation of output basket types when an int type is present (#484)
    
    Signed-off-by: Pascal Tomecek <pascal.tomecek@cubistsystematic.com>
    ptomecek authored Mar 9, 2025
    Configuration menu
    Copy the full SHA
    d22bd7d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. CSP v0.8.0 (#485)

    Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
    robambalu authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    a6ae087 View commit details
    Browse the repository at this point in the history
Loading