Skip to content

Releases: cgarling/InitialMassFunctions.jl

v0.1.6

20 Oct 01:21
d7e09df

Choose a tag to compare

InitialMassFunctions v0.1.6

Diff since v0.1.5

  1. Use IrrationalConstants.jl to simplify some expressions involving constants like sqrt(2).
  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.
  3. Add precompilation workloads.
  4. Use [extras] in main Project.toml to set test dependencies, rather than separate test/Project.toml.
  5. Add more tests for supported operations.

Merged pull requests:

v0.1.5

17 Sep 18:05

Choose a tag to compare

InitialMassFunctions v0.1.5

Diff since v0.1.4

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

28 Jan 19:43

Choose a tag to compare

InitialMassFunctions v0.1.4

Diff since v0.1.3

Merged pull requests:

Closed issues:

  • Li2023 IMF (#9)

v0.1.3

30 May 14:36

Choose a tag to compare

InitialMassFunctions v0.1.3

Closed issues:

  • Move away from Distributions.truncated (#2)

Merged pull requests: