Skip to content

Releases: Circuitscape/Omniscape.jl

v0.6.2

31 Jan 06:03
3ce902a
Compare
Choose a tag to compare

Omniscape v0.6.2

Diff since v0.5.8

Merged pull requests:

Closed issues:

  • Use geodetic distance instead of number of pixels for radius (#6)
  • ERROR: TaskFailedException: Adjacency / distance matrices must be symmetric (#102)
  • Mistake in documentation (#116)
  • pair wise resistance table (#118)
  • Issue using Circuitscape (#120)
  • Data address invalid of the Example. (#121)
  • Conditional connectivity options being ignored (#123)
  • Unexpected results (#124)
  • Learning Omniscape -- Error message when running example code (#125)
  • Omniscape crashing with AssertionError: norm(G * v .- curr) / norm(curr) < 1.0e-6 (#127)
  • RasData error after updating both Circuitscape and Omniscape (#128)
  • enable BigTIFF support on write? (#130)
  • computation time increases with more than six workers (#131)
  • Resistance file does not exist error (#132)
  • UndefVarError 'read_raster' not defined (#133)
  • Omniscape failed on the moving window centered on ... (#142)
  • Is the scale for Cumulative current flow & Flow current inverted in the latest release? (#143)
  • nested task error (#144)
  • Sending progress to stdout (#148)

v0.5.8

06 Apr 23:03
Compare
Choose a tag to compare

Omniscape v0.5.8

Diff since v0.5.7

v0.5.7

16 Nov 23:21
Compare
Choose a tag to compare

Omniscape v0.5.7

Diff since v0.5.6

Closed issues:

  • Omniscape crashes at end of run (#108)
  • Use new struct for arrays with NoData values (#111)

v0.5.6

12 Nov 19:21
Compare
Choose a tag to compare

Omniscape v0.5.6

Diff since v0.5.5

Closed issues:

  • ERROR: UndefVarError: RasData not defined (#107)
  • ERROR: LoadError (#113)

v0.5.5

26 Oct 22:41
Compare
Choose a tag to compare

Omniscape v0.5.5

Diff since v0.5.4

Merged pull requests:

  • rework internals, fix a discovered bug ,export some utility functions (#112) (@vlandau)

v0.5.4

25 Oct 17:01
3f97d5b
Compare
Choose a tag to compare

Omniscape v0.5.4

Diff since v0.5.3

Closed issues:

  • nested task error: AssertionError: norm(G * v - curr) < if eltype(curr) == Float64 (#99)
  • Error Message received multiple times: AssertionError: norm(G * v - curr) < if eltype(curr) == Float64 (#100)
  • Links to the doc are dead (#105)
  • ERROR: LoadError: BoundsError: attempt to access 1×1 Matrix{Union{Missing, Number}} at index [1:201, 1:201] (#109)

v0.5.3

09 Aug 17:12
Compare
Choose a tag to compare

Omniscape v0.5.3

Diff since v0.5.2

v0.5.2

06 Aug 16:56
Compare
Choose a tag to compare

Omniscape v0.5.2

Diff since v0.5.1

Closed issues:

  • Incorporating directional ocean currents (#90)
  • Pkg.add error (#97)
  • Benchmark CHOLMOD vs CG+AMG solvers (#101)

Merged pull requests:

  • try/catch errors to help with debugging, rework/clean internals (#103) (@vlandau)
  • Typo correction in docs example (#104) (@byronbest)

v0.5.1

14 Jun 18:36
Compare
Choose a tag to compare

Omniscape v0.5.1

Diff since v0.5.0

Closed issues:

  • Add support for alternative CS solvers (#93)
  • Add error when INI or cfg dictionary have unsupported arguments (#94)

Merged pull requests:

v0.5.0

01 Jun 20:45
6b02ddf
Compare
Choose a tag to compare

Omniscape v0.5.0

Diff since v0.4.4

Closed issues:

  • Problem running Omniscape (#91)

Merged pull requests:

  • Add support for Circuitscape's CHOLMOD solver (#96) (@vlandau)