Skip to content

Releases: abraunst/CavityTools.jl

v1.2.1

04 Jun 05:39
Compare
Choose a tag to compare

CavityTools v1.2.1

Diff since v1.2.0

This release

Makes the interface of ExponentialQueue match the one of ExponentialQueueDict
Allow arbitrary collections and iterators as arguments to the ctors
Match the API of AbstractExponentialQueue{T} math the one of AbstractDict{T,Float64}

Merged pull requests:

v1.2.0

17 May 11:14
Compare
Choose a tag to compare

CavityTools v1.2.0

Diff since v1.1.2

This release

  • The construction of ExponentialQueue is now identical to the one of ExponentialQueueDict, i.e. receiveing as argument a collection of pairs index => rate
  • iterate now iterates over index => rate
  • peek and pop! return pairs index => rate

Merged pull requests:

v1.1.2

13 Apr 11:51
Compare
Choose a tag to compare

CavityTools v1.1.2

Diff since v1.1.1

In this release:

  • bugfix on remove!(::ExponentialQueueDict, i)
  • small ctor adjustments

v1.1.1

10 Apr 08:05
75c79ed
Compare
Choose a tag to compare

CavityTools v1.1.1

Diff since v1.1.0

This release

  • Ddds a peekevent function which only samples the event and not the waiting time
  • Define new contructors for ExponentialQueue
  • Better show

Merged pull requests:

v1.1.0

06 Apr 16:23
a588ffb
Compare
Choose a tag to compare

CavityTools v1.1.0

Diff since v1.0.1

This release adds a ExponentialQueueDict type with Dict - type access to event rates

Merged pull requests:

v1.0.1

03 Apr 10:16
2d13104
Compare
Choose a tag to compare

CavityTools v1.0.1

Diff since v1.0.0

This release just adds the function peek(e::ExponentialQueue) which samples from the queue without removing the event.

Merged pull requests:

v1.0.0

20 Mar 11:19
2b4fcb5
Compare
Choose a tag to compare

CavityTools v1.0.0

Diff since v0.3.0

Merged pull requests:

v0.3.0

04 Mar 20:57
Compare
Choose a tag to compare

CavityTools v0.3.0

Diff since v0.2.3

Merged pull requests:

  • Add random number generator to exponentialqueue (#10) (@stecrotti)

v0.2.3

12 Jan 08:47
8724dcb
Compare
Choose a tag to compare

CavityTools v0.2.3

Diff since v0.1.0

Merged pull requests:

Closed issues:

  • Package registration (#1)
  • TagBot trigger issue (#2)

v0.1.0

22 Jan 09:11
Compare
Choose a tag to compare