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

Feature / Request History options #1141

Merged
merged 14 commits into from
Nov 2, 2023
Merged

Feature / Request History options #1141

merged 14 commits into from
Nov 2, 2023

Commits on Oct 18, 2023

  1. due to LibeSpecs options being attributes instead of keys, they reall…

    …y shouldn't have double quotes. Plus this makes the tabs resemble the autodoc_pydantic output more. Did this while initially adding the new History options
    jlnav committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9940b64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0253a7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7a41af View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    e9aa0a8 View commit details
    Browse the repository at this point in the history
  2. add _save_H_on_complete, which activates in final_receive_and_kill if…

    … save_H_on_completion is set
    jlnav committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ec0fe86 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6236d45 View commit details
    Browse the repository at this point in the history
  4. add prefix-option to test

    jlnav committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    089c77a View commit details
    Browse the repository at this point in the history
  5. add output file-tests to test

    jlnav committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    012b413 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. manager now performs a similar save_every_k routine upon completion. …

    …filenames should be identical to normal save_every_k files
    jlnav committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    5f91ef6 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. also perform every_k_sim save upon final_receive_and_kill, even if sa…

    …ve_every_k_sims is not set
    jlnav committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    17503f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae64e1f View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    c83fe79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ad3ab5 View commit details
    Browse the repository at this point in the history
  3. it would be uncommon, but if user sets save_H_on_completion=False and…

    … a save_every_k, don't overwrite
    jlnav committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    5486072 View commit details
    Browse the repository at this point in the history