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

feat: Reintroduce default bin finder constructor #1197

Merged

Commits on Mar 22, 2022

  1. feat: Reintroduce default bin finder constructor

    In Acts version 15.0.0, we see support being added for dynamic bins in
    the bin finder. However, this also means that we no longer have useful
    default constructors for this class. This has caused me a few issues in
    terms of backwards compatibility. I think it would be a good idea to
    reintroduce some sane default configuration for the bin finder, and I
    discussed with @LuisFelipeCoelho that having an empty list of z
    neighbours with a single phi neighbour would be a good default.
    stephenswat committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    8cea3ba View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2022

  1. Configuration menu
    Copy the full SHA
    f38bc76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ccdf26 View commit details
    Browse the repository at this point in the history