Skip to content

Add logscale option, make no string normalization the default - #34

Merged
LSYS merged 30 commits into
mainfrom
patch
Oct 30, 2022
Merged

Add logscale option, make no string normalization the default#34
LSYS merged 30 commits into
mainfrom
patch

Conversation

@LSYS

@LSYSLSYS commented Oct 30, 2022

Copy link
Copy Markdown
Owner

No description provided.

LSYS added 27 commits October 21, 2022 17:06
update CI backend to mpl ax.errorbar API (closes#29, ref #28)
- making ll and hl default required option for asymmetric CIs (ref #28 & #29)
- forgot to propagate 'capitalize' option in main function (#27)
- propagating option for logscale from forestplot() function
- also fix ylimits with logscale
- pleasing black for plot.py
- Updating API options
- Removing `moerror`
- Add `logscale`
- Add `capitalize`
- removing `moerror` from all doc
- debugging TOC internal linking
- Capped CI is now possible
- Update readme-examples.ipynb for new capitalization option + behaviour
- default behavior for strings now is no normalization
- Add capitalize option (#52)
- Add installation from `conda-forge`
- Add note on contribution via PR
- Adding Python 3.11
- Adding test from `conda-forge` (#33)
@codecov

codecovBot commented Oct 30, 2022

Copy link
Copy Markdown

Codecov Report

Merging #34 (5ee2e47) into main (925f4a1) will increase coverage by 0.39%.
The diff coverage is 100.00%.

@@ Coverage Diff @@## main #34 +/- ##
==========================================
+ Coverage 97.36% 97.75% +0.39% 
==========================================
Files 11 11 Lines 1101 1070 -31 ==========================================
- Hits 1072 1046 -26 + Misses 29 24 -5 
Impacted FilesCoverage Δ
forestplot/arg_validators.py89.32% <ø> (+2.22%)⬆️
forestplot/text_utils.py100.00% <ø> (ø)
tests/test_plot.py100.00% <ø> (ø)
forestplot/graph_utils.py95.26% <100.00%> (+0.12%)⬆️
forestplot/plot.py97.80% <100.00%> (-0.03%)⬇️
tests/test_arg_validators.py100.00% <100.00%> (ø)
tests/test_graph_utils.py100.00% <100.00%> (ø)
tests/test_text_utils.py100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sonarqubecloud

Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed! Quality Gate passed

BugA0 Bugs
VulnerabilityA0 Vulnerabilities
Security HotspotA0 Security Hotspots
Code SmellA1 Code Smell

No Coverage information No Coverage information
0.0%0.0% Duplication

@LSYS
LSYS merged commit 3d4f8e9 into mainOct 30, 2022
@LSYS
LSYS deleted the patch branch October 30, 2022 09:59
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@LSYS