Skip to content

Releases: ddt3/JMF-Python

JMF-Python 1.2.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 10:05

Changes

Features

  • Improved PDF file handling
    • Added an argument to CreateMimepackage command line: --output to specify output filename of mjm
    • Allow submission of large files:
      Added chunksize option for upload
      Improved larger file handling when creating mime

Fixes

  • Bugfix: SetupConfig: nevessary config files were not created -> fixes
  • Improved input handling: "File not found" instead of cryptic python errors
  • Unified command line arguments for all tools
  • Added version information to the exe files

R1.2

Choose a tag to compare

@ddt3 ddt3 released this 05 Mar 13:29

JMF-Python Tools Release R1.2

See included README.md for more information

What's Changed

  • Based on module prismasyncjmfjdf a number of tools have been created for stand-alone use.
    Tools are available as python scripts and .exe files (scripts can serve as further examples for use of prismasyncjmfjdf)
  • CreateTestPDF has been addded
  • SetupConfig has been added
  • Improved ReceiveSignal
    Use queueentryid in saved signal file
    Small UI changes
  • Removed use of pathlib module (now uses internal pathlib)
    It is best to remove pathlib from environment: pip uninstall pathlib

Full Changelog: R1.1...R1.2

R1.1

Choose a tag to compare

@ddt3 ddt3 released this 16 Jun 08:49

Complete overhaul

  • Restructured sources
    • prismasyncjmfjdf is its own repository (added to requirements.txt)
    • Python scripts divided in Demo and Tools
  • See README.md for a desription

Full Changelog: R1.0.2...R1.1

R1.0.2.

Choose a tag to compare

@ddt3 ddt3 released this 28 May 11:39

Small updates:

  • Added SendMimeJob, for sending a mime pacakged Job to PRISMAsync
  • PRISMAsyncAddress in SendJob
  • Multiple OS compatiblity improved (replaced "os.path" by pathlib in jmfmessages.py)
  • Show PDF file name as job name ( in CreateMimePackage)

First Public Release

Choose a tag to compare

@ddt3 ddt3 released this 16 Apr 06:51

Placed on support files

First Public Release

Choose a tag to compare

@ddt3 ddt3 released this 16 Apr 06:33

First release to the public

First version, for internal use

Pre-release

Choose a tag to compare

@ddt3 ddt3 released this 03 Dec 16:20
R0.1

first commit