Skip to content

Commit 37fca8a

Browse files
authored
bump to v0.4.3, fix two bugs (#174)
1 parent 66f95c0 commit 37fca8a

File tree

10 files changed

+92
-1124
lines changed

10 files changed

+92
-1124
lines changed

docs/source/versions/v0_4_3.rst

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
v0.4.3
2+
======
3+
4+
New Features
5+
------------
6+
7+
Bug Fixes
8+
---------
9+
10+
* CLI `stdout` and `stderr` commands were broken, but are now fixed.
11+
* Add the missing parts of the `/.singularity.d` directory
12+
that will make `v0.4.2` Singularity support actually work.
13+
14+
Known Issues
15+
------------
16+
17+
* Execution errors that result in the job being terminated but no output being
18+
produced are still not handled entirely gracefully. Right now, the component
19+
state will just show as ``ERRORED``, but there won't be an actual error report.
20+
* Map component state may become corrupted when a map is manually vacated.
21+
Force-removal may be needed to clean up maps if HTCondor and HTMap disagree
22+
about the state of their components.
23+
Issue: https://github.com/htcondor/htmap/issues/129

examples/checkpointing.py

-47
This file was deleted.

0 commit comments

Comments
 (0)