Skip to content

Releases: ApexRMS/prioritizr

v3.0.0

31 Oct 13:48
b9598bf

Choose a tag to compare

v3.0.0 Pre-release
Pre-release

Major updates:

  • Update conda environment so Rtools installation is done automatically
  • New pre-processing model step to allow tabular input data to be automatically formatted into the required datasheets
  • Refactoring of datasheets so all tabular data inputs can be provided directly, instead of as .csv files
  • New customizable display names for input variables
  • New display name shown as pixel attributes for spatial data when identify tool is used
  • New option to map input data
  • New weighted multi-cost prioritization method
  • New option to customize the order of hierarchical cost importance
  • New impact assessment model step to allow for pairwise scenario comparison

v2.2.2

30 Apr 20:21

Choose a tag to compare

Small updates:

  • Re-add support for Conda
  • Update Conda environment
  • Add validation step for checking Rtools installation
  • Add validation step for installing missing packages
  • Add minimum SyncroSim version of 3.1.0

Release built with SyncroSim v3.1.9.

v2.2.1

12 Mar 17:10

Choose a tag to compare

Small updates:

  • Remove Conda support for package

Release built with SyncroSim v3.1.6.

v2.2.0

06 Mar 18:23

Choose a tag to compare

Small updates:

  • Keep first column for problemTabularDatasheet

Minor updates:

  • Split cost representation into separate datasheets
  • Calculate difference in cost representation between base and cost-optimized solutions
  • Add spatial visualization for comparing solutions
  • Create new datasheet solutionDiffRasterOutput
  • Hard-coded weight on equal method changed from 0.85 to 0.1
  • Hard-coded gap on equal method changed from 0 to 0.1

v2.1.0

31 Dec 12:04

Choose a tag to compare

Small updates:

  • Update package display name
  • Rearrange datasheets layout, moving "Constraints" and "Penalties" into the "Advanced" node
  • Remove costRepresentationOutput datasheet from basePrioritization transformer
  • Add evaluatePerformance datasheet to multicostPrioritization transformer
  • Fix small bugs in multicostPrioritization transformer:
    • Merge sim_pu and costLayers based on id column
    • Fix sense parameter in the add_linear_constraints function to = for budget setting
    • Fix length of cost layers and feature vectors
    • Fix name of cost_column parameters

Minor updates:

  • Remove projectSolutions datasheet
  • Split costRepresentationOutput into three datasheets: baseCostRepresentationOutput, optimizedCostRepresentationOutput, and diffCostRepresentationOutput
  • Drop costLayers column from costLayersInput datasheet and move into new costLayersData datasheet
  • Change transformers' names from "Custom ..." and "Multi-Costs ..." to "Base ..." and "Multi-Cost ..."

v2.0.0

23 Dec 17:52

Choose a tag to compare

Minor updates:

  • Add linear constraint function
  • Add multi-cost methods of optimization

Major updates:

  • Update prioritizr to SyncroSim 3
  • Update prioritizr to prioritizr R 8.0.4

v1.0.0

29 Mar 09:01
2e81ed0

Choose a tag to compare

Initial release of the prioritizr SyncroSim Package