JuliaApproximation / DomainSets.jl

A Julia package for describing domains as continuous sets of elements
MIT License
72 stars 12 forks source link

Don't export factors #98

Closed dlfivefifty closed 2 years ago

dlfivefifty commented 2 years ago

Adding new exports is a breaking change (and conflicts with ApproxFun) so should have waited to v0.6.

daanhb commented 2 years ago

sidenote - 0.5.7 hasn't been released yet, so the version number can stay

codecov[bot] commented 2 years ago

Codecov Report

Merging #98 (0c2c9ea) into master (df8bab8) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   85.29%   85.29%           
=======================================
  Files          31       31           
  Lines        2428     2428           
=======================================
  Hits         2071     2071           
  Misses        357      357           
Impacted Files Coverage Δ
src/DomainSets.jl 100.00% <ø> (ø)

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 df8bab8...0c2c9ea. Read the comment docs.