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: KineticPreProcessor/KPP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.0.0
Choose a base ref
...
head repository: KineticPreProcessor/KPP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0.1
Choose a head ref
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on Dec 2, 2022

  1. RTD update: Change $echo PATH to which kpp in 01_installation.rst

    docs/source/getting_started/01_installation.rst
    - Now instruct users to type "which kpp" instead of "echo $PATH"
      (h/t Mike Long, @msl3v)
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    947806b View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. change array from static allocation to dynamic

    Patrick Obin Sturm authored and Patrick Obin Sturm committed Jan 15, 2023
    Configuration menu
    Copy the full SHA
    dae316f View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2023

  1. Updated CHANGELOG.md; Set version numbers to 3.0.1

    CHANGELOG.md
    - Add blurb about the STOICHMAT seg fault fix under version 3.0.1
    
    docs/source/conf.py
    src/gdata.h
    - Update version number from 3.0.0 to 3.0.1
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    e3b53e8 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

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

Commits on Mar 16, 2023

  1. Initial CITATION.cff

    I used the online CFF creation tool, following the info
    on the RTD site, then added the paper citation
    zmoon committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    63396cb View commit details
    Browse the repository at this point in the history
  2. Zenodo that goes to v3 latest

    zmoon committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    addd8bd View commit details
    Browse the repository at this point in the history
  3. Update Zenodo badge to latest version

    note: could use the auto-latest one here too
    10.5281/zenodo.6828025
    zmoon committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    0d6e501 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Merge PR #74 (add CITATION.cff) in to KPP 3.0.1

    This merge brings PR #74, which adds a CITATION.cff file with the KPP 3.0.0
    paper citation.  This allows the "Cite this repository" option to be added
    to GitHub.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3e25e88 View commit details
    Browse the repository at this point in the history
  2. Merge PR #67 (use dynamic array allocation) into KPP 3.0.1

    This merge brings PR #67 (declaring arrays with the actual number of
    equations and species instead of the maximum number) by @obin1.  This
    should help compiling KPP-generated mechanisms on MacOS, where there
    is less stack memory available.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    855f02a View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md and docs/source/conf.py for 3.0.1 release

    CHANGELOG.md
    - Added release dates back to 2.4.0
    - Added info about CITATION.cff update to 3.0.1 section
    
    docs/source/conf.py
    - Changed copyright date to 2023
    - Also updated authors list to match the autohrs of the KPP 3.0.0 paper
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    70008a6 View commit details
    Browse the repository at this point in the history
  4. KPP 3.0.1 release

    This release contains the following updates since KPP 3.0.0
    
    1. PR #67 (change arrays from static allocation to dynamic)
    2. PR #74 (Add CITATION.cff to activate "Cite this Repository" on GitHub)
    3. Minor updates for ReadTheDocs
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e760757 View commit details
    Browse the repository at this point in the history
Loading