|
95dd77bbd6
|
Merge remote-tracking branch 'origin/keymouse' into keymouse
|
2019-02-25 23:03:23 -07:00 |
|
|
babdb76a17
|
keymouse: grew fix because fix.
|
2019-02-25 23:03:00 -07:00 |
|
|
0f77a6586c
|
keymouse: Fixed input slowdown.
|
2019-02-25 23:02:26 -07:00 |
|
|
2267d591b7
|
keymouse: Fixed input slowdown.
|
2019-02-25 22:57:03 -07:00 |
|
|
522e2076bf
|
Merge pull request #17 from SimLeek/keymouse
Keymouse
|
2019-02-25 22:16:28 -07:00 |
|
|
a483047763
|
keymouse: Added input examples.
|
2019-02-25 22:13:04 -07:00 |
|
|
6ef7758e7c
|
keymouse: grew fix for added functionality.
|
2019-02-25 22:10:37 -07:00 |
|
|
e54e3b26be
|
keymouse: Created input loop decorators. Added tests. Added mouse events and mouse event handling. Added mouse interaction to conway test.
|
2019-02-25 22:09:37 -07:00 |
|
|
1b6e0011bd
|
Merge pull request #16 from SimLeek/exceptions
Exceptions
|
2019-02-25 20:21:24 -07:00 |
|
|
cb3f3d7b10
|
exceptions: Moved callbacks to its own location. Added VideoHandlerThread callback exception handling. Added exception tests.
|
2019-02-25 20:14:09 -07:00 |
|
|
afca15e824
|
callbacks: Modified callbacks example to use coords with modification.
|
2019-02-24 21:24:29 -07:00 |
|
|
5fd06fabcf
|
callbacks: Modified callbacks example to use coords.
|
2019-02-24 21:21:04 -07:00 |
|
|
877149194a
|
callbacks: Added pytorch function display and pytorch conway life example. Still need to test coords.
|
2019-02-24 21:04:35 -07:00 |
|
|
8ea078ed21
|
Merge pull request #15 from SimLeek/callbacks
Callbacks
|
2019-02-24 01:48:27 -07:00 |
|
|
c171895833
|
callbacks: Grew minor due to added features.
|
2019-02-24 01:43:09 -07:00 |
|
|
82e81fc32b
|
callbacks: Fixed some sonarlint problems. Added test for image with opencv scaling args.
|
2019-02-24 01:42:27 -07:00 |
|
|
767ebc4381
|
callbacks: Moved global_cv_display_callback to callbacks file. Added gpu-like function_display_callback. Removed need for wp.display_callback when using .display(). Added tests and examples.
|
2019-02-24 01:28:48 -07:00 |
|
|
3e09a8a196
|
Merge pull request #14 from SimLeek/nesting
nesting: Grew fix to fix tensor displaying. Added list handling. Impr…
|
2019-02-20 22:49:29 -07:00 |
|
|
ef467f2b61
|
nesting: Grew fix to fix tensor displaying. Added list handling. Improved tensor display test. Added list editing handling.
|
2019-02-20 22:45:12 -07:00 |
|
|
4cadbe5c7d
|
Merge pull request #13 from SimLeek/nesting
Nesting
|
2019-02-20 22:17:48 -07:00 |
|
|
9e5a27731e
|
nesting: Grew minor due to large feature addition.
|
2019-02-20 22:11:06 -07:00 |
|
|
1c802f0a4f
|
nesting: Added ability to display tensors of any rank as multiple windows. Added to readme. lowered opencv_python requirement due to char* assertion bug.
|
2019-02-20 22:08:06 -07:00 |
|
|
afb4f42784
|
Merge pull request #11 from SimLeek/wheel_testing
wheel_testing: updated deploy key using com method.
|
2019-02-20 01:18:08 -07:00 |
|
|
da1d4fa394
|
wheel_testing: updated deploy key using com method.
|
2019-02-20 01:13:57 -07:00 |
|
|
a59073b198
|
Merge pull request #10 from SimLeek/wheel_testing
Wheel testing
|
2019-02-20 01:05:57 -07:00 |
|
|
fe5cfefd40
|
wheel_testing: fixed wheel testing build selector.
|
2019-02-20 01:01:56 -07:00 |
|
|
6fd75c5131
|
wheel_testing: restricting wheel tests to current testing python version.
|
2019-02-20 00:57:17 -07:00 |
|
|
17ef814670
|
wheel_testing: Added comma to fix requires
|
2019-02-20 00:41:34 -07:00 |
|
|
8d3e3140d1
|
wheel_testing: Added spaces between requires operators as a hack to fix cibuildwheel
|
2019-02-20 00:41:09 -07:00 |
|
|
fb23de5d50
|
wheel_testing: Added spaces after requires as a hack to fix cibuildwheel
|
2019-02-20 00:30:23 -07:00 |
|
|
28034b764b
|
wheel_testing: Removed quotes from username just in case.
|
2019-02-20 00:22:22 -07:00 |
|
|
be04806d27
|
wheel_testing: bumped fix version. Fixed pypi uploading. fixed localpubsub requirement.
|
2019-02-20 00:21:41 -07:00 |
|
|
42d0d60bfe
|
wheel_testing: Made travis pip installs verbose. Updated opencv version.
|
2019-02-19 23:35:16 -07:00 |
|
|
6cac03e941
|
wheel_testing: added .whl file testing to travis. Added auto-deployment. Version fixed requirements.txt. Removed requirements.txt from setup.py.
|
2019-02-19 23:25:13 -07:00 |
|
|
5db1e21e49
|
grew fix
|
2019-01-22 22:11:47 -07:00 |
|
|
9d9b11c0a3
|
fixed requirements file typo
|
2019-01-22 22:11:24 -07:00 |
|
|
7a3fb41c73
|
grew fix
|
2019-01-22 22:01:14 -07:00 |
|
|
58eeb73e3d
|
Switched from pubsubs to my own localpubsub library. Set to specific version.
|
2019-01-22 21:58:49 -07:00 |
|
|
8825b3af11
|
grew fix.
|
2019-01-21 22:19:12 -07:00 |
|
|
9c797df55c
|
fixed obvious bug. How the heck did this get here anyway?
|
2019-01-21 22:18:51 -07:00 |
|
|
b3afe23b46
|
Updated minor version. Added ability to display numpy arrays as still videos. Added test.
|
2019-01-21 22:04:30 -07:00 |
|
|
aaf161ff08
|
Updated fix version.
|
2018-11-15 16:35:57 -07:00 |
|
|
fef4a335f0
|
Updated requirements and version
|
2018-11-15 16:25:20 -07:00 |
|
|
e3b60a441f
|
fixed readme titles. Fixed pypi to git site link.
|
2018-08-09 21:55:03 -07:00 |
|
|
5fc1279c47
|
updated readme to consistent format.
|
2018-08-09 21:53:30 -07:00 |
|
|
256df87eaa
|
Changed frame_handler_thread to VideoHandlerThread class. Added display_callbacks. Added frame_handler documentation. Added display function. Added set_global_frames_dict. Update VideoHandlerThread to use callback list. Added tests. Used tests as examples in readme. Updated pypi readme.
|
2018-08-09 21:48:12 -07:00 |
|
|
356558a953
|
Changed to cvpubsubs. Initialized hatch.
|
2018-08-08 20:05:21 -07:00 |
|
|
2b7899377e
|
Updated major version due to breaking changes. Reformatted files and imports. Removed unused ctrl commands. Made all pubsub channels camel case. changed sub_win_loop to class. Removed implementation specific code. Removed unreliable 'x to quit' code. Made windows quit from pubsub. Added WinCtrl class for window specific commands. Added threaded interactive key press test. Removed testt file.
|
2018-04-08 14:12:02 -07:00 |
|
|
496a5eaffe
|
Merge pull request #1 from sampanes/master
I have added functionality of entering letters during runtime, they a…
|
2018-04-08 12:04:14 -07:00 |
|
|
3dceaee9a7
|
I have added functionality of entering letters during runtime, they are displayed for you viewing pleasure. Additionally, I have began working making the item listed above be pubsub'd and there more useful to all of mankind
|
2018-04-03 19:39:18 -07:00 |
|