Skip to content

Releases: Theoretical-Neuroscience-Group/BinomialSynapses.jl

v0.4.3

02 May 17:34
c2101b0
Compare
Choose a tag to compare

BinomialSynapses v0.4.3

Diff since v0.4.2

Closed issues:

  • Add support for repetitive deterministic sequences of time steps (#54)
  • Enforce positivity in FixedTimestep (#55)
  • Simplify time step selection by making subtypes of Timestep callable (#56)
  • Improve code coverage (#64)
  • Master doesn't pass GPU tests (#72)

Merged pull requests:

v0.4.2

22 Feb 17:12
6421043
Compare
Choose a tag to compare

BinomialSynapses v0.4.2

Diff since v0.4.1

Merged pull requests:

v0.4.1

21 Feb 17:52
Compare
Choose a tag to compare

BinomialSynapses v0.4.1

Diff since v0.4.0

Closed issues:

  • Add documentation (#52)

Merged pull requests:

v0.4.0

18 Feb 12:01
c9e30a0
Compare
Choose a tag to compare

BinomialSynapses v0.4.0

Diff since v0.3.0

Merged pull requests:

  • fix JLD dependency (#30) (@simsurace)
  • add more flexible timestepping (#31) (@simsurace)
  • Use joint distribution for computing MAP, with an option to use the marginals (#32) (@simsurace)
  • High-level and parallel implementation of OED (#34) (@simsurace)
  • Add possibility to store results of a simulation (#37) (@camillegontier)
  • Test and fix everything up (#38) (@simsurace)
  • Use native rand (#40) (@simsurace)
  • Remove propagation step in filter init instead of initialization of simulation (#46) (@simsurace)
  • CompatHelper: add new compat entry for BenchmarkTools at version 1, (keep existing compat) (#47) (@github-actions[bot])
  • CompatHelper: add new compat entry for Distributions at version 0.25, (keep existing compat) (#48) (@github-actions[bot])
  • CompatHelper: add new compat entry for Plots at version 1, (keep existing compat) (#49) (@github-actions[bot])
  • CompatHelper: add new compat entry for LaTeXStrings at version 1, (keep existing compat) (#50) (@github-actions[bot])
  • CompatHelper: add new compat entry for StatsBase at version 0.33, (keep existing compat) (#51) (@github-actions[bot])

v0.3.0

25 Apr 11:34
e1abd9f
Compare
Choose a tag to compare

BinomialSynapses v0.3.0

Closed issues:

  • outer_resample! slower than necessary (#16)
  • Parameter estimates do not converge (#17)
  • integration test needed (#20)

Merged pull requests:

  • CompatHelper: bump compat for "BenchmarkTools" to "0.7" (#1) (@github-actions[bot])
  • CompatHelper: bump compat for "CUDA" to "3.0" (#2) (@github-actions[bot])
  • Likelihood function including tests (#3) (@simsurace)
  • Add resampling function (#4) (@camillegontier)
  • Tests for the resampling function (#5) (@camillegontier)
  • Add likelihood function (#6) (@camillegontier)
  • Tests for the likelihood function (#7) (@camillegontier)
  • Add the jittering kernel (#8) (@camillegontier)
  • Tests for the jittering kernel (#9) (@camillegontier)
  • Add more tests for propagate! (#10) (@camillegontier)
  • Likelihood functions and tests (#11) (@simsurace)
  • Parameter propagation (#12) (@simsurace)
  • Resampling (#13) (@simsurace)
  • Correction in the computation of the likelihood (#14) (@camillegontier)
  • add likelihood function and tests (#15) (@simsurace)
  • CompatHelper: add new compat entry for "GPUArrays" at version "6.2" (#18) (@github-actions[bot])
  • High level functions for running the nested particle filters (#19) (@simsurace)
  • use different probability for boundaries of parameter ranges (#21) (@simsurace)
  • CompatHelper: add new compat entry for "StatsBase" at version "0.33" (#22) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Distributions" at version "0.24" (#23) (@github-actions[bot])
  • CompatHelper: add new compat entry for "LaTeXStrings" at version "1.2" (#24) (@github-actions[bot])
  • CompatHelper: add new compat entry for "Plots" at version "1.12" (#25) (@github-actions[bot])