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

Add LRP composites #84

Merged
merged 12 commits into from
Aug 8, 2022
Merged

Add LRP composites #84

merged 12 commits into from
Aug 8, 2022

Commits on Aug 5, 2022

  1. Initial functionality

    adrhill committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e814635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce88731 View commit details
    Browse the repository at this point in the history
  3. Add tests

    adrhill committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    271709d View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Refactor Composite primitives

    * rename `RuleMap` to `GlobalRuleMap`
    * add `RangeRule`
    * use `Vector{Pair}` for Type => Rule maps instead of Dicts
    adrhill committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    a6bac3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e583c0a View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    adrhill committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    81dd975 View commit details
    Browse the repository at this point in the history
  4. Fix RangeRule

    adrhill committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    f33652d View commit details
    Browse the repository at this point in the history
  5. Increase code coverage

    adrhill committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    73ec096 View commit details
    Browse the repository at this point in the history
  6. Fix Composite docstring

    adrhill committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    d9ced07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76001c5 View commit details
    Browse the repository at this point in the history
  8. Update simple example

    adrhill committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    74c105e View commit details
    Browse the repository at this point in the history
  9. Clean-up code

    adrhill committed Aug 8, 2022
    Configuration menu
    Copy the full SHA
    5771d18 View commit details
    Browse the repository at this point in the history