Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 30 commits into from
Oct 30, 2022
Merged

Conversation

LSYS
Copy link
Owner

@LSYS LSYS commented Oct 30, 2022

No description provided.

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
Copy link

codecov bot commented Oct 30, 2022

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 Files Coverage Δ
forestplot/arg_validators.py 89.32% <ø> (+2.22%) ⬆️
forestplot/text_utils.py 100.00% <ø> (ø)
tests/test_plot.py 100.00% <ø> (ø)
forestplot/graph_utils.py 95.26% <100.00%> (+0.12%) ⬆️
forestplot/plot.py 97.80% <100.00%> (-0.03%) ⬇️
tests/test_arg_validators.py 100.00% <100.00%> (ø)
tests/test_graph_utils.py 100.00% <100.00%> (ø)
tests/test_text_utils.py 100.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.

@sonarcloud
Copy link

sonarcloud bot commented Oct 30, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@LSYS LSYS merged commit 3d4f8e9 into main Oct 30, 2022
@LSYS LSYS deleted the patch branch October 30, 2022 09:59
Sign up for free to 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.

None yet

1 participant