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

Deprecate CifParser.get_structures() in favor of new parse_structures in which primitive defaults to False #3419

Merged
merged 10 commits into from
Nov 8, 2023

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    d0e2310 View commit details
    Browse the repository at this point in the history
  2. fix CifParser tests

    janosh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    7438180 View commit details
    Browse the repository at this point in the history
  3. add test to ensure CIfParser.get_structures() and Structure.from_file…

    …() remain consistent in the future
    janosh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    6d91157 View commit details
    Browse the repository at this point in the history
  4. Structure.from_file add type hints and fix doc str claiming primitive…

    … keyword only passed to CIF
    janosh committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4ea52bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22f6201 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. deprecate get_structures() and change primitive default to False in n…

    …ew parse_structures() method
    janosh committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a24298e View commit details
    Browse the repository at this point in the history
  2. use parse_structures in tests

    janosh committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    9fa1c89 View commit details
    Browse the repository at this point in the history
  3. fix TestCifTransmuter.test_init

    return self.parse_structures(*args, **kwargs)
    E       TypeError: CifParser.parse_structures() got multiple values for argument 'primitive'
    janosh committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8dcb7c4 View commit details
    Browse the repository at this point in the history
  4. add comment suggested by @JaGeo

    janosh committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c212952 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

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