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

eriknw / grblas / 121

Builds Branch Commit Type Ran Committer Via Coverage
121 subassign Add `input_mask=` argument for extracting values. Also, add coverage-based tests. Also, add error messages for subassign (these were raising "TODO"). Also, reset automatic name index for each test to make it easier to compare versions of code. push 01 Dec 2020 07:45PM UTC eriknw travis-ci pending completion
120 subassign Coverage-related changes. - Record calls that used to raise `NoValue` exception. Now `NoValue` is a singleton (hmm, maybe it should no longer be an exception). - Test (and fix) using `dtype` in `Matrix.to_values`. - Be explicit about when `keys`... push 21 Nov 2020 12:37AM UTC eriknw travis-ci pending completion
119 subassign Don't allow Matrix mask in `C[I, j](M) << c`. This has several "TODO" error messages to write! push 19 Nov 2020 08:31PM UTC eriknw travis-ci pending completion
118 subassign Support subassign with expected syntax `C[I, J](Mask) << A` Things became much simpler after introducing `Assigner`, which is the result of `C[I, J](Mask)` and `C(Mask)[I, J]` operations. This was handled by `AmbiguousAssignOrExtract`. This int... push 17 Nov 2020 09:21PM UTC eriknw travis-ci pending completion
117 record_calls Fix install ipython in travisCI push 09 Nov 2020 09:52PM UTC eriknw travis-ci pending completion
116 record_calls Specify at least IPython 7 to run the notebook tests push 05 Nov 2020 08:51PM UTC eriknw travis-ci pending completion
115 record_calls Nicer repr for recorder and fix bug when in Notebook Using a contextvar for the current recorder doesn't allow it to proceed across multiple cells in Jupyter Notebook. So, we fix this by keeping track of the previous recorder and use that if the... push 05 Nov 2020 06:58PM UTC eriknw travis-ci pending completion
114 record_calls Improve recording of GraphBLAS calls. Now, all vector and matrix calls are captured (except free in `__del__`). Added `_nrows`, `_ncols`, `_size`, and `_vals` to use internally so the calls aren't recorded. Also, calls done when creating the rep... push 30 Sep 2020 02:41AM UTC eriknw travis-ci pending completion
113 record_calls Make sure `from grblas import *` works as expected push 22 Sep 2020 09:01PM UTC eriknw travis-ci pending completion
112 record_calls Record more calls (including "new", "dup", and "build") push 22 Sep 2020 08:45PM UTC eriknw travis-ci pending completion
111 record_calls Add simple test for recorder push 22 Sep 2020 06:47PM UTC eriknw travis-ci pending completion
110 record_calls First stab at recorder. Appears to work, but could use more tests. push 22 Sep 2020 05:46PM UTC eriknw travis-ci pending completion
109 record_calls Get ready for recording GraphBLAS calls. Every non-None argument to a GraphBLAS call needs to be wrapped by a Python object to be recorded. This is now done for most things. We should aspire to use `call` instead of `check_status`, since the reco... push 22 Sep 2020 04:16PM UTC eriknw travis-ci pending completion
108 lshift_scalar Oh, looks like notebook conversion is working again. Hooray! push 18 Sep 2020 09:07PM UTC eriknw travis-ci pending completion
107 lshift_scalar Test pygraphblas backend push 18 Sep 2020 08:57PM UTC eriknw travis-ci pending completion
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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