Cutplace

Latest version: v0.9.1

Safety actively analyzes 685670 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 5 of 8

0.5.7

=========================

* Fixed validation of empty Choice fields that according to the ICD were
allowed to be empty but nevertheless were rejected.

* Fixed a strange error when run using Jython 2.5.0 on certain platforms.
The exact message was: ``TypeError: 'type' object is not iterable``.

0.5.6

=========================

* Added a short summary at the end of validation. Depending on the result,
this can be either for instance ``eggs.csv: accepted 123 rows`` or
``eggs.csv: rejected 7 of 123 rows. 2 final checks failed.``.

* Changed default for ``--log`` from``info`` to ``warning``.

* Improved confusing error message when a field value is rejected because
of improper length.

* Fixed ``ImportError`` when run using Jython 2.5, which does not support the
Python standard module ``webbrowser``. Attempting to use ``--browser`` will
result in an error message nevertheless.

0.5.5

=========================

* Added summary to validation results shown by web interface.

* Fixed validation of Excel data using the web interface.

* Cleaned up reporting of errors not related to validation via web interface.
The resulting web page now is less cluttered and the HTTP result is a
consistent 40x error.

0.5.4

=========================

* Fixed ``--split`` which did not actually write any files. (Ticket 19)

* Fixed encoding error when reading data from Excel files that used cell
formats of type data, error or time.

* Fixed validation of Decimal fields, which resulted in a
``NotImplementedError``.

* Fixed internal handling of ranges with a default, which resulted in a
``NameError``.

0.5.3

=========================

* Added command line option ``--split`` to store accepted and rejected data in two
separated files. See also: ticket 17.

* Fixed handling of non ASCII data, which did not work properly with all
formats. Now cutplace consistently uses Unicode strings to internally
represent data items. See also: ticket 18.

* Improved error messages and removed stack trace in cases where it does not
add anything of value such as for I/O errors.

* Changed development status from alpha to beta.

0.5.2

=========================

* Fixed missing setup script.

Page 5 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.