Skip to content

Commit

Permalink
LBManager python binding updates and examples (#46)
Browse files Browse the repository at this point in the history
- Fix `LBManager::version()` binding
- More LBManager and CP helper class bindings
- Almost reproduce all the `e2sar_lbcp_live_test` tests with Python
notebook examples
- Change version no from `0.1.0` to `0.1.1`
  • Loading branch information
cissieAB authored Sep 16, 2024
2 parents 99cd303 + 351e7bf commit df3b5b3
Show file tree
Hide file tree
Showing 6 changed files with 1,191 additions and 128 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('E2SAR', 'cpp',
version: '0.1.0', default_options : ['cpp_std=c++17'])
project('E2SAR', 'cpp',
version: '0.1.1', default_options : ['cpp_std=c++17'])

compiler = meson.get_compiler('cpp')

Expand Down
Loading

0 comments on commit df3b5b3

Please sign in to comment.