-
Notifications
You must be signed in to change notification settings - Fork 11
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
Refactor of semantics and tests en route to 2.0 #88
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit fda7b0f Author: Eric Humphrey <[email protected]> Date: Tue Apr 18 16:50:04 2017 -0400 final nits commit adf037e Author: Eric Humphrey <[email protected]> Date: Tue Apr 18 10:46:17 2017 -0400 Added inf-loop xfail test and pytest-timeout to test-optional setup file. commit ce75025 Author: Eric Humphrey <[email protected]> Date: Tue Apr 18 10:22:54 2017 -0400 Added simpler test of re-mux failure commit 055e4ac Author: Eric Humphrey <[email protected]> Date: Tue Apr 18 10:06:16 2017 -0400 Added test for mux reboot failure commit 58da35c Author: Eric Humphrey <[email protected]> Date: Tue Apr 18 08:06:37 2017 -0400 Reverted version numbering, added mux comments commit 893c7ed Author: Eric Humphrey <[email protected]> Date: Mon Apr 17 15:18:18 2017 -0400 Added critical mux test with streamer interruption. commit b65d43f Author: Eric Humphrey <[email protected]> Date: Mon Apr 17 11:26:20 2017 -0400 Incorporated bmcfee + cjacoby feedback. commit eb91dba Author: Eric Humphrey <[email protected]> Date: Fri Apr 14 18:10:23 2017 -0400 Updated notebook commit 5fdb323 Author: Eric Humphrey <[email protected]> Date: Fri Apr 14 17:53:05 2017 -0400 Reworked zmq example for burning cycles, demonstrates backgrounding. commit 202fda7 Author: Eric Humphrey <[email protected]> Date: Fri Apr 14 16:56:59 2017 -0400 Fixed up mux_files example commit 716d772 Author: Eric Humphrey <[email protected]> Date: Fri Apr 14 16:41:39 2017 -0400 Updated keras example commit 66c1013 Author: Eric Humphrey <[email protected]> Date: Fri Apr 14 16:19:46 2017 -0400 Updated keras example commit 3efcdef Author: Eric Humphrey <[email protected]> Date: Fri Apr 14 15:43:55 2017 -0400 Normalized all version refs as 1.1/2.0 commit 005fc4c Author: Eric Humphrey <[email protected]> Date: Fri Apr 14 15:38:30 2017 -0400 Added base tuples map, plus slightly better failure mode checking in data maps. commit fd7f645 Author: Eric Humphrey <[email protected]> Date: Thu Apr 13 18:24:43 2017 -0400 Added keras_tuples to maps.__all__ commit a528907 Author: Eric Humphrey <[email protected]> Date: Thu Apr 13 12:01:41 2017 -0400 Bumped test coverage for deprecation utils and buffered commit 588a064 Author: Eric Humphrey <[email protected]> Date: Wed Apr 12 17:26:08 2017 -0400 Bumped maps test coverage, removed unused functionality from buffered. commit 8b70f4b Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 23:15:14 2017 -0400 Seeded mux-of-muxes for non-flakiness commit afa4750 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 23:05:24 2017 -0400 Added rename_kws to Mux. commit bfa49d0 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 22:52:04 2017 -0400 s/lam/rate in Mux, tweaks to mux-of-muxes test commit 2a80d74 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 22:31:01 2017 -0400 Added check on #79 -- performance is flaky though? commit ed07439 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 22:26:49 2017 -0400 Added mux of muxes check commit 552f8c0 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 22:12:13 2017 -0400 Added keras_tuples to maps commit ae9fdf7 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 21:29:08 2017 -0400 Cleaned some ZMQ semantics. commit 1b2217b Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 21:18:29 2017 -0400 Added maps subset to top-level module commit f66da1f Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 15:51:58 2017 -0400 Deprecates v1 buffering functionality commit 4c0543d Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 15:51:16 2017 -0400 Adds deprecation warning for old param-name commit 0a6eca0 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 15:50:17 2017 -0400 Moves batch_length and test to util commit 265dee7 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 14:44:12 2017 -0400 Introduces pescador.maps with buffer_stream test. commit bdbf0a1 Author: Eric Humphrey <[email protected]> Date: Tue Apr 11 08:09:53 2017 -0400 Added deprecation hooks to core commit 37674ad Author: Eric Humphrey <[email protected]> Date: Mon Apr 10 17:21:05 2017 -0400 Added decorator dependency to setup.py commit 179d2d1 Author: Eric Humphrey <[email protected]> Date: Sun Apr 9 15:58:27 2017 -0400 Dropped a bunch of deprecation breadcrumbs all over the place. commit da42dbf Author: Eric Humphrey <[email protected]> Date: Sun Apr 9 14:51:57 2017 -0400 Cleaned iterate calls in test_core, added Streamer(iterable) test. commit 44d82c2 Author: Eric Humphrey <[email protected]> Date: Sun Apr 9 13:34:54 2017 -0400 Cleaned up ZMQStreamer, minified tests for Streamer iteration agnosticism commit 71be519 Author: Eric Humphrey <[email protected]> Date: Sun Apr 9 13:26:36 2017 -0400 Scrubbed Mux semantics. commit 97ce093 Author: Eric Humphrey <[email protected]> Date: Sun Apr 9 13:26:15 2017 -0400 Scrubbed buffer semantics. commit 05bb1bd Author: Eric Humphrey <[email protected]> Date: Sun Apr 9 13:25:54 2017 -0400 Scrubbed Streamer semantics, s/generate/iterate commit faf7c87 Author: Eric Humphrey <[email protected]> Date: Thu Apr 6 09:49:45 2017 -0400 Fixed semantic confusion after brushing up on terminology. commit 7e1cc33 Author: Eric Humphrey <[email protected]> Date: Thu Apr 6 09:43:16 2017 -0400 Semantic mods to buffered + zmq commit 872ae1a Author: Eric Humphrey <[email protected]> Date: Thu Apr 6 09:42:49 2017 -0400 Semantic tweaks to mux commit 06bdaf5 Author: Eric Humphrey <[email protected]> Date: Wed Apr 5 15:22:14 2017 -0400 First pass at linguistic polish; adds __iter__ iterface to Streamer commit c1d3aa0 Author: Eric Humphrey <[email protected]> Date: Mon Apr 3 19:33:11 2017 -0400 Added a StreamActivator test + refactored for single submodule. commit f5fa17c Author: Eric Humphrey <[email protected]> Date: Mon Apr 3 19:22:07 2017 -0400 Renamed tests for consistency with submodules.
This was referenced Apr 18, 2017
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Supersedes #80
commit fda7b0f
Author: Eric Humphrey [email protected]
Date: Tue Apr 18 16:50:04 2017 -0400
commit adf037e
Author: Eric Humphrey [email protected]
Date: Tue Apr 18 10:46:17 2017 -0400
commit ce75025
Author: Eric Humphrey [email protected]
Date: Tue Apr 18 10:22:54 2017 -0400
commit 055e4ac
Author: Eric Humphrey [email protected]
Date: Tue Apr 18 10:06:16 2017 -0400
commit 58da35c
Author: Eric Humphrey [email protected]
Date: Tue Apr 18 08:06:37 2017 -0400
commit 893c7ed
Author: Eric Humphrey [email protected]
Date: Mon Apr 17 15:18:18 2017 -0400
commit b65d43f
Author: Eric Humphrey [email protected]
Date: Mon Apr 17 11:26:20 2017 -0400
commit eb91dba
Author: Eric Humphrey [email protected]
Date: Fri Apr 14 18:10:23 2017 -0400
commit 5fdb323
Author: Eric Humphrey [email protected]
Date: Fri Apr 14 17:53:05 2017 -0400
commit 202fda7
Author: Eric Humphrey [email protected]
Date: Fri Apr 14 16:56:59 2017 -0400
commit 716d772
Author: Eric Humphrey [email protected]
Date: Fri Apr 14 16:41:39 2017 -0400
commit 66c1013
Author: Eric Humphrey [email protected]
Date: Fri Apr 14 16:19:46 2017 -0400
commit 3efcdef
Author: Eric Humphrey [email protected]
Date: Fri Apr 14 15:43:55 2017 -0400
commit 005fc4c
Author: Eric Humphrey [email protected]
Date: Fri Apr 14 15:38:30 2017 -0400
commit fd7f645
Author: Eric Humphrey [email protected]
Date: Thu Apr 13 18:24:43 2017 -0400
commit a528907
Author: Eric Humphrey [email protected]
Date: Thu Apr 13 12:01:41 2017 -0400
commit 588a064
Author: Eric Humphrey [email protected]
Date: Wed Apr 12 17:26:08 2017 -0400
commit 8b70f4b
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 23:15:14 2017 -0400
commit afa4750
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 23:05:24 2017 -0400
commit bfa49d0
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 22:52:04 2017 -0400
commit 2a80d74
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 22:31:01 2017 -0400
commit ed07439
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 22:26:49 2017 -0400
commit 552f8c0
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 22:12:13 2017 -0400
commit ae9fdf7
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 21:29:08 2017 -0400
commit 1b2217b
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 21:18:29 2017 -0400
commit f66da1f
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 15:51:58 2017 -0400
commit 4c0543d
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 15:51:16 2017 -0400
commit 0a6eca0
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 15:50:17 2017 -0400
commit 265dee7
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 14:44:12 2017 -0400
commit bdbf0a1
Author: Eric Humphrey [email protected]
Date: Tue Apr 11 08:09:53 2017 -0400
commit 37674ad
Author: Eric Humphrey [email protected]
Date: Mon Apr 10 17:21:05 2017 -0400
commit 179d2d1
Author: Eric Humphrey [email protected]
Date: Sun Apr 9 15:58:27 2017 -0400
commit da42dbf
Author: Eric Humphrey [email protected]
Date: Sun Apr 9 14:51:57 2017 -0400
commit 44d82c2
Author: Eric Humphrey [email protected]
Date: Sun Apr 9 13:34:54 2017 -0400
commit 71be519
Author: Eric Humphrey [email protected]
Date: Sun Apr 9 13:26:36 2017 -0400
commit 97ce093
Author: Eric Humphrey [email protected]
Date: Sun Apr 9 13:26:15 2017 -0400
commit 05bb1bd
Author: Eric Humphrey [email protected]
Date: Sun Apr 9 13:25:54 2017 -0400
commit faf7c87
Author: Eric Humphrey [email protected]
Date: Thu Apr 6 09:49:45 2017 -0400
commit 7e1cc33
Author: Eric Humphrey [email protected]
Date: Thu Apr 6 09:43:16 2017 -0400
commit 872ae1a
Author: Eric Humphrey [email protected]
Date: Thu Apr 6 09:42:49 2017 -0400
commit 06bdaf5
Author: Eric Humphrey [email protected]
Date: Wed Apr 5 15:22:14 2017 -0400
commit c1d3aa0
Author: Eric Humphrey [email protected]
Date: Mon Apr 3 19:33:11 2017 -0400
commit f5fa17c
Author: Eric Humphrey [email protected]
Date: Mon Apr 3 19:22:07 2017 -0400