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 missing CLI and INI options for a consistent API #181

Merged
merged 14 commits into from
Oct 19, 2023

Commits on May 20, 2023

  1. Configuration menu
    Copy the full SHA
    89abb18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    718308a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    232f479 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. Configuration menu
    Copy the full SHA
    02eec0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2864ecf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a41470 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    562b765 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d71296f View commit details
    Browse the repository at this point in the history
  6. Tidy formatting of options code

    using patterns from matplotlib#150
    ConorMacBride committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b066651 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8c12b1d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Test new config options

    Adds tests for the new config options across ini, CLI and kwarg where relevant. Asserts that they work and have the expected order of precedence. Still need to add dedicated tests for all the other options.
    ConorMacBride committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    cac5e00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47a83c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5913f4 View commit details
    Browse the repository at this point in the history
  4. Test new config options

    Adds tests for the new config options across ini, CLI and kwarg where relevant. Asserts that they work and have the expected order of precedence. Still need to add dedicated tests for all the other options.
    ConorMacBride committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    a36ac38 View commit details
    Browse the repository at this point in the history