Skip to content

Latest commit

 

History

History
236 lines (131 loc) · 9.55 KB

CHANGELOG.md

File metadata and controls

236 lines (131 loc) · 9.55 KB

Changelog

0.4.7 (2021-01-05)

Full Changelog

Fixed bugs:

  • [Bug] maxsize not being respected for thread.map #64

Closed issues:

  • maxsize not being respected for process.map #55

Merged pull requests:

0.4.6 (2020-10-11)

Full Changelog

Closed issues:

  • ordered in pypeln.task is not always ordered #56

Merged pull requests:

0.4.5 (2020-10-04)

Full Changelog

0.4.4 (2020-07-09)

Full Changelog

Closed issues:

  • Update medium blog post #49

Merged pull requests:

0.4.3 (2020-06-27)

Full Changelog

Closed issues:

  • TypeError: 'coroutine' object is not iterable in pypeln 0.4.2 #46
  • Version 0.4.0+ doesn't work on Python 3.6 #41

Merged pull requests:

0.4.2 (2020-06-23)

Full Changelog

Closed issues:

  • could this lib support python 3.6? #37

Merged pull requests:

  • Fix dependencies + imports based on Python version #42 (cgarciae)

0.4.1 (2020-06-21)

Full Changelog

0.4.0 (2020-06-21)

Full Changelog

Closed issues:

  • BrokenPipeError [Errno 32] when using process #39
  • RuntimeError: Timeout context manager should be used inside a task #38

Merged pull requests:

0.3.3 (2020-05-31)

Full Changelog

Closed issues:

  • Showing progress with tqdm not working for pl.*.each #33

Merged pull requests:

0.3.0 (2020-04-06)

Full Changelog

Closed issues:

  • on_done is not called with on_start args #29
  • Task timeout #24
  • Create sync module #16

Merged pull requests:

0.2.5 (2020-03-04)

Full Changelog

Merged pull requests:

  • Proper kwargs forwarding on run method #30 (cgarciae)

0.2.2 (2020-02-22)

Full Changelog

Closed issues:

  • asyncio_task example fails on Jupyter Notebook #26
  • [documentation] Shouldn't it be Pypeln instead of Pypeline? #25
  • tasks.put with a coroutine that returns a value #22
  • tdqm #21
  • [documentation] thread.py/process.py docstring mix-up #20
  • multiprocessing.Manager issue #19
  • Implement observe function #17
  • Create a buffering stage #15
  • Create cleanup mechanism #13
  • Complete API Refence / document code #8
  • Create guide #6
  • Create high cpu benchmark #5
  • Create high io benchmark #4

Merged pull requests:

0.2.0 (2020-02-18)

Full Changelog

Closed issues:

  • Install requires should include 'six' #18

Merged pull requests:

0.1.6 (2018-11-11)

Full Changelog

0.1.5 (2018-10-28)

Full Changelog

Closed issues:

  • Improve error handling #12

0.1.4 (2018-10-15)

Full Changelog

0.1.3 (2018-10-15)

Full Changelog

Closed issues:

  • Add demo gif to README #14

0.1.2 (2018-10-01)

Full Changelog

Closed issues:

  • worker start and end mechanism #10

0.1.1 (2018-09-28)

Full Changelog

Merged pull requests:

0.1.0 (2018-09-24)

Full Changelog

Closed issues:

  • optimize io module #9
  • Finish readme #7

0.0.11 (2018-09-24)

Full Changelog

0.0.10 (2018-09-24)

Full Changelog

0.0.9 (2018-09-22)

Full Changelog

Closed issues:

  • Create Diagram for the Readme + docs #3
  • Refactor Stream to Stage #2
  • Optimize pr._from_iterable #1

* This Changelog was automatically generated by github_changelog_generator