v0.1.0
Cloudy v0.1.0
First release!
Closed issues:
- Extend MassDistributions module to mixture distributions (#2)
- Add KernelFunctions module (#3)
- Add functionality to compute KernelTensor from KernelFunction (#4)
- Add sedimentation source-sink terms through kernels (#6)
- Add numerical inversion method for general distributions in update_params! (#8)
- Add flexible kernels that approximate physical kernels (#12)
- Add automatic documentation (#13)
- Add continuous integration (#14)
- Bug in equation for moments of exponential distribution (#17)
- Add in truncated distributions (#25)
- A real julia name! (#31)
- Add .swp and .DS_store to .gitignore (#39)
Merged pull requests:
- TravisCI (#15) (@trontrytel)
- Docs (#16) (@trontrytel)
- Update toml (#18) (@charleskawczynski)
- Add CodeCov (#19) (@charleskawczynski)
- Debug documenter (#20) (@charleskawczynski)
- Change travis format (#21) (@charleskawczynski)
- Fix typo climage->climate (#22) (@charleskawczynski)
- added mixture distributions, tests, and examples (#23) (@bischtob)
- review fixes (#26) (@trontrytel)
- Fix Codecov (#27) (@charleskawczynski)
- Fix Codecov (#28) (@charleskawczynski)
- added polynomial fits for kernel functions (#29) (@bischtob)
- atol -> rtol in all tests (#32) (@trontrytel)
- added sedimenation moment flux & tests (#33) (@bischtob)
- update readme after changing to Cloudy.jl (#34) (@trontrytel)
- increase the tolerance for KernelTensor test (#35) (@trontrytel)
- added toy rainshaft model (#37) (@bischtob)
- Rename all occurrences of "Distribution(s)" to "ParticleDistribution(s)" (#41) (@bielim)
- Add Compat (#42) (@charleskawczynski)
- Update .gitignore (#43) (@charleskawczynski)
- Update Project.toml (#44) (@charleskawczynski)
- Remove .DS_Store (#45) (@charleskawczynski)
- Fix submodule reference, trim trailing spaces (#46) (@charleskawczynski)
- CompatHelper: bump compat for "Optim" to "0.20" (#47) (@github-actions[bot])
- CompatHelper: bump compat for "Coverage" to "1.0" (#48) (@github-actions[bot])