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 a session manager #134

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Mar 15, 2023

  1. add original session-manager from Philip

    Lucas Johnson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1fb44ec View commit details
    Browse the repository at this point in the history
  2. allow changes to parts of a global dict within a session without repl…

    …acing entire dict
    Lucas Johnson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    32adc9d View commit details
    Browse the repository at this point in the history
  3. allow exe and log_dir to be absolute or relative paths

    Lucas Johnson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    c05bc4d View commit details
    Browse the repository at this point in the history
  4. allow log filename extra and header to not be set

    Lucas Johnson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    d653c81 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    66d278d View commit details
    Browse the repository at this point in the history
  6. black-reformat

    Lucas Johnson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9a3428f View commit details
    Browse the repository at this point in the history
  7. add usage comments back to top

    Lucas Johnson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9e0689a View commit details
    Browse the repository at this point in the history
  8. rename to be more python-y

    Lucas Johnson committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    fb1a3a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. add original readme

    Lucas Johnson committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    101fe20 View commit details
    Browse the repository at this point in the history
  2. minor updates to the readme

    Lucas Johnson committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    2aeb2ac View commit details
    Browse the repository at this point in the history