Skip to content

Commit

Permalink
bumped version number, removed test statement, updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsgalore committed Nov 6, 2023
1 parent b56ea0b commit b7d2723
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
15 changes: 15 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
jpylyzer (2.2.0~rc1) UNRELEASED; urgency=medium

* Added support for High Throughput JPEG 2000 (JPH and JHC formats)
* Added support for CAP, PRF and CPF marker segments
* Improved reporting and validation of Rsiz property, added Capability property
* Added reporting of warnings to output file
* Added reporting of compression ratio for codestreams
* Output and extraction options are now callable from API
* Removed Python 2.7 fallbacks
* Removed legacy wrapper and legacyout options
* New XSD schema
* Various bug fixes and improvements

-- Johan van der Knijff <[email protected]> Mon, 06 Nov 2023 18:42:00 +0200

jpylyzer (2.1.0) UNRELEASED; urgency=medium

* More detailed output for PLM and PLT marker segments
Expand Down
5 changes: 1 addition & 4 deletions jpylyzer/jpylyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
if not SCRIPT_NAME:
SCRIPT_NAME = 'jpylyzer'

__version__ = "2.2.0b1"
__version__ = "2.2.0rc1"

# Create PARSER
PARSER = argparse.ArgumentParser(
Expand Down Expand Up @@ -436,9 +436,6 @@ def checkOneFile(path, validationFormat=config.VALIDATION_FORMAT,
else:
failureMessage = "unknown error, please report to developers by creating " + \
"an issue at https://github.com/openpreserve/jpylyzer/issues"
# TEST
raise
# TEST

tests = ET.Element("tests")
characteristics = ET.Element("properties")
Expand Down

0 comments on commit b7d2723

Please sign in to comment.