Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next release v5.0.0 #42

Merged
merged 13 commits into from
Feb 26, 2024
Merged

next release v5.0.0 #42

merged 13 commits into from
Feb 26, 2024

Conversation

casperdcl
Copy link
Member

@casperdcl casperdcl commented Feb 25, 2024

  • pybind11, swig: add shape @property & setter
  • pybind11: replace refs (&) => pointers (*)
  • pybind11: implicit tuple => std::vector<size_t> conversion
  • swig: rename swvec => cuvec_swig
  • swig: drop SwigCuVec_data
  • swig: drop SwigCuVec alias in favour of NDCuVec
  • cpython: (re)add backward-compatible header (was removed in next release v4.1.0 #40)
  • docs: overhaul tabs & API
  • build: RelWithDebInfo
  • build: use pybind11_add_module <= python_add_library
  • tests: speed up by using smaller sizes
  • misc code tidy

Copy link

codecov bot commented Feb 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (762db39) to head (7f95eaf).

Additional details and impacted files
@@            Coverage Diff            @@
##              main       #42   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          284       297   +13     
=========================================
+ Hits           284       297   +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@casperdcl casperdcl merged commit b9a12bd into main Feb 26, 2024
13 checks passed
@casperdcl casperdcl deleted the clean-api branch February 26, 2024 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant