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: adelq/thermochem
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.2
Choose a base ref
...
head repository: adelq/thermochem
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 4 files changed
  • 3 contributors

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    7dea8c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eeb21de View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. Merge pull request #25 from adelq/janaf-units

    Fix Janaf units
    ZGainsforth authored Sep 22, 2022
    Configuration menu
    Copy the full SHA
    ada4e68 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. add l,g as a valid phase type

    djbower committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    ba60ec8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Merge pull request #29 from djbower/master

    Add l,g as a valid phase type
    ZGainsforth authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    c43a817 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Raise ParserWarning not ParserError for Pandas > 1.3.5

    Raise a ParserWarning to avoid the ParserError `pandas.errors.ParserError: Defining usecols with out-of-bounds indices is not allowed.` when using Pandas>1.3.5.  Now a warning is output for the problematic lines (which relate to comments in the JANAF data).
    
    Tested on an example txt file: https://janaf.nist.gov/tables/H-066.txt
    djbower committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    978495d View commit details
    Browse the repository at this point in the history
  2. Update Pandas version

    This is related to pull request #30, which requires at least Pandas 1.3.0 for the `on_bad_lines` keyword argument to be available.
    
    See https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.read_csv.html
    djbower committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f35dc37 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #30 from ExPlanetology/master

    Raise ParserWarning not ParserError for Pandas > 1.3.5
    ZGainsforth authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f40c451 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Update dependency versions (#31)

    * Update dependency versions
    
    Minimum requirements for pandas 1.3.0.
    
    * Update setup.py
    
    Update dependencies
    djbower authored Apr 8, 2024
    Configuration menu
    Copy the full SHA
    579d3c4 View commit details
    Browse the repository at this point in the history
Loading