Closed maclandrol closed 1 year ago
You can now do this efficiently:
Merging #203 (16af43f) into main (9bea940) will increase coverage by
0.52%
. The diff coverage is92.19%
.
@@ Coverage Diff @@
## main #203 +/- ##
==========================================
+ Coverage 91.48% 92.01% +0.52%
==========================================
Files 46 46
Lines 3664 3781 +117
==========================================
+ Hits 3352 3479 +127
+ Misses 312 302 -10
Flag | Coverage Δ | |
---|---|---|
unittests | 92.01% <92.19%> (+0.52%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
datamol/convert.py | 88.77% <ø> (-0.06%) |
:arrow_down: |
datamol/viz/utils.py | 88.23% <83.33%> (+3.61%) |
:arrow_up: |
datamol/viz/_lasso_highlight.py | 91.51% <91.74%> (+0.56%) |
:arrow_up: |
datamol/viz/_circle_grid.py | 92.81% <92.75%> (+14.10%) |
:arrow_up: |
datamol/types.py | 100.00% <100.00%> (ø) |
|
datamol/viz/_viz.py | 90.74% <100.00%> (+2.80%) |
:arrow_up: |
:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more
Changelogs
dm.circle_grid
(better management of molecule size, more drawing options exposed to the user, support of some of the key features ofto_image
including align and atom/bond highlightMinor refactoring of the viz module, with a new
image_to_file
functionChecklist:
feature
,fix
ortest
(or ask a maintainer to do it for you).This PR fixes #196 and #199