Skip to content

Releases: rajeshprasanth/jobsubmit

1.0.5

20 Dec 02:38
eedd671

Choose a tag to compare

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() and version().
  • Removed redundant or ambiguous argument validation logic.

1.0.4

01 Jan 12:24
59f343d

Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.3

15 Feb 10:52
68cf3b6

Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.3

1.0.2

24 Sep 00:34
952bcde

Choose a tag to compare

Merge pull request #4 from rajeshprasanth/rajeshprasanth-patch-1

Rajeshprasanth patch 1 --merging branch for bugfix

1.0.1

19 Sep 23:39

Choose a tag to compare

reformatted readme