Skip to content

Releases: Circuitscape/Circuitscape.jl

v5.11.1

10 Mar 16:27
32493f7
Compare
Choose a tag to compare

Circuitscape v5.11.1

Diff since v5.11.0

Closed issues:

  • AssertionError: norm(G * v .- curr, Inf) / norm(v, Inf) < 1.0e-5 (#345)
  • Core Mapper not reading .xlsx file (#347)
  • ERROR: SuiteSparse.CHOLMOD.CHOLMODException("") (#351)

Merged pull requests:

  • Make assertion check consistent with iterativesolvers.jl (#348) (@ranjanan)

v5.11.0

01 Mar 16:48
8e9861d
Compare
Choose a tag to compare

Circuitscape v5.11.0

Diff since v5.10.2

Merged pull requests:

  • CompatHelper: bump compat for AlgebraicMultigrid to 0.5, (keep existing compat) (#343) (@github-actions[bot])
  • Bump deps versions. Disable Pardiso tests (#346) (@ViralBShah)

v5.10.2

08 Dec 01:28
c8611dd
Compare
Choose a tag to compare

Circuitscape v5.10.2

Diff since v5.10.1

Closed issues:

  • Ground files need to take in txt files (advanced mode) (#338)

Merged pull requests:

  • Some txt file reading logic for advanced mode (#339) (@ranjanan)

v5.10.1

18 Nov 20:55
f1f2506
Compare
Choose a tag to compare

Circuitscape v5.10.1

Diff since v5.10.0

Closed issues:

  • Install Error due to GDAL: libgdal-28.dll module could not be found (#329)
  • CS tries to solve thousands of pairs (#332)

v5.10.0

03 Nov 17:00
0d2725b
Compare
Choose a tag to compare

Circuitscape v5.10.0

Diff since v5.9.1

Closed issues:

  • Issue branch_current output in network mode (#282)
  • memory error (#292)
  • ERROR: MethodError: no method matching connected_components(::SimpleWeightedGraphs.SimpleWeightedGraph{Int64,Float64}) (#325)
  • Empty output file (#327)
  • Current file not written? Circuitscape runs, but has no output (#328)

Merged pull requests:

v5.9.1

26 Oct 20:40
074872b
Compare
Choose a tag to compare

Circuitscape v5.9.1

Diff since v5.9.0

Merged pull requests:

  • Add internal function to use in Omniscape (#326) (@vlandau)

v5.9.0

20 Oct 02:16
327243b
Compare
Choose a tag to compare

Circuitscape v5.9.0

Diff since v5.8.4

Closed issues:

  • Create cumulative branch and node currents in network mode (#119)
  • ERROR: ArgumentError: column indices J[k] must satisfy 1<= J[k] <= n (#281)
  • Error with networks consisting of multiple components (#283)
  • Circuitscape 5 is not writing cumulative branch and node current files for network mode (#303)
  • ERROR: SuiteSparse.CHOLMOD.CHOLMODException("") (#316)
  • Test failed on Debian : no method matching connected_components(::SimpleWeightedGraphs.SimpleWeightedGraph{Int64, Float64}) (#321)

Merged pull requests:

  • Currents and cumulative currents in network mode (#318) (@ranjanan)
  • Move to Graphs from LightGraphs (#319) (@ranjanan)
  • Network advanced - connected components (#320) (@ranjanan)
  • CompatHelper: add new compat entry for SimpleWeightedGraphs at version 1, (keep existing compat) (#322) (@github-actions[bot])
  • CompatHelper: add new compat entry for Graphs at version 1, (keep existing compat) (#323) (@github-actions[bot])
  • Add info about 0 vs 1 based indexing, throw error if not 0 or 1 (#324) (@ranjanan)

v5.8.4

13 Oct 00:52
e1b64bf
Compare
Choose a tag to compare

Circuitscape v5.8.4

Diff since v5.8.3

Closed issues:

  • Compress grids has no effect (#168)
  • Blank screen on GUI after running main executable (#192)
  • Convert circuitscape manual to Julia Documenter format (#242)
  • Get CI to pass (#245)
  • Pemission denied and paralell processes number (#284)
  • Docs point to non-existent "examples" folder for examples (#286)
  • Cumulative current map all NODATA in circuitscape.jl, but show currents in circuitscape GUI (#289)
  • CHOLMOD solver error (#300)
  • AssertErrors for several users -- norm(G * v - curr) < 1e-6 check failing (#305)
  • MethodError: no method matching Circuitscape.RasterData(::Matrix{Float64}, ::Matrix{Int64}, ::Matrix{Float64}, ::Matrix{Float64}, ::Tuple{Vector{Int64}, Vector{Int64}, Vector{Int64}}, ::Matrix{Float64}, ::Nothing, ::Circuitscape.RasterMeta) (#306)
  • What wrong by "output/mgNetworkVerify1.out" (#307)
  • Circuitscape 5.0.0 with INIBuilder: habitat_map_is_resistance = resistance incorrectly treats habitat map as conductance. (#312)
  • GDALError (CE_Failure, code 1): write failed, disk full? (#314)
  • resistance_3columns file (#315)

Merged pull requests:

  • Add better error message when include pairs file is incorrect (#310) (@ranjanan)
  • builder passed incorrect value to habitat_map_is_resistances, (#313) (@vlandau)
  • remove references to examples directory from docs (#317) (@vlandau)

v5.8.3

07 Aug 17:02
c235819
Compare
Choose a tag to compare

Circuitscape v5.8.3

Diff since v5.8.2

Closed issues:

  • Pkg.test("Circuitscape") fail in double precision, raster pairwise and advanced (Ubuntu) (#302)

Merged pull requests:

  • Ask for > 5 digits of precision when solving linear system (#309) (@ranjanan)

v5.8.2

05 Aug 22:08
be9f2d9
Compare
Choose a tag to compare

Circuitscape v5.8.2

Diff since v5.8.1

Closed issues:

  • Make new release with AMG 0.4.0 (#276)
  • AssertionError: norm(asolve * volt .- sources) < 1.0e-5 in "all-to-one" mode using the latest development version of Circuiscape. v5.7.1 (#288)

Merged pull requests:

  • CompatHelper: bump compat for "ArchGDAL" to "0.7" (#301) (@github-actions[bot])
  • Update Pardiso deps, julia deps (#304) (@ranjanan)
  • Update issue templates (#308) (@ranjanan)