Aestream

Latest version: v0.6.3

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

Scan your dependencies

Page 1 of 2

0.6.3

What's Changed
* Added Prophesee support for Python by Jegp in https://github.com/aestream/aestream/pull/98
* Fixed CUDA bug by Jegp in https://github.com/aestream/aestream/pull/100

**Full Changelog**: https://github.com/aestream/aestream/compare/v0.6.2...v0.6.3

0.6.2

This release vastly simplifies the code structure (thanks cameron-git!), switches to scikit-build-core and simplifies the Python interface code.

What's Changed
* Scikit build core by Jegp in https://github.com/aestream/aestream/pull/89
* Reorganized Python interface and added Jax by Jegp in https://github.com/aestream/aestream/pull/96

**Full Changelog**: https://github.com/aestream/aestream/compare/v0.6...v0.6.2

0.6

This release marks the addition of the [SynSense Speck chip](https://www.synsense.ai/products/speck-2/) (via [ZMQ](https://zeromq.org/)) and the [EVT3 Metavision](https://docs.prophesee.ai/stable/data/encoding_formats/evt3.html) file format.
We also implemented a rudimentary event viewer, requiring SDL2 as dependency.

Additionally, we found and resolved a memory leak when streaming tensors to the GPU.

What's Changed
* Fix broken link to libcaer. by emijan-kth in https://github.com/aestream/aestream/pull/65
* norse/aestream -> aestream/aestream by Jegp in https://github.com/aestream/aestream/pull/68
* Fixed buffer overflow for large aedat4 files by Jegp in https://github.com/aestream/aestream/pull/71
* Re-introduced python support for inivation cameras by Jegp in https://github.com/aestream/aestream/pull/72
* Added CSV reading by Jegp in https://github.com/aestream/aestream/pull/74
* GeNN support by neworderofjamie in https://github.com/aestream/aestream/pull/75
* Fixed segfault issue when closing camera and added dev docs by Jegp in https://github.com/aestream/aestream/pull/76
* late-night capocaccia mac ports by Jegp in https://github.com/aestream/aestream/pull/80
* Feature leak by Jegp in https://github.com/aestream/aestream/pull/81
* More refined GeNN by neworderofjamie in https://github.com/aestream/aestream/pull/77
* Feature evt3 by Jegp in https://github.com/aestream/aestream/pull/83
* Feature viewer by Jegp in https://github.com/aestream/aestream/pull/82
* Feature logo by Jegp in https://github.com/aestream/aestream/pull/84
* Add Zmq support and a speck subcommand in CLI and Python by Jegp in https://github.com/aestream/aestream/pull/86

New Contributors
* neworderofjamie made their first contribution in https://github.com/aestream/aestream/pull/75

**Full Changelog**: https://github.com/aestream/aestream/compare/v0.5...v0.6

0.5.1

The most significant change in this release is the migration to the [DLPack](https://github.com/dmlc/dlpack) in-memory structure via [nanobind](https://github.com/wjakob/nanobind). Briefly speaking, this means cleaner integration with numpy and native integration with device tensors, via accelerators such as PyTorch or Jax. In practice, we can now remove heavy dependencies because we hand off event data solely based on their memory pointers, without requiring large library APIs.

This release took a while, but it's worth the effort, and there are many future enhancements in the works. For instance, support for Inivation and Prophesee cameras, support for additional file formats, and performance improvements. :rocket:

A *big* thank you to stevenabreu7 for helping with M1 support, cameron-git for efforts around documentation, API design, and reviews, and cantordust for participating in API design, reviews, and lively discussions about C++ shenaningans :heart:

What's Changed
* Package restructure by Jegp in https://github.com/norse/aestream/pull/46
* Support for both numpy and pytorch by Jegp in https://github.com/norse/aestream/pull/52
* Documentation by Jegp in https://github.com/norse/aestream/pull/55
* add M1 support by stevenabreu7 in https://github.com/norse/aestream/pull/56
* Re-introduced file reading with nanobind primitives by Jegp in https://github.com/norse/aestream/pull/57
* Re-introduced AEDAT4 and restructured file reading by Jegp in https://github.com/norse/aestream/pull/59


**Full Changelog**: https://github.com/norse/aestream/compare/v0.4.0...v0.5

0.4.0

This release contributes performance improvements for the GPU accelerated tensor code and robust continuous integration builds, so we can ensure that AEStream works correctly across multiple versions of OSs and Python

Specifically, we have
* Split CPU and GPU builds, which allows us to test them independently
* Migrated to scikit-build to support matrix builds in continuous integration
* Added the `aestream` binary on `pip install`, so users can avoid cmake'ing the project from source
* Performance improvements for assigning event-data to CUDA tensors

0.3.0

This release features device-agnostic discovery, which removes the need for USB hardware addresses in the Python interface. Devices can now directly be opened by `USBInput((X,Y))` instead of `USBInput(hw_bus, hw_address, (X, Y))`.

Additionally, CUDA code was added to accelerate GPU-related code while fixing a memory-related bug in recent versions of CUDA/PyTorch.

Finally, we added smaller fixes related to Prophesee cameras, GitHub workflows, and documentation.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.