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

Render matrices, compile true by default #134

Merged
merged 3 commits into from
Apr 26, 2023
Merged

Conversation

sritchie
Copy link
Member

@sritchie sritchie commented Apr 22, 2023

  • Render matrices, compile true by default #134:

    • Adds ->TeX handlers for matrix-by-rows and column-matrix.

    • matrices now freeze into (matrix-by-rows [...] [...]) instead of
      (matrix-by-rows (up ...) (up ...)).

    • functions in emmy.numerical.ode now set :compile? to true by default.

    • Fixes some TeX typos in a few of the literate notebooks.

@codecov
Copy link

codecov bot commented Apr 22, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.01 ⚠️

Comparison is base (734c98e) 86.38% compared to head (7fac677) 86.37%.

❗ Current head 7fac677 differs from pull request most recent head a450616. Consider uploading reports for the commit a450616 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #134      +/-   ##
==========================================
- Coverage   86.38%   86.37%   -0.01%     
==========================================
  Files          99       99              
  Lines       15399    15400       +1     
  Branches      798      800       +2     
==========================================
  Hits        13302    13302              
+ Misses       1299     1298       -1     
- Partials      798      800       +2     
Impacted Files Coverage Δ
src/emmy/numerical/derivative.cljc 88.98% <ø> (ø)
src/emmy/series/impl.cljc 95.58% <ø> (ø)
src/emmy/numerical/ode.cljc 91.22% <100.00%> (+0.07%) ⬆️

... and 2 files with indirect coverage changes

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

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@sritchie sritchie changed the title compile by default Render matrices, compile true by default Apr 26, 2023
@sritchie sritchie merged commit 072c297 into main Apr 26, 2023
@sritchie sritchie deleted the sritchie/compile_true branch April 26, 2023 10:16
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.

1 participant