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

Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Conversation

sritchie
Copy link
Member

@sritchie sritchie commented Feb 23, 2022

Thank you to @ozimos for getting this started! This PR extends his work to other namespaces meant to be rendered in literate style.

  • Get Clerk working for many namespaces #485:

    • Bumps the JDK version for Github Actions to 17 from 8.

    • Adds a development dependency on Nextjournal's
      Clerk library, and begins the
      process of massaging various namespaces into proper literate essays
      display-able with Clerk. To run these, start a REPL and follow the
      instructions in dev/user.clj.

      • sicmutils.calculus.derivative and sicmutils.differential are now
    • Bumps the shadow-cljs dependency to version 2.17.4, and the included
      cljs version to 1.11.4. sicmutils.collection properly handles the new
      cljs IntegerRange class.

    • sicmutils.polynomial.factor now memoizes poly->factored-expression by
      default. If polynomial GCD fails inside that function the computation now
      proceeds with a warning instead of failing.

@codecov-commenter
Copy link

codecov-commenter commented Feb 23, 2022

Codecov Report

Merging #485 (1792b4a) into main (477fb91) will increase coverage by 0.04%.
The diff coverage is 69.23%.

@@            Coverage Diff             @@
##             main     #485      +/-   ##
==========================================
+ Coverage   86.39%   86.44%   +0.04%     
==========================================
  Files         101      102       +1     
  Lines       14513    14529      +16     
  Branches      752      751       -1     
==========================================
+ Hits        12538    12559      +21     
+ Misses       1223     1219       -4     
+ Partials      752      751       -1     
Impacted Files Coverage Δ
src/pattern/consequence.cljc 100.00% <ø> (ø)
src/pattern/match.cljc 100.00% <ø> (ø)
src/pattern/syntax.cljc 98.80% <ø> (ø)
src/sicmutils/abstract/function.cljc 83.80% <ø> (ø)
src/sicmutils/abstract/number.cljc 85.83% <ø> (ø)
src/sicmutils/algebra/fold.cljc 98.13% <ø> (ø)
src/sicmutils/calculus/basis.cljc 84.84% <ø> (ø)
src/sicmutils/calculus/connection.cljc 93.91% <ø> (ø)
src/sicmutils/calculus/coordinate.cljc 89.23% <ø> (ø)
src/sicmutils/calculus/covariant.cljc 85.46% <ø> (ø)
... and 101 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 477fb91...1792b4a. Read the comment docs.

@sritchie sritchie merged commit da5ab6d into main Mar 15, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants