v0.8.2
IMPORTANT: Users need to re-install Caper then it will automatically install latest bug-fixed
pyhocon. Or manually upgradepyhoconto >= 0.3.53.
$ pip install pyhocon==0.3.54If you want to keep using old Caper versions (<0.8.2), then downgrade pyhocon to < 0.3.53.
Bug fixes
- For Singularity users: Can follow symlinks recursively in input JSON to get
SINGULARITY_BINDPATH. - For cluster users (SLURM, SGE, PBS, ...): Upgraded
pyhocon>= 0.3.53 to fix a bug for parsing escaped characters (e.g.\\and\").