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

Scoring refactoring #3116

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

Scoring refactoring #3116

wants to merge 11 commits into from

Commits on Mar 20, 2024

  1. Refacotred PointSet Scoring code

    OAGr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f15c353 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    373a7bf View commit details
    Browse the repository at this point in the history
  3. Minor refactoring

    OAGr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    1b993ab View commit details
    Browse the repository at this point in the history
  4. Implemented Result class

    OAGr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    4a312a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62734b8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    793942d View commit details
    Browse the repository at this point in the history
  7. Moving, from previous branch

    OAGr committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    8da89ca View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Merge branch 'main' into scoring-refactoring

    * main:
      Added published times to changelog
      dedupe pnpm lock file
      use node v20 for tests
      update README
      Improved Squiggle Playground to not show spinner on load when autorun=false
      First go at adding backend-saved autorun and other defaults
      Simple example of hub changing default autorun mode
      Added changeset
      Stop KDE from producing negative numbers
      ⬆️ Bump @codemirror/state from 6.4.0 to 6.4.1
      ⬆️ Bump @storybook/addon-docs from 7.6.12 to 7.6.17
    OAGr committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    d9e361a View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge branch 'main' into scoring-refactoring

    * main: (32 commits)
      configure engine field in package.json files to force Node v20 on Vercel
      use VERCEL_BRANCH_URL instead of VERCEL_URL
      Fixed tests
      Fixes for CR
      fix DefaultAuthStrategy
      update schema.graphql
      Create weak-ghosts-jam.md
      Require namespace for MixedSet.subtract, as it just uses a dict
      Minor cleanup
      Added SquiggleViewer with provider back
      Quick fix
      Made fixes for PR, Specification->Spec, title->name, description->documentation
      refactor specification components
      Refactors to extractSubsetThatSatisfiesThreshold
      Added changeset
      Added simple PointSet test
      Algorithm for overlaps to be more performant
      Added basic mixedSet fr functionality
      PointSetSupport -> MixedSet
      Minor comment cleanup
      ...
    OAGr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4e22f41 View commit details
    Browse the repository at this point in the history
  2. Fixed tests

    OAGr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    97164f6 View commit details
    Browse the repository at this point in the history
  3. Added changeset

    OAGr committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    8c14bd4 View commit details
    Browse the repository at this point in the history