--------------------------
**New Features**:
- Adds the option to initialize a ``Job`` with an ``arguments`` parameter.
(See :pr:`90` and :pr:`102`)
- Adds the option to initialize a ``Job`` with a ``retry`` parameter, which
sets the default number of retries for all arguments of the Job if given.
(See :pr:`90`)
**Changes**:
- Adds ``FutureWarning`` about changing the default values of the ``universe``, ``getenv``, and ``notification`` parameters for ``Job`` objects to None. (See :pr:`98`)
- Removes check that a ``Job`` executable path must exist locally when the ``Job`` is being built.
(See :pr:`96`)
- Adds informative error message when ``Job.submit_job`` is called on a machine where the ``condor_submit`` command isn't available. (See :pr:`83`)
- Removes deprecated ``maxjobs`` and ``kwargs`` parameters for the ``Job.submit_job``, ``Job.build_submit``, ``Dagman.submit_dag``, and ``Dagman.build_submit`` methods. Also removes the deprecated ``dagman_progress`` command. (See :pr:`84`)
**Bug Fixes**:
- Fixes typo in ``pycondor monitor`` that was still referencing the old ``dagman_progress`` command. (See :pr:`81`)