Skip to content

Commit

Permalink
Recompile event_stream with numpy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jun 20, 2024
1 parent 527799c commit 5a142e1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ jobs:
name: dist
path: dist
- run: mv wheelhouse/* dist/
- uses: pypa/[email protected].10
- uses: pypa/[email protected].14
with:
password: ${{ secrets.PYPI_API_TOKEN }}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ for keyframe_index in range(0, keyframes):
# where T is the second argument passed to IndexedDecoder
# chunk is a numpy array whose dtype depends on the decoder type:
# generic: [('t', '<u8'), ('bytes', 'object')]
# dvs: [('t', '<u8'), ('x', '<u2'), ('y', '<u2'), ('on', '?')]
# atis: [('t', '<u8'), ('x', '<u2'), ('y', '<u2'), ('exposure', '?'), ('polarity', '?')]
# dvs: [('t', '<u8'), ('x', '<u2'), ('y', '<u2'), (('on', 'p'), '?')]
# atis: [('t', '<u8'), ('x', '<u2'), ('y', '<u2'), (('exposure', 'e'), '?'), (('polarity', 'p'), '?')]
# color: [('t', '<u8'), ('x', '<u2'), ('y', '<u2'), ('r', '?'), ('g', '?'), ('b', '?')]
# chunk may be empty
chunk = decoder.chunk(keyframe_index)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def finalize_options(self):

setuptools.setup(
name="event_stream",
version="1.6.1",
version="1.6.2",
url="https://github.com/neuromorphicsystems/event_stream",
author="Alexandre Marcireau",
author_email="[email protected]",
Expand Down

0 comments on commit 5a142e1

Please sign in to comment.