Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor transform_messages #1631

Merged
merged 15 commits into from
Feb 20, 2024
Merged

Commits on Feb 11, 2024

  1. refactored code to simplify

    dkirsche committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    2b9b486 View commit details
    Browse the repository at this point in the history
  2. optimize function. Instead of iterating over each character, guess at…

    … size and then iterate by token.
    dkirsche committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    fb0e28a View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. adding tests

    dkirsche committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    dbfae86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    010957f View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Add missing tests

    dkirsche committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c1c4695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eff57a2 View commit details
    Browse the repository at this point in the history
  3. minor test fix

    dkirsche committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    c8ff126 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07e5c7c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    6b411ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e94398c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5caa76a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b87211 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Merge pull request #1 from gagb/refactor_transform

    Fix notebook and improve trunc algo to prioritize most recent messages.
    dkirsche committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    4e1def3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03b21cb View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    350aa4a View commit details
    Browse the repository at this point in the history