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

Separate OutcomeSpace and ProbabilitiesEstimator #285

Merged
merged 74 commits into from
Aug 18, 2023
Merged

Commits on Aug 1, 2023

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

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    3604513 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f19855f View commit details
    Browse the repository at this point in the history
  3. Silently deprecate. Remove warning.

    Fixes #283
    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    4220a6c View commit details
    Browse the repository at this point in the history
  4. New API for SpatialSymbolicPermutation too

    Fixes a bug too, where repeated outcomes were returned by `probabilities_and_outcomes`. This wasn't caught before, because the tests were wrong too.
    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    c227f19 View commit details
    Browse the repository at this point in the history
  5. Test outcome spaces

    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2f5552f View commit details
    Browse the repository at this point in the history
  6. Update deprecations

    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    387796c View commit details
    Browse the repository at this point in the history
  7. Remove link to deleted file

    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    ed07dcc View commit details
    Browse the repository at this point in the history
  8. Notation

    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    7adc26a View commit details
    Browse the repository at this point in the history
  9. Simplify docstring

    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b9c740e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c8fdce View commit details
    Browse the repository at this point in the history
  11. Clarify what m is

    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    9f85ef0 View commit details
    Browse the repository at this point in the history
  12. Consistent symbols

    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6d0fac5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    25018b5 View commit details
    Browse the repository at this point in the history
  14. Update summary page

    kahaaga committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a60b873 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    900cfdc View commit details
    Browse the repository at this point in the history
  2. Use fasthist! for dispersion too.

    No need for the intermediate function, since normalization happens later.
    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    af8eda5 View commit details
    Browse the repository at this point in the history
  3. More generic dispatch

    This saves many lines of code, and makes extension easier
    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6a10845 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe296af View commit details
    Browse the repository at this point in the history
  5. Generic dispatch

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    99fdc5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    159519b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb0204a View commit details
    Browse the repository at this point in the history
  8. Document is_counting_based

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d187bf2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fbe8126 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b9bbe6d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6af657d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6285410 View commit details
    Browse the repository at this point in the history
  13. Clean up Shrinkage

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    56ca6a4 View commit details
    Browse the repository at this point in the history
  14. Gather tests in one file

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    8cd469e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    071b268 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    debaf40 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a9bf279 View commit details
    Browse the repository at this point in the history
  18. Remove unfinished line

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1993d95 View commit details
    Browse the repository at this point in the history
  19. Update Project.toml

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    f237a0b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    614bab5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b21bd5f View commit details
    Browse the repository at this point in the history
  22. Remove @show statement

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    6127130 View commit details
    Browse the repository at this point in the history
  23. Remove generic dispatch

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    73befe1 View commit details
    Browse the repository at this point in the history
  24. Dedicated test files

    kahaaga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    1068594 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    81d6055 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    83a19e1 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. In-place sort

    kahaaga committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    acef213 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e55895 View commit details
    Browse the repository at this point in the history
  3. Define outcomes generically

    kahaaga committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    822c398 View commit details
    Browse the repository at this point in the history
  4. export allcounts

    kahaaga committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    cd3bf2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90eeda5 View commit details
    Browse the repository at this point in the history
  6. Move tests to correct folder

    kahaaga committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f3ed761 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1d6796 View commit details
    Browse the repository at this point in the history
  8. More tests

    kahaaga committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    1ea38b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8bf63a9 View commit details
    Browse the repository at this point in the history
  10. Tests for Diversity

    kahaaga committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    47ea285 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    673df1b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ec52734 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e36e49b View commit details
    Browse the repository at this point in the history
  14. Better description

    kahaaga committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6ca0f7a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4ce7d6d View commit details
    Browse the repository at this point in the history
  16. (merge small doc work of Datseris into PR#285 (#287)

    * re-wrote the terminology first wto paragraphs
    
    * re-write readme
    Datseris committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c7cf4df View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7139a44 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    cff7809 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    09cd5c5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7d70589 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1f0194c View commit details
    Browse the repository at this point in the history
  22. reorg probabilities file

    Datseris committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    98d6800 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a3d69db View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6086d2b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4f272ef View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c0415ac View commit details
    Browse the repository at this point in the history
  27. fix Sample Coverage

    Datseris committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    daf84f0 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    5171d27 View commit details
    Browse the repository at this point in the history
  29. typo in Shrinkage docs

    Datseris committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    5271352 View commit details
    Browse the repository at this point in the history
  30. delete samplecoverage

    Datseris committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    029242e View commit details
    Browse the repository at this point in the history
  31. Test file has changed name

    kahaaga committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    02db322 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a186729 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    16950d2 View commit details
    Browse the repository at this point in the history