• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jakirkham / cybuffer / 153

Builds Branch Commit Type Ran Committer Via Coverage
153 skip_mk_memoryview Skip creating a `memoryview` from `obj` At this stage, there is no real value to creating a `memoryview` from our data to create an object vs. just using the buffer protocol to fill out our buffer. Under the hood, the `PyMemoryView_FromObject` ca... Pull #11 23 Nov 2018 11:01PM UTC web-flow travis-ci-com pending completion   set done
152 master Merge pull request #9 from jakirkham/use_Struct_object Make `Struct` object for `pointer_to_nested_list` push 20 Nov 2018 09:31PM UTC web-flow travis-ci-com pending completion   set done
151 use_Struct_object Make `Struct` object for `pointer_to_nested_list` Instead of calling `struct.unpack` using `fmt` within `pointer_to_nested_list`, make a `Struct` object and pass its `unpack` method into `pointer_to_nested_list`. As `struct.unpack` ends up constr... Pull #9 20 Nov 2018 09:13PM UTC web-flow travis-ci-com pending completion   set done
150 master Merge pull request #8 from jakirkham/support_suboffsets_tolist Support `suboffsets` in `tolist` push 20 Nov 2018 07:18AM UTC web-flow travis-ci-com pending completion   set done
149 support_suboffsets_tolist Support `suboffsets` in `tolist` Update the `tolist` implementation to handle `suboffsets`. If any values in `suboffsets` are negative, skip applying them. Further if `suboffsets` is `NULL`, treat it as if all `suboffsets` are negative. Thus the ... Pull #8 20 Nov 2018 06:50AM UTC web-flow travis-ci-com pending completion   set done
148 master Merge pull request #7 from jakirkham/rename_pointer_to_nested_list Rename pointer_to_list to pointer_to_nested_list push 20 Nov 2018 06:14AM UTC web-flow travis-ci-com pending completion   set done
147 rename_pointer_to_nested_list Rename pointer_to_list to pointer_to_nested_list Makes it a little clearer what is returned. Namely this is not a flattened list, but a nested listed preserving the structure of the original data. Pull #7 20 Nov 2018 05:55AM UTC web-flow travis-ci-com pending completion   set done
146 master Merge pull request #4 from jakirkham/add_cython_impl Add Cython object implementing the buffer protocol push 20 Nov 2018 05:22AM UTC web-flow travis-ci-com pending completion   set done
145 add_cython_impl Unwrap line Pull #4 20 Nov 2018 05:01AM UTC web-flow travis-ci-com pending completion   set done
144 add_cython_impl Unwrap line Pull #4 20 Nov 2018 04:17AM UTC web-flow travis-ci-com pending completion   set done
143 add_cython_impl Update variables at each step once Adjusts the shape and stride pointers before entering the `for`-loop to cutdown on the pointer math required. Similarly update the dimensionality for the same reason. Update the data pointer after each step take... Pull #4 20 Nov 2018 04:10AM UTC web-flow travis-ci-com pending completion   set done
142 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 20 Nov 2018 03:39AM UTC web-flow travis-ci-com pending completion   set done
141 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 20 Nov 2018 03:36AM UTC web-flow travis-ci-com pending completion   set done
140 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 20 Nov 2018 03:14AM UTC web-flow travis-ci-com pending completion   set done
139 add_cython_impl Optimize `cybuffer`'s method `tolist` Makes some improvements to `tolist` by rewriting the underlying utility function to operate directly on the raw pointer to the data instead of using Cython's `memoryview` object. Overall improves the speed of... Pull #4 19 Nov 2018 11:37PM UTC web-flow travis-ci-com pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc