Thanks to visit codestin.com
Credit goes to github.com

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: LSYS/forestplot
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: LSYS/forestplot
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.2
Choose a head ref
  • 6 commits
  • 35 files changed
  • 1 contributor

Commits on Nov 20, 2022

  1. Create stale.yml (#36)

    Automatically closes selected issues after 30 days of inactivity.
    LSYS authored Nov 20, 2022
    Configuration menu
    Copy the full SHA
    63f3bef View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Create weekly.yml

    LSYS authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    63bed42 View commit details
    Browse the repository at this point in the history
  2. Debugging failed Python 3.6 build

    Debugging failed Python 3.6 build under ubuntu. 
    
    Removing Python 3.6. Not supported in current version of ubuntu (actions/setup-python#544)
    LSYS authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    d14960d View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Patch (#42) - Removing excessive whitespaces

    * Remove excessive vertical whitespace
    
    * Add matplotlib-inline as requirement
    
    * Add note to save using bbox_inches="tight" 
    
    * Add versioning
    
    * Add recipe to run readme-examples.ipynb notebook
    LSYS authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    337d288 View commit details
    Browse the repository at this point in the history
  2. Patch (#44)

    * Update readme-examples.ipynb (closes #43)
    LSYS authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    8641fe4 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Patch (#55)

    * Fix spacing issue at top of plot (fixes #48, #47)
    * Create notebook for some simple regression tests (closes #49)
    * Tidy imports using isort (closes #50)
    * Allowed thresholds and symbols for p-values to be passedthrough (fixes #51)
    * Fix different heigh and fontsize for confidence interval and p-value labels (fixes #53)
    * Update docs for RTD (closes #54) 
    * Freeze matplotlib-inline dependency in setup.py (closes #56)
    LSYS authored Feb 10, 2023
    Configuration menu
    Copy the full SHA
    30ee8d0 View commit details
    Browse the repository at this point in the history
Loading