Crappy

Latest version: v2.0.5

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

Scan your dependencies

Page 1 of 5

2.0.5

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v2.0.4...v2.0.5

The tarball and the wheel are available [on PyPI](https://pypi.org/project/crappy/2.0.5/)

2.0.4

This new release of Crappy brings various minor improvements and additions :
* Addition of the Phidget4AStepper Actuator
* Addition of the PhidgetWheatstoneBridge InOut
* Addition of the DownSampler Modifier
* Addition of an automated GitHub workflow checking that Crappy builds and installs correctly on the supported OS and Python versions
* Documentation update to include the latest additions
* Addition of an example demonstrating the use of the DownSampler Modifier

Merged pull requests
* Release of version 2.0.2 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/87
* Add a phidget stepper driver and a phidget inout by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/88
* Add workflow for checking the installation and import of Crappy by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/89
* Release of version 2.0.3 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/92
* Add a downsampling modifier by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/90
* Add new options on Phidget4AStepper by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/93
* Add a class attribute to check switches state in the open method by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/94
* Release of version 2.0.4 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/95


**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v2.0.3...v2.0.4

The tarball and the wheel are available [on PyPI](https://pypi.org/project/crappy/2.0.4/)

2.0.3

This new release of Crappy is a bux-fix release, that addresses the following minor problems :
* Wrong default backend order in the `ImageSaver` object
* Bugs in the `DAQmx` InOut making it impossible to use
* Cleaned-up the top-level attributes importable with Crappy
* Numpy had become a dependency of Crappy at build-time, this is no longer the case
* Suppressed warnings when building Crappy due to incorrect syntax in `pyproject.toml`

Merged pull requests
* Release of version 2.0.3 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/91


**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v2.0.2...v2.0.3

The tarball and the wheel are available [on PyPI](https://pypi.org/project/crappy/2.0.3/)

2.0.2

This new release of Crappy brings improvements mostly on three aspects of the module :

* It moves most of the packaging metadata from `setup.py` to `pyproject.toml` (68). This paves the way for a complete removal of the `setup.py` file, once all the extension modules are removed from Crappy in version 2.1.0 (62).
* It brings a final touch to the documentation (collapse menus, section authors, intersphinx mapping, changesets), already entirely refactored in 79.
* It comes with substantial improvements on the existing Camera classes, in terms of implemented settings and functionalities. Only the `RaspberryPiCamera` remains to improve, in 64. The improved cameras are:
* The `XiAPI` Camera, with more settings to tune and bug fixes.
* The `CameraGstreamer` Camera, with a better support when `v4l-utils` is not installed and more parameters to tune when `v4l-utils` is installed.
* The `CameraOpencv` Camera, with more parameters to tune when `v4l-utils` is installed.
* Also, a few minor bug fixes

Merged pull requests
* Final touch to the documentation after update to 2.0 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/73
* Enhancement of the parameters management for the opencv camera by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/71
* Update packaging-related files by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/77
* Enhancement of the format detection in camera gstreamer basic by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/76
* Various style refactorings and fixes on `CameraGstreamer` and `CameraOpencv` objects by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/78
* Improvement of the XiAPI camera by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/83
* Hotfixing version 2.0.0 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/85
* Release of version 2.0.2 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/86


**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v2.0.1...v2.0.2

The tarball and the wheel are available [on PyPI](https://pypi.org/project/crappy/2.0.2/)

2.0.1

This version is a bug fix release that corrects two minor issues :

* There was no deprecation message for old-style Modifiers defining the `evaluate` method
* A number of links in the documentation were broken

Merged pull requests
* Hotfixing version 2.0.0 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/84

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v2.0.0...v2.0.1

The tarball and the wheel are available [on PyPI](https://pypi.org/project/crappy/2.0.1/)

2.0.0

The version 2.0.0 of Crappy is a **backwards-incompatible** release that contains almost one year's worth of work.
It brings **notable changes at almost every level in the module**, and constitutes a clean base for future developments of Crappy.
The transition from version 1.5 to version 2.0 is not seamless for users, but still clearly documented. Refer to a Discussion to come for more information about it.
The main changes in the module between versions 1.5 and 2.0 are listed below.

Main changes (in chronological order)

This list is a simplified overview of all the changes that occurred in the module. In particular, it does not list all the changes in the names of the files, classes, methods, or arguments. To get a better overview of all the names that changed, users should instead refer to the online documentation or check for `DeprecationError`s when running their old code compatible with Crappy 1.5 in Crappy 2.0.

* The old [`Camera` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/95ca19e74ebfcfe1cf4b697e7059a19e6d520b03/crappy/blocks/camera.py) (and its children) could only perform the acquisition, processing and recording of the images in a sequential way. The display of images was delegated to the [`Displayer` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/95ca19e74ebfcfe1cf4b697e7059a19e6d520b03/crappy/blocks/displayer.py). Now, the new [`Camera` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/camera.py) (and its children) performs the acquisition, display, recording and processing of the images in a parallelized way. This greatly improves the achievable frame rate for all these operations.
* The [`Displayer` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/95ca19e74ebfcfe1cf4b697e7059a19e6d520b03/crappy/blocks/displayer.py) was removed, as the display is now handled directly by the [`Camera` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/camera.py). Having a separate Block for the display was a source of bugs due to the limitation of the bandwidth between the Blocks.
* The [`CameraConfig` window](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/tool/camera_config/camera_config.py) now handles the case when no image can be grabbed by the camera, and displays an error image instead of freezing. It can also handle the case when the flow of images stops, still without freezing.
* A special `trigger` setting was added to the [`Camera` object](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/camera/meta_camera/camera.py) for handling the hardware trigger option that some cameras may possess.
* The `open`, `stop` and `close` methods were added to the definition of the base [`Actuator` object](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/actuator/meta_actuator/actuator.py).
* The [`Machine` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/machine.py) can now acquire the speed and the position of the driven Actuator regardless of the driving mode, and adjust the target speed at runtime in *position* mode via an incoming label.
* The [base `Block`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/meta_block/block.py) was totally refactored to improve its stability and efficiency, using all the possibilities offered by the `multiprocessing` module. All the Blocks were updated accordingly.
* As a consequence of the point above, the methods to use for receiving data from upstream Blocks were totally changed. They now have a different name and a different behavior.
* A clean logging mechanism was added to Crappy, in place of the previous calls to `print`. The logs are both displayed in the console, and saved to a log file.
* The instantiation of the hardware related objects (Actuator, Camera, InOut) is now always performed once the Process driving them has started, for compatibility with the *spawn* start method of the `multiprocessing` module.
* The [`Link` object](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/links/link.py) was updated consistently with the improvements brought to the [base `Block`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/meta_block/block.py). The methods of the `Link` now have a different name and a different behavior, and users are not expected to call them directly anymore.
* A `debug` argument was added to all the Blocks, to let users choose the debug level to use between INFO and DEBUG for each Block individually.
* All the classes relying on the [`FT232H` tool](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/tool/ft232h/ft232h_server.py) were moved to separate folders, to make them clearly discernible from the other classes.
* The [`FT232H` tool](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/tool/ft232h/ft232h_server.py) and the associated [`USBServer`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/tool/ft232h/usb_server.py) were improved, to increase both the communication speed and the stability.
* The entire structure of the module was re-thought, with the creation of many sub-folders containing sub-categories of files.
* The names of all the files and classes were changed to enforce PEP8. The list of the changes is too long to be displayed here, but all the name changes are clearly mentioned in the documentation.
* A number of unused files in the `util/` folder of the project were removed.
* The `impact/` folder of the project was removed.
* It is now possible for users to subclass the base [`Generator Path`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/generator_path/meta_path/path.py). That was previously not possible.
* The entire architecture of the project was changed from *flat* to *src*. It is considered a good practice for avoiding test and build errors.
* The `verbose` argument of all the Blocks was renamed to `display_freq`, which is a more accurate description of what this argument does.
* A draft for a test suite for Crappy was added in the [`tests/` folder](https://github.com/LaboratoireMecaniqueLille/crappy/tree/d1d7f5e78c19c70a38d1556054e39866fe4e176b/tests) of the project. It will be completed and actively used in future releases.
* The calculation of the histogram in the [`CameraConfig` window](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/tool/camera_config/camera_config.py) is now parallelized, therfore improving the performance of this window.
* The P, I, and D gains of the [`PID` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/pid.py) can now be adjusted at runtime by sending new values over given labels.
* The images recorded by the [`Camera` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/camera.py) can now be saved as `.npy` files.
* The [`Modifier` objects](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/modifier/meta_modifier/modifier.py) now use the `__call__` method for altering the received data, instead of the `evaluate` method previously. This behavior is more consistent with the possibility to pass bare functions as Modifiers.
* A few objects were moved to a [`src/crappy/lamcube/` folder](https://github.com/LaboratoireMecaniqueLille/crappy/tree/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/lamcube), to clearly indicate that they are only meant to be used at the LaMcube laboratory.
* Most of the objects in Crappy now accept any type of iterable where they previously requested lists or tuples.
* The [`examples/` folder](https://github.com/LaboratoireMecaniqueLille/crappy/tree/d1d7f5e78c19c70a38d1556054e39866fe4e176b/examples) of the project was totally refactored, with more, thoroughly commented, tested examples. Most of the Blocks now have at least one example illustrating their usage, and most of the examples can be run locally without requiring any hardware.
* The packaging-related files ([`setup.py`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/setup.py), [`requirements.txt`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/requirements.txt), [`pyproject.toml`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/pyproject.toml), [`MANIFEST.in`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/MANIFEST.in)) were all refactored to include more complete and up-to-date information, and to comply with the recent standards.
* The configuration files for building the documentation ([`.readthedocs.yml`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/.readthedocs.yml), [`docs/source/conf.py`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/docs/source/conf.py), [`docs/Makefile`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/docs/Makefile)) were updated to include more information and comply with the recent evolution of the standards.
* The files needed to build the C++ extension modules were moved to the [`src/ext/`](https://github.com/LaboratoireMecaniqueLille/crappy/tree/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/ext) folder of the project.
* Crappy now raises a `CrappyFail` exception when stopped with CTRL+C, or when stopped by an unexpected exception. This is to prevent an external code launching Crappy from keeping running in case something goes wrong.
* To stop Crappy in a clean way in all scripts, a [`StopBlock`](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/stop_block.py) and a [`StopButton` Block](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/blocks/stop_button.py) were added to the module.
* The documentation of the module was greatly improved. All the objects listed in the API section are now fully documented, and the tutorials section was made as complete as possible. Overall, the documentation has a clearer layout, and contains more information.
* The [`Overlay` tool](https://github.com/LaboratoireMecaniqueLille/crappy/blob/d1d7f5e78c19c70a38d1556054e39866fe4e176b/src/crappy/tool/camera_config/config_tools/overlay_object.py) was added to allow users to display custom overlays on top of images processed by a child of the Camera Block.
* README.md files were added in each folder of the project to make it clearer what the different sections are intended for.
* Deprecation errors were added to the module to signal users the deprecated features in version 2.0.0.
* The `CameraGstreamer` and `CameraOpencv` cameras were greatly improved, to better interact with `v4l2` on Linux and provide more functionalities on Windows and macOS.
* In addition, a number of fixes were brought to the different objects in the module.

Merged pull requests
* Fix bug when switching trigger mode by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/32
* Fixed a few bugs by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/33
* Reset Block after cleanup by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/45
* Feature/Runtime order check in Block by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/46
* Add button to auto apply settings in the configuration window by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/48
* Allow custom overlay on Camera Displayer by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/49
* Make it more user-friendly to instantiate custom Camera Blocks by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/50
* Add a step option for the camera scale setting in the configuration window by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/51
* Documentation update for version 2.0.0 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/52
* Add example demonstrating the creation of a custom Camera Block by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/53
* Simplify the creation of custom Path objects by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/54
* Update the README files by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/56
* Enhancement of the parameters management for the gstreamer camera by PIERROOOTT in https://github.com/LaboratoireMecaniqueLille/crappy/pull/55
* Add deprecation errors for objects renamed between v1.5 and v2.0 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/69
* Release of Crappy version 2.0.0 by WeisLeDocto in https://github.com/LaboratoireMecaniqueLille/crappy/pull/79

New Contributors
* PIERROOOTT made their first contribution in https://github.com/LaboratoireMecaniqueLille/crappy/pull/32

**Full Changelog**: https://github.com/LaboratoireMecaniqueLille/crappy/compare/v1.5.11...v2.0.0

The tarball and the wheel are available [on PyPI](https://pypi.org/project/crappy/2.0.0/)

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.