Releases: cowen314/ERP
erpman v0.4.1
erpman v0.4.0
add batch processing
testing is a work in progress
ERP + erpman v0.3.1
Closes #1 -- arbitrary segmentation files can now be selected with --sementation-volume
v0.3.0
There are no changes to the core ERP executable between this release and the previous release (v0.2.0). This release adds erpman; a tool that can be used in place of the core ERP executable. erpman uses ERP under the hood, and will add incremental features. Currently, the only difference between ERP and erpman is the number of regions that can be processed in one run. ERP can process 1 segment ID per command, while erpman can process multiple.
To install erpman and ERP, run the setup executable included in this release as root.
These executables should run on Ubuntu-18.04.
v0.2.0
v0.1.0
- add ability to process a single arbitrary segment (given a segment ID)
- to process only 1 segment pass in three args e.g.
./ERP ./data 1 24
where 24 is the ID of the segment to process - the attached binary was build on an Ubuntu machine and will only run on Linux!
base build
No functional modifications to the original code from source repo. Debug enabled.