8000 0.19.0 release prep by sritchie · Pull Request #369 · sicmutils/sicmutils · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

0.19.0 release prep #369

Merged
merged 6 commits into from
Jun 4, 2021
Merged

0.19.0 release prep #369

merged 6 commits into from
Jun 4, 2021

Conversation

sritchie
Copy link
Member
@sritchie sritchie commented Jun 2, 2021

This PR prepares the 0.19.0 release. In addition, here are a few small changes:

  • Removes JVM dependencies on Guava and nrepl.

  • Removes sicmutils.env/sicmutils-repl-init; this is only used by lein repl, and we now accomplish the same task with the :repl-options entry in
    project.clj.

  • Makes sicmutils.polynomial.{factor,gcd} available to SCI via the
    sicmutils.env.sci namespace

  • moves a few namespaces to more valid locations, now that the rational
    function and polynomial namespaces are tidied:

    • sicmutils.numerical.interpolate.polynomial ->
      sicmutils.polynomial.interpolate

    • sicmutils.numerical.interpolate.richardson ->
      sicmutils.polynomial.richardson

    • sicmutils.numerical.interpolate.rational ->
      sicmutils.rational-function.interpolate

@codecov-commenter
Copy link

Codecov Report

Merging #369 (0c98538) into master (29befcb) will increase coverage by 0.19%.
The diff coverage is 99.06%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #369      +/-   ##
==========================================
+ Coverage   84.01%   84.20%   +0.19%     
==========================================
  Files          97       97              
  Lines       12872    12858      -14     
  Branches      674      677       +3     
==========================================
+ Hits        10814    10827      +13     
+ Misses       1384     1354      -30     
- Partials      674      677       +3     
Impacted Files Coverage Δ
src/sicmutils/calculus/manifold.cljc 75.81% <ø> (ø)
src/sicmutils/env.cljc 93.25% <ø> (+0.95%) ⬆️
src/sicmutils/numerical/derivative.cljc 89.21% <ø> (ø)
...sicmutils/numerical/quadrature/bulirsch_stoer.cljc 97.29% <ø> (ø)
src/sicmutils/numerical/quadrature/simpson38.cljc 55.55% <0.00%> (ø)
src/sicmutils/simplify.cljc 95.38% <ø> (-0.33%) ⬇️
src/sicmutils/abstract/number.cljc 84.82% <100.00%> (+1.48%) ⬆️
src/sicmutils/env/sci.cljc 96.70% <100.00%> (+0.07%) ⬆️ 8A63
src/sicmutils/numerical/quadrature/boole.cljc 100.00% <100.00%> (ø)
src/sicmutils/numerical/quadrature/midpoint.cljc 90.90% <100.00%> (ø)
... and 15 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 29befcb...0c98538. Read the comment docs.

@sritchie sritchie merged commit d211a28 into master Jun 4, 2021
@sritchie sritchie deleted the sritchie/019 branch November 21, 2021 14:04
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
0