Releases: cgarling/InitialMassFunctions.jl
Releases · cgarling/InitialMassFunctions.jl
v0.1.6
InitialMassFunctions v0.1.6
- Use IrrationalConstants.jl to simplify some expressions involving constants like sqrt(2).
- Replace some uses of standard Vectors for StaticArrays.SVectors. This is not an obvious performance win everywhere but it does make many of our constructors non-allocating now.
- Add precompilation workloads.
- Use [extras] in main Project.toml to set test dependencies, rather than separate test/Project.toml.
- Add more tests for supported operations.
Merged pull requests:
v0.1.5
InitialMassFunctions v0.1.5
Fixed return type of mean when used with output from PowerLawIMF. Will now return a value of type T when provided with a distribution argument d with partype(d) == T.
Merged pull requests:
v0.1.4
v0.1.3
InitialMassFunctions v0.1.3
Closed issues:
- Move away from Distributions.truncated (#2)
Merged pull requests: