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 Pruner #331

Merged
merged 24 commits into from
Oct 13, 2024
Merged

Add Pruner #331

merged 24 commits into from
Oct 13, 2024

Commits on Aug 14, 2024

  1. Add RhinoCompute SDK

    NATSUME Hiroaki committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    cf631cd View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Add base RhinoCompute runner

    NATSUME Hiroaki committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3358314 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Add Pruner component

    NATSUME Hiroaki committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    45452bb View commit details
    Browse the repository at this point in the history
  2. Remove console logging in TLog.cs

    NATSUME Hiroaki committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    9dd5dd3 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Add base pruning impl

    NATSUME Hiroaki committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    f03816f View commit details
    Browse the repository at this point in the history
  2. Clean check_duplicate func to single python file

    NATSUME Hiroaki committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e39fc4e View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Add Pruner class

    NATSUME Hiroaki committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7cd6877 View commit details
    Browse the repository at this point in the history
  2. Add Pruner settings class

    NATSUME Hiroaki committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    23ee670 View commit details
    Browse the repository at this point in the history
  3. Update to use json settings in pruner

    NATSUME Hiroaki committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    618a494 View commit details
    Browse the repository at this point in the history
  4. Add reporter and stopper paths to Pruner settings

    NATSUME Hiroaki committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    78e7adb View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Add stop method to Pruner

    NATSUME Hiroaki committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0bd2fa9 View commit details
    Browse the repository at this point in the history
  2. Delete RhinoComputeWrapper

    NATSUME Hiroaki committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3cfa990 View commit details
    Browse the repository at this point in the history
  3. Refactor Pruner class to include report and stop methods

    NATSUME Hiroaki committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5fe2ce2 View commit details
    Browse the repository at this point in the history
  4. Add Pruner.Evaluate to error handling

    NATSUME Hiroaki committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d23a7aa View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Update to use json for prune reporter

    NATSUME Hiroaki committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    cf35432 View commit details
    Browse the repository at this point in the history
  2. Add intermediate value attribute report

    NATSUME Hiroaki committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    464f801 View commit details
    Browse the repository at this point in the history
  3. Refactor Pruner class to include report deletion

    NATSUME Hiroaki committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    32c5fac View commit details
    Browse the repository at this point in the history
  4. Add Pruner status handling

    NATSUME Hiroaki committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2989264 View commit details
    Browse the repository at this point in the history
  5. Add quit.fishing setting

    NATSUME Hiroaki committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    52a8ed1 View commit details
    Browse the repository at this point in the history
  6. Update CHAGELOG

    NATSUME Hiroaki committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    d55e1f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    09fef90 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2024

  1. Clean code

    NATSUME Hiroaki committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    eb0074f View commit details
    Browse the repository at this point in the history
  2. Clean code

    NATSUME Hiroaki committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    f1cf435 View commit details
    Browse the repository at this point in the history
  3. Clean code

    NATSUME Hiroaki committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    e0a6ec8 View commit details
    Browse the repository at this point in the history