Skip to content

Releases: open-AIMS/ADRIA.jl

v0.11.0

01 Aug 04:11
d213b8f
Compare
Choose a tag to compare

What's Changed

Read more

v0.10.0

06 Dec 04:45
2308dd1
Compare
Choose a tag to compare

What's Changed

  • Add .JuliaFormatter.toml to .gitignore by @Zapiano in #499
  • Update viz.clustered_scenarios to allow confidence interval plot by @Zapiano in #482
  • Deprecate run_scenarios(scens, dom, ...) by @ConnectedSystems in #476
  • Fix _time_labels missing last label by @Zapiano in #496
  • Refactor viz.scenario by @Zapiano in #500
  • CompatHelper: bump compat for SciMLBase to 2, (keep existing compat) by @github-actions in #504
  • Update CSV.write writeheader parameter to header by @Zapiano in #506
  • Fix bug causing Domain loading with RCP to error by @Rosejoycrocker in #511
  • CompatHelper: bump compat for MLJ to 0.20, (keep existing compat) by @github-actions in #515
  • Remove top_n parameter from usage by @Rosejoycrocker in #514
  • Add function to find robust scenarios across several metrics by @Zapiano in #463
  • Add :summary option to viz.scenarios by @Zapiano in #505
  • Add support series and map binary clusters plots by @Zapiano in #521
  • Fix scenarios subsetting now working by @Zapiano in #523
  • Rename rs_input with scenarios by @Zapiano in #533
  • Fix bug in how sensitivity.outcome_map() treats categorical variables. by @Rosejoycrocker in #491
  • CompatHelper: bump compat for NCDatasets to 0.13, (keep existing compat) by @github-actions in #536
  • Add interface function to query number of scenarios in result set by @ConnectedSystems in #527
  • Add summarize and turn per_loc and loc_trajectory into alias by @Zapiano in #537
  • Add missing scenario analysis function definitions to analysis module by @ConnectedSystems in #541
  • Extract call to run scenarios inside tests to external function by @Zapiano in #540
  • Broadcast _check_discrete inside update_params by @Zapiano in #539
  • Adds a series of aggregation functions for location selection ranks by @Rosejoycrocker in #431
  • Add functions for repeated tasks when performing location selection by @Rosejoycrocker in #434
  • Update analysis docs with recent scenarios and clusters developments by @Zapiano in #545
  • Resolve Out-of-Memory issues when working with larger spatial areas by @ConnectedSystems in #542
  • CompatHelper: add new compat entry for TOML at version 1, (keep existing compat) by @github-actions in #553
  • CompatHelper: add new compat entry for Statistics at version 1, (keep existing compat) by @github-actions in #554
  • Avoid assuming where the RCP column is when adjusting scenario spec by @ConnectedSystems in #558
  • Fix integer dims reference in location_selection_frequency() by @Rosejoycrocker in #563
  • Add function to alter sampling bounds on parameters to specified value. by @Rosejoycrocker in #490
  • Coral cover consistently represented as relative to coral habitable area by @ConnectedSystems in #555
  • Fix bug due to missing default_bounds in EnvironmentalLayer and Coral model components by @Rosejoycrocker in #569
  • Prevent test_rs() from creating tmp dir inside test/data by @Zapiano in #576
  • Visualizations to be agnostic to Makie backend by @ConnectedSystems in #570
  • Apply blue styleguide to some files by @Zapiano in #579
  • Functions to plot spatial distributions of site selection frequencies by @Rosejoycrocker in #449
  • Add functions used for location selection to separate decision module by @Rosejoycrocker in #571
  • Update use of progress meter to resolve deprecation warning by @ConnectedSystems in #581
  • Add ability to perform convergence analysis by @Rosejoycrocker in #552
  • Add separate weighting parameter for depth criteria by @Rosejoycrocker in #573
  • Replace package NCDatasets by NetCDF by @Zapiano in #583
  • Add conversion to scientific notation by @Zapiano in #574
  • CompatHelper: add new compat entry for NetCDF at version 0.11, (keep existing compat) by @github-actions in #588
  • Change approach to listing supported MCDA methods by @ConnectedSystems in #593
  • Use min-max normalisation for heat stress by @Rosejoycrocker in #595
  • Remove defunct function for post processing results into power-BI friendly csv file by @Rosejoycrocker in #594
  • Fix viz.scenarios bug introduced in changes to scenario_confint! usage by @Rosejoycrocker in #589
  • Use min-max normalisation for heat stress by @Rosejoycrocker in #596
  • Normalize sampled MCDA weights by @Rosejoycrocker in #582
  • Handle cases where connectivity directories may be empty by @ConnectedSystems in #597
  • Remove list of ignored JMcDM methods by @ConnectedSystems in #599
  • Implement cyclone mortality scenarios by @Zapiano in #585
  • CompatHelper: add new compat entry for DimensionalData at version 0.25, (keep existing compat) by @github-actions in #606
  • CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat) by @github-actions in #604
  • CompatHelper: add new compat entry for YAXArrays at version 0.5, (keep existing compat) by @github-actions in #605
  • Fix proportional_adjustment vector conversion computational error by @Zapiano in #607
  • Fix treatment of categorical factors in regional sensitivity analysis by @Rosejoycrocker in #601
  • Deactivated interventions should be considered separately by @ConnectedSystems in #598
  • Adjust language in architectural overview to match recent changes by @ConnectedSystems in #612
  • Add tests for figure creation by @ConnectedSystems in #608
  • Attach dummy wave and cyclone data by @ConnectedSystems in #616
  • CompatHelper: bump compat for SIRUS to 2, (keep existing compat) by @github-actions in #617
  • Support RSA with large sample sizes by @ConnectedSystems in #614
  • Add more detail regarding sequence of events by @ConnectedSystems in #611
  • Changes to dhw and wave logs to store scenario and site means and stds by @Rosejoycrocker in #623
  • Fix bug introduced by SIRUS v2.0.1 by @Zapiano in #625

Full Changelog: v0.9.0...v0.10.0

v0.9.0

21 Sep 04:22
3f1f81d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

02 Sep 08:45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

31 Jul 23:27
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.7.0-dev.1

20 Jul 00:49
Compare
Choose a tag to compare
v0.7.0-dev.1 Pre-release
Pre-release

What's Changed

  • Update use of functions due to new import approach by @ConnectedSystems in #334
  • Migrate from SnoopPrecompile to PrecompileTools by @timholy in #335
  • Add planning horizon factor by @ConnectedSystems in #336
  • Replace use of area attribute/field with call to function site_area() to ensure correct values by @ConnectedSystems in #337
  • Remove reference to defunct fields when making factors constant by @ConnectedSystems in #338
  • Make use of planning horizon in sims by @ConnectedSystems in #340
  • Changes to support running ADRIA with external model (ReefMod Engine) data by @ConnectedSystems in #341
  • CompatHelper: add new compat entry for SimpleWeightedGraphs at version 1, (keep existing compat) by @github-actions in #343
  • CompatHelper: add new compat entry for OrderedCollections at version 1, (keep existing compat) by @github-actions in #344
  • CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat) by @github-actions in #345
  • Split ADRIA-mod domain definition by @ConnectedSystems in #346
  • Add GBR zones by priority by @ConnectedSystems in #347
  • Exit with error if given path is not a directory by @ConnectedSystems in #350
  • Make Aviz into an extension package by @ConnectedSystems in #349
  • CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) by @github-actions in #351
  • CompatHelper: add new compat entry for ImageMagick at version 1, (keep existing compat) by @github-actions in #352
  • Update bleaching mortality model to align with published paper by @ConnectedSystems in #354
  • Add option to use JMcDM functions in ADRIA site selection by @Rosejoycrocker in #348
  • Address mismatched number of elements under certain conditions by @ConnectedSystems in #358
  • Remove Copras method due to erroring by @Rosejoycrocker in #359
  • CompatHelper: bump compat for HypothesisTests to 0.11, (keep existing compat) by @github-actions in #363
  • CompatHelper: add new compat entry for JMcDM at version 0.7, (keep existing compat) by @github-actions in #362
  • Update documentation by @ConnectedSystems in #361
  • Scenario discovery docs by @ConnectedSystems in #364
  • Fix: Metric errors when applied to a single simulation by @ConnectedSystems in #365
  • Address ranking errors in mcda outputs by @Rosejoycrocker in #367
  • Add temporal clustering by @Zapiano in #370
  • Fix incorrect type check by @Zapiano in #371
  • CompatHelper: add new compat entry for Clustering at version 0.15, (keep existing compat) by @github-actions in #372
  • CompatHelper: bump compat for Zarr to 0.9, (keep existing compat) by @github-actions in #373
  • Update time series clustering and add visualization functionality by @Zapiano in #374
  • Update scenario viz by @ConnectedSystems in #355
  • Refactor run_scenarios to improve when running multiple rcps by @Zapiano in #376
  • Bump version number and add new author by @Zapiano in #378
  • Update docstrings for growth function by @ConnectedSystems in #375
  • Add map visualization - displays k-area by @ConnectedSystems in #356
  • Consider near-term conditions with greater weight than far-future conditions by @ConnectedSystems in #387
  • Changes to number of species in ADRIA by @Rosejoycrocker in #380
  • Temporal clustering for spatial data by @Zapiano in #382

New Contributors

Full Changelog: v0.5.0...v0.7.0-dev.1

v0.5.0

17 Apr 00:58
Compare
Choose a tag to compare

ADRIA v0.5.0

Diff since v0.4.5

Closed issues:

  • Juvenile metric: investigate small values (#92)
  • Update result set to derive spatial data from stored geopackage (#124)
  • Adjust MCDA functions to be more generic (#177)
  • Standardize to NamedDimsArray + AxisKeys (#200)
  • Adjust scenario input IDs for clarity (#205)
  • Use NamedDims+AxisKeys instead of matrix for MCDA decision matrices (#221)
  • Add human-readable name to Parameter types (#230)
  • Use Haversine instead of Euclidean distance (#236)
  • Adjust definition or sampling of dist_thresh so that the value representing 'don't use distance sorting' is as likely as values representing using distance sorting (#238)
  • Register package (#245)
  • Change reference to Input Set to Domain to align with interface functions (#246)
  • Update growth rates for size class 6 (#268)
  • Release v0.4.5 (#272)
  • Possible bug in site_selection (#284)
  • Bug in site selection example (#285)
  • Scenario juvenile metric returning implausible values (?) and values > 1 (#292)
  • Create function which returns just the set of criteria values needed for MCDA (#296)
  • map_to_discrete() erroring due to type mismatch (#304)
  • run_site_selection() errors out (#308)
  • [Viz/Analysis] Scenario outcomes (#311)
  • [Viz/Analysis] sensitivity analysis (bar/heatmap) (#312)
  • [Viz/Analysis] temporal sensitivity analysis (#313)
  • [Viz/Analysis] Regional Sensitivity Analysis (#314)
  • [Viz/Analysis] Outcome-based factor mapping (#315)

Merged pull requests:

v0.4.5

30 Jan 01:56
Compare
Choose a tag to compare

ADRIA v0.4.5

Diff since v0.4.4

v0.4.4

24 Jan 20:09
Compare
Choose a tag to compare

ADRIA v0.4.4

Diff since v0.4.3

Merged pull requests:

v0.4.4-dev.1

10 Jan 05:59
Compare
Choose a tag to compare
v0.4.4-dev.1 Pre-release
Pre-release

ADRIA v0.4.4 Development release

What's Changed

Full Changelog: v0.4.3...v0.4.4-dev.1