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

Merge develop branch changes into the master branch #288

Merged
merged 40 commits into from
Jul 10, 2024
Merged

Merge develop branch changes into the master branch #288

merged 40 commits into from
Jul 10, 2024

Commits on Jun 3, 2024

  1. Configuration menu
    Copy the full SHA
    7da4bbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61088bb View commit details
    Browse the repository at this point in the history
  3. Remove unused imports

    AntObi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    fe74324 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9861770 View commit details
    Browse the repository at this point in the history
  5. Mock tabulate

    AntObi committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    2256c44 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f575ac View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    d55dd33 View commit details
    Browse the repository at this point in the history
  2. Update test_doper.py

    AntObi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    4a873dc View commit details
    Browse the repository at this point in the history
  3. Update doper.py

    AntObi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    ad7e6ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fce554 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51bd29c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e58ef9b View commit details
    Browse the repository at this point in the history
  7. Merge pull request #260 from AntObi/species_updates

    [WIP] Add option to use pre-supplied embeddings within SMACT for the dopant_prediction module
    AntObi authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    846e09a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1bdf479 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e594eb View commit details
    Browse the repository at this point in the history
  10. Remove package_dir

    AntObi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    32413b0 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #261 from AntObi/species_updates

    Include SkipSpecies cosine similarities in package files
    AntObi authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    988bb07 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b2ba2ba View commit details
    Browse the repository at this point in the history
  13. Update setup.py

    AntObi committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    44cd2a1 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #262 from WMD-group/revert-261-species_updates

    Revert "Include SkipSpecies cosine similarities in package files"
    AntObi authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    301c332 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a8047e6 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #263 from WMD-group/update_colab_examples

    Install SMACT from develop branch in notebook example on colab
    AntObi authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    c9dccb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    b45603f View commit details
    Browse the repository at this point in the history
  2. Fix docstring

    AntObi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    daa9ff0 View commit details
    Browse the repository at this point in the history
  3. Update docstring

    AntObi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    7a7de52 View commit details
    Browse the repository at this point in the history
  4. Pin numpy<2

    AntObi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    226f41c View commit details
    Browse the repository at this point in the history
  5. Fix installation instructions

    AntObi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a805bcf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88019d9 View commit details
    Browse the repository at this point in the history
  7. Fix docstring

    AntObi committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cbf7515 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #282 from AntObi/smact_validity_updates

    Add oxidation states option to SMACT validity function
    AntObi authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    5d75a82 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    422f813 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dd042e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c81d5e View commit details
    Browse the repository at this point in the history
  4. Update docstrings

    AntObi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    55dfa8c View commit details
    Browse the repository at this point in the history
  5. Merge pull request #285 from AntObi/doper_fixes

    Add `cmap` option to doper plots
    AntObi authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    36025e6 View commit details
    Browse the repository at this point in the history
  6. Update conf.py

    AntObi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    eaffd38 View commit details
    Browse the repository at this point in the history
  7. Update version in setup.py

    AntObi committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bb102d1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7ce4f5 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #286 from AntObi/release_2.6

    Preparation for v2.6
    AntObi authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    bdb5cc8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #287 from WMD-group/master

    Merge dependabot changes into develop branch
    AntObi authored Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7d89173 View commit details
    Browse the repository at this point in the history