Releases: rajeshprasanth/jobsubmit
Releases · rajeshprasanth/jobsubmit
1.0.5
Jobsubmit Release Notes
Version: 1.0.4
Release Date: Fri Dec 20 07:50:00 IST 2025
- Added
parse_line_selection()to allow flexible selection of job lines from input files. - Added
format_duration()to report job runtimes in a human-readable format. - Added
cleanup()to safely handle temporary resources and state. - Added
print_version()for explicit version reporting. - Refactored argument parsing and job execution logic for clarity and maintainability.
- Standardized shebang (
#!/usr/bin/env python3) and naming conventions. - Improved output formatting for job start time, duration, and status.
- Increased robustness when reading job list files and handling execution errors.
- Removed legacy functions
help_msg()andversion(). - Removed redundant or ambiguous argument validation logic.
1.0.4
What's Changed
- alertscreen for monitoring by @rajeshprasanth in #7
- Added Version number in log file by @rajeshprasanth in #8
- using main() by @rajeshprasanth in #9
- installation script by @rajeshprasanth in #10
- version 1.0.4 by @rajeshprasanth in #12
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
- fix for notdone directory deletion by @rajeshprasanth in #6
Full Changelog: 1.0.2...1.0.3
1.0.2
Merge pull request #4 from rajeshprasanth/rajeshprasanth-patch-1 Rajeshprasanth patch 1 --merging branch for bugfix
1.0.1
reformatted readme