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

Dev - parallelize influence_of_iknots #57

Merged
merged 31 commits into from
Jan 11, 2024
Merged

Dev - parallelize influence_of_iknots #57

merged 31 commits into from
Jan 11, 2024

Commits on Jan 3, 2024

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

Commits on Jan 5, 2024

  1. add parrallel processing to influence_of_iknots; dev version to 0.3.0…

    ….9002
    
    Prior to this change influence_of_iknot used lapply and mapply and was
    fine until the number of knots to assess was several hundred.  the
    needed for parallel processing was made all most necessary
    
    This change will use pbapply or parallel to allow for parallel
    processing and progress bars
    
    re #17
    dewittpe committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    0a1c979 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0466a70 View commit details
    Browse the repository at this point in the history
  3. bug fix re #57

    dewittpe committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    6aa385b View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Configuration menu
    Copy the full SHA
    58b306f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b974f59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75407b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    d942896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea430cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f110e33 View commit details
    Browse the repository at this point in the history
  4. wip

    dewittpe committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    bc22007 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    56a42b2 View commit details
    Browse the repository at this point in the history
  6. wip

    dewittpe committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    954c708 View commit details
    Browse the repository at this point in the history
  7. wip - bug killing

    dewittpe committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c99d9ad View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45d3d9a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    65000ee View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Configuration menu
    Copy the full SHA
    33937a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    702175c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18e119b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d78eb51 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2c32749 View commit details
    Browse the repository at this point in the history
  6. update format of examples

    dewittpe committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    eca498b View commit details
    Browse the repository at this point in the history
  7. fix typo

    dewittpe committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f169015 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6883b5f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8176805 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    42fd053 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4d12c5e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    06e1631 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    53ab30a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e216c82 View commit details
    Browse the repository at this point in the history