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.1
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.2
Choose a head ref
  • 6 commits
  • 7 files changed
  • 1 contributor

Commits on Apr 3, 2023

  1. Minor updates to site-lisp/kpp.el (cf issue #76)

    site-lisp/kpp.el
    - Add #AUTOREDUCE to list of commands to be colorized
    - Enclose entire lambda command at line 107 in parentheses
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    256a476 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Add .readthedocs.yaml; Added ReadTheDocs badge to README.md

    .readthedocs.yaml
    - Added per instructions of issue readthedocs/readthedocs.org #10290
    
    README.md
    - Added a ReadTheDocs badge
    - Add badges after the title header
    
    CHANGELOG.md
    - Updated accordingly
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed May 11, 2023
    Configuration menu
    Copy the full SHA
    83f78fe View commit details
    Browse the repository at this point in the history
  2. Now use formats:all in .readthedocs.yaml

    .readthedocs.yaml
    - This will tell Sphinx to build documentation in all formats (htmlzip,
      epub, pdf).
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed May 11, 2023
    Configuration menu
    Copy the full SHA
    8a2c145 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Update "KPP revision history" page for ReadTheDocs

    docs/source/getting_started/00_revision_history.rst
    - Add sections for KPP 3.0.1 and KPP 3.0.2
    - In the KPP 3.0.0 section, now state that #INTEGRATOR none statements
      should be removed, as this is obsolete.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    7c37438 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md and version numbers for 3.0.2 release

    CHANGELOG.md
    - Update version number to 3.0.2 with the release date
    - Add statement that "#INTEGRATOR none" statements should be removed
    
    docs/source/conf.py
    src/gdata.h
    - Update version numbers from 3.0.1 to 3.0.2
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    32dcbb1 View commit details
    Browse the repository at this point in the history
  3. Updated CHANGELOG.md w/ info about update to kpp.el

    CHANGELOG.md
    - Note that minor issues in site-lisp/kpp.el (the configuration file
      for the KPP major mode in Emacs) have been fixed.
    
    Signed-off-by: Bob Yantosca <[email protected]>
    yantosca committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    07ab607 View commit details
    Browse the repository at this point in the history
Loading