Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Mar 11:28
3a73767

SlicedDistributions v1.0.0

Merged pull requests:

  • CompatHelper: add new compat entry for PDMats at version 0.11, (keep existing compat) (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for IntervalArithmetic at version 0.19, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for CovarianceEstimation at version 0.2, (keep existing compat) (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for HCubature at version 1, (keep existing compat) (#5) (@github-actions[bot])
  • CompatHelper: add new compat entry for StatsBase at version 0.33, (keep existing compat) (#6) (@github-actions[bot])
  • CompatHelper: add new compat entry for TransitionalMCMC at version 0.4, (keep existing compat) (#7) (@github-actions[bot])
  • CompatHelper: add new compat entry for DynamicPolynomials at version 0.3, (keep existing compat) (#8) (@github-actions[bot])
  • CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) (#9) (@github-actions[bot])
  • CompatHelper: add new compat entry for Memoize at version 0.4, (keep existing compat) (#10) (@github-actions[bot])
  • CompatHelper: bump compat for IntervalArithmetic to 0.20, (keep existing compat) (#12) (@github-actions[bot])
  • Add scaling method to improve fit (#13) (@FriesischScott)
  • CompatHelper: add new compat entry for NLopt at version 0.6, (keep existing compat) (#14) (@github-actions[bot])
  • allows user to pass interval box (#15) (@AnderGray)
  • Add density plot to demo (#16) (@AnderGray)
  • Replace HCubature with MinimumVolumeEllipsoids (#17) (@FriesischScott)
  • CompatHelper: bump compat for DynamicPolynomials to 0.4, (keep existing compat) (#19) (@github-actions[bot])
  • Use sum of squares formulation for easier fit (#20) (@FriesischScott)
  • Generalize to SlicedDistributions (#21) (@FriesischScott)
  • Replace DynamicPolynomials with Monomials (#30) (@FriesischScott)
  • Remove IntervalArithmetic (#31) (@FriesischScott)
  • Implement Distributions.jl interface (#34) (@FriesischScott)
  • Add tests (#35) (@FriesischScott)
  • Add README and van der pol demo (#36) (@FriesischScott)

Closed issues:

  • Add augmentation method (#18)
  • Properly implement Distributions.jl interface (#22)
  • Verify optimizations (#23)
  • Add proper demos (#24)
  • Add README (#25)
  • Switch DynamicPolynomials to Monomials (#26)
  • Save basis with sliced distribution (#27)
  • Remove IntervalArithmetics (#28)
  • Add tests (#29)
  • Add density plot recipe (#32)
  • Implement Base.show (#33)