Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lmmentel/mendeleev
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.19.0
Choose a base ref
...
head repository: lmmentel/mendeleev
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.20.0
Choose a head ref
  • 12 commits
  • 37 files changed
  • 3 contributors

Commits on Nov 6, 2024

  1. [MNT] Add function to update model data from dataframe (#207)

    * add function to update a model data from dataframe
    
    * type hints
    lmmentel authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    d8a82ef View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. [ENH] Add Robles-Bartolotti and Gunnarsson-Lundqvist electronegativit…

    …ies (#208)
    
    * fetch new electronegativities
    
    * add electronegativity scales
    
    * update data docs
    
    * update readme
    
    * update electronegativity docs page
    
    * update electronegativity plotting function
    
    * fix img file name
    lmmentel authored Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c36bdb7 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. [ENH] Add supply risk attributes from RSC (#209)

    * add supply risk attributes
    
    * update function for updating the db
    
    * correct table
    lmmentel authored Nov 15, 2024
    Configuration menu
    Copy the full SHA
    a3655be View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

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

Commits on Dec 22, 2024

  1. [MNT] Automating rendering documentation tables (#211)

    * update
    
    * initial draft
    
    * update
    
    * move n_effective from utils to electronegativity
    
    * add data template
    
    * update template
    
    * remove sphinx extension
    
    * add a task to render docs
    
    * remove custom extension
    
    * update class link names
    
    * update and cleanup
    
    * Fix code scanning alert no. 23: Jinja2 templating with autoescape=False
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    
    * 💄
    
    * update imports
    
    ---------
    
    Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
    lmmentel and github-advanced-security[bot] authored Dec 22, 2024
    Configuration menu
    Copy the full SHA
    edfce37 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2024

  1. [FIX] Correct melting and boiling points for Carbon allotropes (#214)

    * correct db values and update PhaseTransition model
    
    * reduce number of rosw in test after removing diamond
    
    * update docs
    
    * add missing boiling point for red P
    
    * update melting_point and boiling_point to return either float or None
    
    * add tests for boiling and melting_points
    
    * update type annotations
    
    * simplify tests
    lmmentel authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    3d4b1ca View commit details
    Browse the repository at this point in the history
  2. [MNT] Deprecate Element.annotation (#215)

    * Deprecate annotation
    
    * add more TODO's
    lmmentel authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    bebb4de View commit details
    Browse the repository at this point in the history
  3. [MNT] Include python 3.13 in CI and drop python 3.8 (#191)

    * add python 3.13 to CI matrix
    
    * relax the python version and lock deps
    
    * bump poetry version
    
    * drop python 3.8
    
    * allow win-py3.13 to fail
    
    * allow numpy 2.0 for python >=3.12
    
    * drop allow-fail condition for windows-py3.13
    lmmentel authored Dec 28, 2024
    Configuration menu
    Copy the full SHA
    1329636 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2024

  1. [MNT] Increase test coverage (#216)

    * refactor fixtures
    
    * update tests
    
    * add test for electronegativity functions
    
    * 💄
    
    * add pytest-cov
    lmmentel authored Dec 29, 2024
    Configuration menu
    Copy the full SHA
    cbda8e7 View commit details
    Browse the repository at this point in the history
  2. update changelog

    lmmentel committed Dec 29, 2024
    Configuration menu
    Copy the full SHA
    f45fb7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fa13a76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d6dd7e5 View commit details
    Browse the repository at this point in the history
Loading