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

Dev #110

Merged
merged 57 commits into from
Jul 11, 2021
Merged

Dev #110

merged 57 commits into from
Jul 11, 2021

Conversation

cscherrer
Copy link
Collaborator

@cscherrer cscherrer commented Jun 25, 2021

  • Added dependencies for ConstructionBase, FillArrays, and Tricks
  • Moved to using Realized for instantiations of many measures. This reduces allocation, and can be collected if we like
  • Lots of code reduction for For
  • Changed ProductMeasure to have f and par. par is a collection of parameters, and f is a function to apply to each entry
  • Changed Likelihood so the first argument is a Kernel
  • Added a Const constructor for representing constant functions (funny this isn't in Base that I know of)
  • 𝒹 and in log space are now written log𝒹 and ∫exp
  • Update kernel so the constructor is explicit, for cases where it's not type-level

@codecov
Copy link

codecov bot commented Jun 25, 2021

Codecov Report

Merging #110 (270f8bb) into master (48efa52) will decrease coverage by 3.20%.
The diff coverage is 25.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #110      +/-   ##
==========================================
- Coverage   34.27%   31.06%   -3.21%     
==========================================
  Files          45       50       +5     
  Lines         779      956     +177     
==========================================
+ Hits          267      297      +30     
- Misses        512      659     +147     
Impacted Files Coverage Δ
src/MeasureTheory.jl 50.00% <ø> (ø)
src/combinators/pointwise.jl 17.14% <0.00%> (-0.51%) ⬇️
src/combinators/power.jl 0.00% <0.00%> (-20.00%) ⬇️
src/combinators/spikemixture.jl 64.28% <0.00%> (ø)
src/combinators/weighted.jl 13.33% <0.00%> (-3.34%) ⬇️
src/const.jl 0.00% <0.00%> (ø)
src/density.jl 3.03% <0.00%> (-0.42%) ⬇️
src/domains.jl 46.66% <0.00%> (-3.34%) ⬇️
src/exp.jl 0.00% <0.00%> (ø)
src/parameterized/dirichlet.jl 0.00% <0.00%> (ø)
... and 26 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 48efa52...270f8bb. Read the comment docs.

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

github-actions bot commented Jul 7, 2021

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

github-actions bot commented Jul 8, 2021

Package name latest stable
Mitosis.jl
Soss.jl

* Add random sampling for log parametrized Poisson

* Use cleaner syntax for constructors
@github-actions
Copy link
Contributor

github-actions bot commented Jul 9, 2021

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

github-actions bot commented Jul 9, 2021

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

github-actions bot commented Jul 9, 2021

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

github-actions bot commented Jul 9, 2021

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@github-actions
Copy link
Contributor

Package name latest stable
Mitosis.jl
Soss.jl

@cscherrer cscherrer merged commit 08b623d into master Jul 11, 2021
@cscherrer cscherrer deleted the dev branch July 11, 2021 22:49
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.

3 participants