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

0.4.0 #40

Merged
merged 50 commits into from
Jun 21, 2020
Merged

0.4.0 #40

merged 50 commits into from
Jun 21, 2020

Commits on May 5, 2020

  1. save

    cgarciae committed May 5, 2020
    Configuration menu
    Copy the full SHA
    8fb546c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. save

    cgarciae committed May 6, 2020
    Configuration menu
    Copy the full SHA
    2ea7df3 View commit details
    Browse the repository at this point in the history
  2. start_workers

    cgarciae committed May 6, 2020
    Configuration menu
    Copy the full SHA
    d343318 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2020

  1. worker

    cgarciae committed May 7, 2020
    Configuration menu
    Copy the full SHA
    1cc1ae5 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2020

  1. output queues

    cgarciae committed May 8, 2020
    Configuration menu
    Copy the full SHA
    6fd184d View commit details
    Browse the repository at this point in the history
  2. test worker

    cgarciae committed May 8, 2020
    Configuration menu
    Copy the full SHA
    f92da5b View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. save

    cgarciae committed May 11, 2020
    Configuration menu
    Copy the full SHA
    92db26b View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2020

  1. Stage

    cgarciae committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    7aed1fd View commit details
    Browse the repository at this point in the history
  2. FromIterable

    cgarciae committed Jun 6, 2020
    Configuration menu
    Copy the full SHA
    f1ccb4a View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2020

  1. Map

    cgarciae committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    19be8b3 View commit details
    Browse the repository at this point in the history
  2. flat_map

    cgarciae committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    c72cf6a View commit details
    Browse the repository at this point in the history
  3. filter

    cgarciae committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    9db9d41 View commit details
    Browse the repository at this point in the history
  4. each

    cgarciae committed Jun 8, 2020
    Configuration menu
    Copy the full SHA
    368a045 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2020

  1. finish process

    cgarciae committed Jun 14, 2020
    Configuration menu
    Copy the full SHA
    b482649 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2020

  1. thread

    cgarciae committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    0494ffb View commit details
    Browse the repository at this point in the history
  2. init task

    cgarciae committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    32b5832 View commit details
    Browse the repository at this point in the history
  3. finish task queue

    cgarciae committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    a35da71 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. run_coroutine_threadsafe

    cgarciae committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    1a736ee View commit details
    Browse the repository at this point in the history
  2. supervisor

    cgarciae committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    5c22eaa View commit details
    Browse the repository at this point in the history
  3. stage

    cgarciae committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    ff7e3e2 View commit details
    Browse the repository at this point in the history
  4. cleanup

    cgarciae committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    828fb50 View commit details
    Browse the repository at this point in the history
  5. initial map implementation

    cgarciae committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    602ab7c View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. each

    cgarciae committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    53a4650 View commit details
    Browse the repository at this point in the history
  2. run=True mistery solved

    cgarciae committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    3e267bb View commit details
    Browse the repository at this point in the history
  3. finish async tests

    cgarciae committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    1de6208 View commit details
    Browse the repository at this point in the history
  4. add todo

    cgarciae committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    2f5f12c View commit details
    Browse the repository at this point in the history
  5. fix typo

    cgarciae committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    0b3a170 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. test_from_to_iterable

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    9c434ca View commit details
    Browse the repository at this point in the history
  2. refactor

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    7e0e703 View commit details
    Browse the repository at this point in the history
  3. port process filter

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ea1403d View commit details
    Browse the repository at this point in the history
  4. finish port

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    09ffd88 View commit details
    Browse the repository at this point in the history
  5. port thread

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    92f9cde View commit details
    Browse the repository at this point in the history
  6. update task to new api

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    4574e98 View commit details
    Browse the repository at this point in the history
  7. simplify build on Stage

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    511b996 View commit details
    Browse the repository at this point in the history
  8. task: port Worker + Stage

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    9ae4246 View commit details
    Browse the repository at this point in the history
  9. rename process tests

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    745eca4 View commit details
    Browse the repository at this point in the history
  10. initial task migration

    cgarciae committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    667d99e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Configuration menu
    Copy the full SHA
    205710b View commit details
    Browse the repository at this point in the history
  2. partial sync port

    cgarciae committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    cead847 View commit details
    Browse the repository at this point in the history
  3. finish sync port

    cgarciae committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    1102e58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    74af199 View commit details
    Browse the repository at this point in the history
  5. type iter_dependencies

    cgarciae committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    b5d4d76 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. update readme

    cgarciae committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    96739a2 View commit details
    Browse the repository at this point in the history
  2. docs init

    cgarciae committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    f0dcdba View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. clean up docs

    cgarciae committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    2e088fb View commit details
    Browse the repository at this point in the history
  2. docs tweaks

    cgarciae committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    fc64396 View commit details
    Browse the repository at this point in the history
  3. remove old code

    cgarciae committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    dbe3275 View commit details
    Browse the repository at this point in the history
  4. update docs

    cgarciae committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    eb67412 View commit details
    Browse the repository at this point in the history
  5. 0.4.0

    cgarciae committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    9b3e092 View commit details
    Browse the repository at this point in the history
  6. merge

    cgarciae committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    10eb08b View commit details
    Browse the repository at this point in the history