Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up-
University of Cambridge
- Cambridge UK
- http://ericwieser.me
Pinned
2,251 contributions in the last year
Activity overview
Contribution activity
January 2020
Created a pull request in pydata/sparse that received 16 comments
ENH: Add numba extension support for COO objects
Over in pygae/clifford, we're finding we want to be able to write optimized loops using arr.coords and arr.data.
This aims to be the minimum amount…
+349
−0
•
16
comments
- BUG: Do not doubly-unquote executable names
- BUG: Flags should not contain spaces
- MAINT/BUG: Fixups to scalar base classes
- MAINT: clean up some macros in scalarapi.c
- WIP,BUG: Remove some internal UCS2 uses
- BUG: Add some missing C error handling
- MAINT: Avoid escaping unicode in error messages
- MAINT: Ensure `_convert_from_*` functions set errors
- MAINT: Refactor dtype conversion functions to be more similar
- BUG: Add missing error handling to _convert_from_list
- MAINT: Push down declarations in _convert_from_*
- MAINT: Express PyArray_DescrAlignConverter in terms of _convert_from_any
- MAINT: Use a simpler return convention for internal functions
- BUG: Fix PyArray_DescrAlignConverter2 on tuples
- MAINT: remove duplicated if statements between DescrConverters
- MAINT: Tidy PyArray_DescrConverter
- BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()
- MAINT: Work with unicode strings in `dtype('i8,i8')`
- MAINT: Remove FIXME comments introduced in the previous commit
- MAINT: Improve const-correctness
- MAINT: Implement keyword-only arguments as syntax
- MAINT: Delete numpy.distutils.compat
- MAINT: Improve const-correctness of string arguments
- MAINT: Improve const-correctness of shapes and strides
- MAINT: Eliminate some calls to `eval`
- Some pull requests not shown.
- Do not cause a stack overflow if logging fails
- Avoid recursing if get_sim_time logs
- Fail if the `results.xml` file was not created
- Add documentation for the `cocotb-config` script.
- Add test_endian_swapper_hal tests to CI
- Remove unnecessary __getattribute__ calls
- Eliminate indirection in NonHierarchyObject.value
- Use lock on read transaction
- Revert "Allow (B|R)VALID at the same time as (AW|W|AR)READY"
- Fix crash in Pdop.repr with multiple variables
- Refactor differential operators to avoid duplication
- Use NotImplemented to defer MV operations to Dop
- Remove trailing empty return statements
- Cleanup ReciprocalFrame
- Use apply_function_list in Simp.apply
- Remove the now-unused `test_init_slots`
- Add documentation for `metric.symbol_list`
- Drop python 2.7
- MAINT: Clean up, mostly unused imports.
- BUG ensure monotonic property of lerp in numpy.percentile
- BUG: np.load does not handle empty array with an empty descr
- MAINT: Remove Python3 DeprecationWarning from pytest.ini
- DEP: add PendingDeprecation to matlib.py funky namespace
- BUG: Remove temporary change of descr/flags in VOID functions
- MAINT/BUG: Fixups to scalar base classes
- MAINT: clean up some macros in scalarapi.c
- MAINT: Revise imports from collections.abc module
- STY: Use `with open` when possible
- TST: Simplify unicode test
- DOC: Updating Chararry Buffer datatypes #15360
- STY: Convert absolute to relative imports
- MAINT: resolve pyflake F403 'from module import *' used
- MAINT: Const qualify UFunc inner loops
- DOC, BLD: reword release note, upgrade sphinx version
- MAINT: linalg: use symbol suffix in fallback lapack_lite
- MAINT: Use expm1(x) instead of exp(x) - 1
- BUG: `np.resize` negative shape and subclasses edge case fixes
- ENH: Add cyclic garbage collection to NumPy
- MAINT: Remove sys.version checks
- MAINT: Remove sys.version checks in tests
- MAINT: cleanup sys.version dependant code
- MAINT: fix typos
- NEP: issue deprecation warning when creating ragged array (NEP 34)
- Some pull request reviews not shown.
- Fix adder example on windows-ci #1278
- Use -v93 switch for Cadence simulators
- Build libs on setup using setuptools
- Provide a Task-Based BFM Interface
- Add towncrier to maintain release notes
- Allow users to load into any Python code from GPI
- Calculate the PWD variable locally (do not use the Makefile one)
- Install swig on linux ci
- Make Colin maintainer
- Increase version number to 1.4.0 pre-release
- Allow dropping into interactive pdb shell when hitting exception. Ad…
- New example and improve BinaryValue performance
- Adjust path for sim makefiles
- Differentiate set_signal_value for logic string from ASCII string
- Use lock on read transaction
- Remove trailing whitespace
- Do not ignore failures during test initialization
- Fix for handle class equality operators.
- Conditional waiting on events.
- Improve documentation; fix typos.
- Fix with_timeout trigger
- Documentation improvements: add markup; tweak wording; fix typos
Created an issue in cocotb/cocotb that received 7 comments
adder_module test doesn't run properly
From a random CI run:
/c/iverilog/bin/iverilog -o sim_build/sim.vvp -D COCOTB_SIM=1 -s adder -g2012 C:/src/examples/adder/tests/../hdl/adder.v
PYTH…
7
comments
33
contributions
in private repositories
Jan 7 – Jan 23