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

Allow copy and deepcopy of PYMC models #7492

Merged
merged 9 commits into from
Oct 3, 2024

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    b34742d View commit details
    Browse the repository at this point in the history
  2. added docs to methods

    Dekermanjian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    fe4e0c5 View commit details
    Browse the repository at this point in the history
  3. changed raise to warning, moved warning to low level clone_graph, add…

    …ed doc example, updated pytest
    Dekermanjian committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    bcb4309 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33c5766 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. simplified conditional for GP variables in fgraph and reverted docume…

    …ntation for clone_model function
    Dekermanjian committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    88fde25 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. parametrized tests to be more efficient, added test for adding determ…

    …inistics to clone model, added copy method to Model class
    Dekermanjian committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    90419cb View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    07106ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb00f85 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

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