Releases: ApexRMS/prioritizr
Releases · ApexRMS/prioritizr
v3.0.0
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
v2.2.1
Small updates:
- Remove Conda support for package
Release built with SyncroSim v3.1.6.
v2.2.0
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
gapon equal method changed from 0 to 0.1
v2.1.0
Small updates:
- Update package display name
- Rearrange datasheets layout, moving "Constraints" and "Penalties" into the "Advanced" node
- Remove
costRepresentationOutputdatasheet frombasePrioritizationtransformer - Add
evaluatePerformancedatasheet tomulticostPrioritizationtransformer - Fix small bugs in
multicostPrioritizationtransformer:- Merge
sim_puandcostLayersbased onidcolumn - Fix
senseparameter in theadd_linear_constraintsfunction to=for budget setting - Fix length of cost layers and feature vectors
- Fix name of
cost_columnparameters
- Merge
Minor updates:
- Remove
projectSolutionsdatasheet - Split
costRepresentationOutputinto three datasheets:baseCostRepresentationOutput,optimizedCostRepresentationOutput, anddiffCostRepresentationOutput - Drop
costLayerscolumn fromcostLayersInputdatasheet and move into newcostLayersDatadatasheet - Change transformers' names from "Custom ..." and "Multi-Costs ..." to "Base ..." and "Multi-Cost ..."
v2.0.0
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
Initial release of the prioritizr SyncroSim Package