Skip to content
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

Feature/rxpy 3.0 #284

Merged
merged 183 commits into from
Jan 21, 2019
Merged

Feature/rxpy 3.0 #284

merged 183 commits into from
Jan 21, 2019

Commits on Dec 31, 2018

  1. First iteration of RxPY 3.0

    dbrattli committed Dec 31, 2018
    Configuration menu
    Copy the full SHA
    41a47b9 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2019

  1. Configuration menu
    Copy the full SHA
    4cd57ae View commit details
    Browse the repository at this point in the history
  2. Fixed filter tests

    dbrattli committed Jan 1, 2019
    Configuration menu
    Copy the full SHA
    1c2ea61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d4169e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbd9a37 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2019

  1. Operators refactored

    dbrattli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    2805b18 View commit details
    Browse the repository at this point in the history
  2. Refactored

    dbrattli committed Jan 2, 2019
    Configuration menu
    Copy the full SHA
    1aba720 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8beb60a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f38cc24 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2019

  1. Refactoring more operators

    dbrattli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    4e515bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae623e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    650fa0f View commit details
    Browse the repository at this point in the history
  4. Fixes more operators

    dbrattli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c05a7b2 View commit details
    Browse the repository at this point in the history
  5. Updated readme

    dbrattli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    fdec085 View commit details
    Browse the repository at this point in the history
  6. Fixed tests for empty

    dbrattli committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    924df9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4ec4457 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce73dde View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2019

  1. Configuration menu
    Copy the full SHA
    4b2785f View commit details
    Browse the repository at this point in the history
  2. Add typing hints

    dbrattli committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    217f720 View commit details
    Browse the repository at this point in the history
  3. Added type hints

    dbrattli committed Jan 4, 2019
    Configuration menu
    Copy the full SHA
    0f31033 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. Configuration menu
    Copy the full SHA
    b246665 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b007e0 View commit details
    Browse the repository at this point in the history
  3. Fixed docstrings

    dbrattli committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    a85dd7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95e1b4e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd70918 View commit details
    Browse the repository at this point in the history
  6. setup.py: fixed packages content (#273)

    * setup.py: fixed packages content
    
    * Update setup.py
    MainRo authored and dbrattli committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    9077d64 View commit details
    Browse the repository at this point in the history
  7. Initial documentation structure (#271)

    This is a first commit of #270, to start structuring a documentation.
    For now it contains empty sections, and references to the existing
    APIs (observable, observer, subject, and operators).
    MainRo authored and dbrattli committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    7f5cad2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b0f4b21 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Docstring fixes

    dbrattli committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    6d16e76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c184942 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2019

  1. Configuration menu
    Copy the full SHA
    7d5a08b View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2019

  1. Fixed all, some and amb

    dbrattli committed Jan 9, 2019
    Configuration menu
    Copy the full SHA
    4a3ed2d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3057b06 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2019

  1. partial tests update to pipe style (#274)

    * convert chain to pipe for all operator
    
    * convert chain to pipe for average operator tests
    
    * convert chain to pipe for distinct_until_changed tests
    
    * convert chain to pipe for do_action tests
    
    * convert chain to pipe for flat_map tests + reformating
    
    * convert chain to pipe for last tests
    
    * convert chain to pipe for materialize tests
    Fache Jérémie authored and dbrattli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    e0cf52f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74f058d View commit details
    Browse the repository at this point in the history
  3. Add interval to __init__

    dbrattli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    c52d621 View commit details
    Browse the repository at this point in the history
  4. Refactored dematerialize

    dbrattli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    16d9ccf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    aa541f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4946876 View commit details
    Browse the repository at this point in the history
  7. update tests: amb, of, case, for_in, some, generate, switch_latest, t…

    …imestamp & time_interval (#275)
    
    * convert chain to pipe for all operator
    
    * convert chain to pipe for average operator tests
    
    * convert chain to pipe for distinct_until_changed tests
    
    * convert chain to pipe for do_action tests
    
    * convert chain to pipe for flat_map tests + reformating
    
    * convert chain to pipe for last tests
    
    * convert chain to pipe for materialize tests
    
    * convert chain to pipe for some operator
    
    * convert chain to pipe for switch_latest operator + reformatting
    
    * convert chain to pipe for timestamp & time_interval operator tests
    
    * convert chain to pipe for amb operator tests
    
    * convert chain to pipe for of operator
    
    * convert chain to pipe for case operator tests
    
    * convert chain to pipe for for_in operator tests
    
    * convert chain to pipe for generate operator tests
    Fache Jérémie authored and dbrattli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    174dc1f View commit details
    Browse the repository at this point in the history
  8. Fix forin and some operators (#276)

    * fix wrong import for operator for_in
    
    * fix some with pipe style
    Fache Jérémie authored and dbrattli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    88d643c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    096abb0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd56dee View commit details
    Browse the repository at this point in the history
  11. Refactored pairwise and sum

    dbrattli committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    168cfcd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2efbee5 View commit details
    Browse the repository at this point in the history
  13. ignore docs build dir

    MainRo committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    0a46cbc View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Cleanup

    dbrattli committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    724efa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f7ac50 View commit details
    Browse the repository at this point in the history
  3. Refactored using and window

    dbrattli committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    4955bad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c979e35 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. update tests: min, min_by, max, max_by, zip, delay_with_mapper, conta…

    …ins, sum, to_async, skip, skip_last, default_is_empty, pairwise, using, window (#277)
    
    * convert chain to pipe for all operator
    
    * convert chain to pipe for average operator tests
    
    * convert chain to pipe for distinct_until_changed tests
    
    * convert chain to pipe for do_action tests
    
    * convert chain to pipe for flat_map tests + reformating
    
    * convert chain to pipe for last tests
    
    * convert chain to pipe for materialize tests
    
    * convert chain to pipe for some operator
    
    * convert chain to pipe for switch_latest operator + reformatting
    
    * convert chain to pipe for timestamp & time_interval operator tests
    
    * convert chain to pipe for amb operator tests
    
    * convert chain to pipe for of operator
    
    * convert chain to pipe for case operator tests
    
    * convert chain to pipe for for_in operator tests
    
    * convert chain to pipe for generate operator tests
    
    * convert chain to pipe for tests min, min_by, max, max_by
    
    * convert chain to pipe for zip
    
    * convert chain to pipe for delay_with_mapper + renaming 'selector to mapper'
    
    * renaming test_delaywithselector.py to test_delaywithmapper
    
    * convert chain to pipe for contains operator
    
    * convert chain to pipe for sum
    
    * convert chain to pipe for toasync
    
    * convert chain to pipe for skip, skip_last
    
    * convert chain to pipe for default_if_empty and pairwise
    
    * convert chain to pipe for using operator
    
    * convert chain to pipe for window operator
    Fache Jérémie authored and dbrattli committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    f5934c4 View commit details
    Browse the repository at this point in the history
  2. fix window operator using pipe style (#278)

    Fache Jérémie authored and dbrattli committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    f77822b View commit details
    Browse the repository at this point in the history
  3. Simplify the implementation

    dbrattli committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    13320ce View commit details
    Browse the repository at this point in the history
  4. Fixes for combine_latest

    dbrattli committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    80f8df6 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. Fix python magic methods

    dbrattli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    02a59c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc072e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bcb064 View commit details
    Browse the repository at this point in the history
  4. tests update: take, take_last, concat, defer, from_, timer, interval,…

    … take_with_time, combine_latest, throttle_first (#279)
    
    * convert chain to pipe for all operator
    
    * convert chain to pipe for average operator tests
    
    * convert chain to pipe for distinct_until_changed tests
    
    * convert chain to pipe for do_action tests
    
    * convert chain to pipe for flat_map tests + reformating
    
    * convert chain to pipe for last tests
    
    * convert chain to pipe for materialize tests
    
    * convert chain to pipe for some operator
    
    * convert chain to pipe for switch_latest operator + reformatting
    
    * convert chain to pipe for timestamp & time_interval operator tests
    
    * convert chain to pipe for amb operator tests
    
    * convert chain to pipe for of operator
    
    * convert chain to pipe for case operator tests
    
    * convert chain to pipe for for_in operator tests
    
    * convert chain to pipe for generate operator tests
    
    * convert chain to pipe for tests min, min_by, max, max_by
    
    * convert chain to pipe for zip
    
    * convert chain to pipe for delay_with_mapper + renaming 'selector to mapper'
    
    * renaming test_delaywithselector.py to test_delaywithmapper
    
    * convert chain to pipe for contains operator
    
    * convert chain to pipe for sum
    
    * convert chain to pipe for toasync
    
    * convert chain to pipe for skip, skip_last
    
    * convert chain to pipe for default_if_empty and pairwise
    
    * convert chain to pipe for using operator
    
    * convert chain to pipe for window operator
    
    * convert chain to pipe for take & take_last
    
    * convert chain to pipe for concat
    
    * convert chain to pipe for defer
    
    * convert chain to pipe for from_ operator + switch to rx API instead of rx.operators for needed operator concat
    
    * convert chain to pipe for timer
    
    * convert chain to pipe for interval + reformatting for commented tests in case of
    
    * convert chain to pipe for take_with_time
    
    * convert chain to pipe for combine_latest
    
    * convert chain to pipe for throttle_first
    Fache Jérémie authored and dbrattli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    8cffee4 View commit details
    Browse the repository at this point in the history
  5. Fix: when calling rx.combine_latest(*args, mapper), mapper must be a …

    …keyword argument because of *args (#281)
    Fache Jérémie authored and dbrattli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    ee313d7 View commit details
    Browse the repository at this point in the history
  6. fix interval: missing default value (None) for the default scheduler (#…

    Fache Jérémie authored and dbrattli committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    134b24b View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

  1. Fixed takeuntil operator

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    2c1932b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55a9de2 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    1e51240 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3343ff View commit details
    Browse the repository at this point in the history
  5. Fixed test for take until

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    6bf6c8b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbcc41f View commit details
    Browse the repository at this point in the history
  7. Reduced code base.

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    1d429f1 View commit details
    Browse the repository at this point in the history
  8. Fixed start_async and tests

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    5e58c94 View commit details
    Browse the repository at this point in the history
  9. Use ops instead of _

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    2700ee5 View commit details
    Browse the repository at this point in the history
  10. Fixed starts_with

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    b331ba8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    16c71d5 View commit details
    Browse the repository at this point in the history
  12. Fixed slice tests

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    eab5f41 View commit details
    Browse the repository at this point in the history
  13. Fixed tests for multicast

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    928c1b8 View commit details
    Browse the repository at this point in the history
  14. Fixed tests for return_value

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    2051651 View commit details
    Browse the repository at this point in the history
  15. Fixed replay

    dbrattli committed Jan 14, 2019
    Configuration menu
    Copy the full SHA
    13703a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2019

  1. Repeat value (wip)

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9af07a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b47e8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    878b6b6 View commit details
    Browse the repository at this point in the history
  4. Rename

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    254fd3e View commit details
    Browse the repository at this point in the history
  5. Fix error in sum operator

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    bb29878 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79c5728 View commit details
    Browse the repository at this point in the history
  7. Fixed is_empty

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    c13b0a1 View commit details
    Browse the repository at this point in the history
  8. Fixed skip_until

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    02d4485 View commit details
    Browse the repository at this point in the history
  9. Fixed timeout

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ae1bac9 View commit details
    Browse the repository at this point in the history
  10. Fixed publish_value

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    5e8b1d7 View commit details
    Browse the repository at this point in the history
  11. Tests update: merge/merge_all, group_by, join, retry, time_interval, …

    …pluck/pluck_attr, to_iterable (#283)
    
    * convert chain to pipe for all operator
    
    * convert chain to pipe for average operator tests
    
    * convert chain to pipe for distinct_until_changed tests
    
    * convert chain to pipe for do_action tests
    
    * convert chain to pipe for flat_map tests + reformating
    
    * convert chain to pipe for last tests
    
    * convert chain to pipe for materialize tests
    
    * convert chain to pipe for some operator
    
    * convert chain to pipe for switch_latest operator + reformatting
    
    * convert chain to pipe for timestamp & time_interval operator tests
    
    * convert chain to pipe for amb operator tests
    
    * convert chain to pipe for of operator
    
    * convert chain to pipe for case operator tests
    
    * convert chain to pipe for for_in operator tests
    
    * convert chain to pipe for generate operator tests
    
    * convert chain to pipe for tests min, min_by, max, max_by
    
    * convert chain to pipe for zip
    
    * convert chain to pipe for delay_with_mapper + renaming 'selector to mapper'
    
    * renaming test_delaywithselector.py to test_delaywithmapper
    
    * convert chain to pipe for contains operator
    
    * convert chain to pipe for sum
    
    * convert chain to pipe for toasync
    
    * convert chain to pipe for skip, skip_last
    
    * convert chain to pipe for default_if_empty and pairwise
    
    * convert chain to pipe for using operator
    
    * convert chain to pipe for window operator
    
    * convert chain to pipe for take & take_last
    
    * convert chain to pipe for concat
    
    * convert chain to pipe for defer
    
    * convert chain to pipe for from_ operator + switch to rx API instead of rx.operators for needed operator concat
    
    * convert chain to pipe for timer
    
    * convert chain to pipe for interval + reformatting for commented tests in case of
    
    * convert chain to pipe for take_with_time
    
    * convert chain to pipe for combine_latest
    
    * convert chain to pipe for throttle_first
    
    * convert chain to pipe for merge and merge_all
    
    * convert chain to pipe for group_by
    
    * convert chain to pipe for join
    
    * convert chain to pipe for retry
    
    * convert chain to pipe for time_interval
    
    * convert chain to pipe for pluck
    
    * fix wrong import for commit f872807
    
    * fix wrong import for commit 6afb208
    
    * convert chain to pipe for to_iterable
    Fache Jérémie authored and dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    fad9409 View commit details
    Browse the repository at this point in the history
  12. Fixed pluck and pluck_attr

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    a1c0173 View commit details
    Browse the repository at this point in the history
  13. Fixed with_latest_from

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    cef8bbd View commit details
    Browse the repository at this point in the history
  14. Window with time operator

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    cf6091c View commit details
    Browse the repository at this point in the history
  15. Fixed if_then

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    80bb3cc View commit details
    Browse the repository at this point in the history
  16. Fixed test_window_with_time

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    1f6c554 View commit details
    Browse the repository at this point in the history
  17. Whitespace

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    9ec0ca9 View commit details
    Browse the repository at this point in the history
  18. Fixed sample operator

    dbrattli committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    ad5a326 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2019

  1. Fixes to_future

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    7c682a8 View commit details
    Browse the repository at this point in the history
  2. Makes tests run (but fail)

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    7211857 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a6e0f6 View commit details
    Browse the repository at this point in the history
  4. Fixed subject tests

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    89fbf54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b2861d View commit details
    Browse the repository at this point in the history
  6. Add missing import

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    4e26f0e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    227fbf2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c054d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    580323b View commit details
    Browse the repository at this point in the history
  10. Fixed extrema tests

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    894ff33 View commit details
    Browse the repository at this point in the history
  11. Fixed docstring

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    8932bef View commit details
    Browse the repository at this point in the history
  12. Fixes for merge (wip)

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ed715ab View commit details
    Browse the repository at this point in the history
  13. Fixed flat_map and tests

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    caa1a35 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    389b3dd View commit details
    Browse the repository at this point in the history
  15. Simplify code

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ce53314 View commit details
    Browse the repository at this point in the history
  16. Fixed observeon

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    59caa1c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9ee9273 View commit details
    Browse the repository at this point in the history
  18. Fixed ref_count

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    f4f5c3b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e66a9d3 View commit details
    Browse the repository at this point in the history
  20. Fixed test_groupjoin

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    67774ab View commit details
    Browse the repository at this point in the history
  21. Fixed takewhile

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    a2df506 View commit details
    Browse the repository at this point in the history
  22. Cleanup

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    07cae1d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    707fcd4 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    45819b6 View commit details
    Browse the repository at this point in the history
  25. Fixed timeout_with_mapper

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    788dcda View commit details
    Browse the repository at this point in the history
  26. Search replace

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    ac42aad View commit details
    Browse the repository at this point in the history
  27. Fixed elementat

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    a42064b View commit details
    Browse the repository at this point in the history
  28. fix tests finally_action, take_until_with_time, from_callback

    Jérémie Fache committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    c679f50 View commit details
    Browse the repository at this point in the history
  29. Fixed on_error_resume_next

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    c147408 View commit details
    Browse the repository at this point in the history
  30. Fixed skip_last_with_time

    dbrattli committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    b59e6c0 View commit details
    Browse the repository at this point in the history
  31. fix tests if_then, skip_while/skip_while_indexed, generate_with_relat…

    …ive_time
    Jérémie Fache committed Jan 16, 2019
    Configuration menu
    Copy the full SHA
    cb0cef5 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. Fixed skip_while

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    c9fade0 View commit details
    Browse the repository at this point in the history
  2. Fixed retry

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    ca5e2d8 View commit details
    Browse the repository at this point in the history
  3. Fixed for catch_exception

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    5707989 View commit details
    Browse the repository at this point in the history
  4. Fixed distinct

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    fa5a96c View commit details
    Browse the repository at this point in the history
  5. Fixed from_future

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    db3b280 View commit details
    Browse the repository at this point in the history
  6. Fixed find and find_index

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    4319954 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6637c27 View commit details
    Browse the repository at this point in the history
  8. Fixed do_while

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    d48a02d View commit details
    Browse the repository at this point in the history
  9. fix(join) update to pipe

    Jérémie Fache committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    eb5ff21 View commit details
    Browse the repository at this point in the history
  10. fix(last_or_default) update to pipe operator

    Jérémie Fache committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    10077ba View commit details
    Browse the repository at this point in the history
  11. update tests (pipestyle) for expand, ignore_elements, skip_until_with…

    …_time
    Jérémie Fache committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    748e513 View commit details
    Browse the repository at this point in the history
  12. update tests (pipestyle) for skip_with_time, take_last_buffer, take_l…

    …ast_with_time
    Jérémie Fache committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    24f2fa1 View commit details
    Browse the repository at this point in the history
  13. Fixed take_last_buffer

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    28bd0ef View commit details
    Browse the repository at this point in the history
  14. Fixed todict

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    5904111 View commit details
    Browse the repository at this point in the history
  15. Fixed sequenceequal

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    c47bfc2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a7c0c8d View commit details
    Browse the repository at this point in the history
  17. Fixed naming

    dbrattli committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    5e4f712 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    d335eb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7507adb View commit details
    Browse the repository at this point in the history
  3. Fixed groupby

    dbrattli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    ef24ebf View commit details
    Browse the repository at this point in the history
  4. Added typing

    dbrattli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    896c8ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22f331c View commit details
    Browse the repository at this point in the history
  6. Fixed skips

    dbrattli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    db63709 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    73a7b36 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74b0a1e View commit details
    Browse the repository at this point in the history
  9. Renamed

    dbrattli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    1e22022 View commit details
    Browse the repository at this point in the history
  10. Changed the behaviour of hot/cold-observable to have a normal subscri…

    …ption using auto-detach observer.
    dbrattli committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    ff80124 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3ea4962 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. Remove dependency on nose

    dbrattli committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    e28251a View commit details
    Browse the repository at this point in the history
  2. Remove pylint disables

    dbrattli committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    6492955 View commit details
    Browse the repository at this point in the history
  3. Add scheduler arg

    dbrattli committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    eb36ca9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    827d855 View commit details
    Browse the repository at this point in the history
  5. Fix setup.py

    dbrattli committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    73c65fa View commit details
    Browse the repository at this point in the history
  6. Remove interable impl.

    dbrattli committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    883795a View commit details
    Browse the repository at this point in the history
  7. Fix bug in setup.py

    dbrattli committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    d52d94a View commit details
    Browse the repository at this point in the history
  8. fix typo in docstring

    Jérémie Fache committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    7650d51 View commit details
    Browse the repository at this point in the history
  9. renaming operator mapi to map_indexed

    Jérémie Fache committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    3e59b22 View commit details
    Browse the repository at this point in the history
  10. rename operator filteri to filter_indexed

    Jérémie Fache committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    ceb9300 View commit details
    Browse the repository at this point in the history
  11. rename operator flat_mapi to flat_map_indexed

    Jérémie Fache committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    f8ea146 View commit details
    Browse the repository at this point in the history
  12. rename operator partitioni to partition_indexed

    Jérémie Fache committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    72dd86b View commit details
    Browse the repository at this point in the history
  13. Fix call to renamed function

    dbrattli committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    a1e8019 View commit details
    Browse the repository at this point in the history
  14. Fix docstrings

    dbrattli committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    3c3d560 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2019

  1. Add typing info and cleanup

    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    725f29d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3434fd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cb3ce6 View commit details
    Browse the repository at this point in the history
  4. remove result_mapper for generate operator

    Jérémie Fache committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    5c2b6b5 View commit details
    Browse the repository at this point in the history
  5. Remove obsolete fil

    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    835fd6d View commit details
    Browse the repository at this point in the history
  6. remove result_mapper for generate_with_relative_time operator

    Jérémie Fache committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    5e3c991 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3371179 View commit details
    Browse the repository at this point in the history
  8. Remove observerextensions

    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    43d75be View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    60f30ca View commit details
    Browse the repository at this point in the history
  10. Fixed docstrings

    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    ed8b722 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    99efc91 View commit details
    Browse the repository at this point in the history
  12. Rewrite to pipe syntax

    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    b27fe5a View commit details
    Browse the repository at this point in the history
  13. Remove debug code

    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    2af9e1b View commit details
    Browse the repository at this point in the history
  14. Export pipe out of core

    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    0f426a9 View commit details
    Browse the repository at this point in the history
  15. Remove dead code

    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    9711f15 View commit details
    Browse the repository at this point in the history
  16. Make tracebacks more readable by avoiding AnonymousObserver for the c…

    …ommon case and flattening AutoDetachObserver
    dbrattli committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    8d83f69 View commit details
    Browse the repository at this point in the history
  17. remove result_mapper for zip operator

    Jérémie Fache committed Jan 20, 2019
    Configuration menu
    Copy the full SHA
    373c9fd View commit details
    Browse the repository at this point in the history