All Versions
11
Latest Version
Avg Release Cycle
79 days
Latest Release
2588 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.5 Changes
August 19, 2017- ๐ Bugfix: Results from
Paratize.Chunk
was overflatten, now nested list structure is preserved. - โก๏ธ Update docs generated from ex_doc v0.16.2.
- ๐ Bugfix: Results from
-
v2.1.4 Changes
January 06, 2017- โ Silence warnings for Elixir v1.4.
- โก๏ธ Update docs generated from ex_doc v0.14.5.
-
v2.1.3 Changes
February 23, 2016- โก๏ธ Updated typespecs support for Dialyzer
-
v2.1.2 Changes
February 14, 2016๐ Bugfix & refactoring.
- ๐ Bugfix:
Paratize.TaskOptions.size
default :scheduler value was baked in
during compile time, now determined during run time. - โ Remove unnecessary Collectable protocol impl for %Paratize.TaskOptions{}.
- ๐จ General refactoring
- ๐ Bugfix:
-
v2.1.1 Changes
October 24, 2015- โฌ๏ธ Upgrade to Elixir v1.1 as minimum supported version.
- โก๏ธ Update docs generated from ex_doc v0.10.
- ๐ Documentation updated with CHANGELOG, README and LICENSE included.
-
v2.1.0 Changes
August 17, 2015โ Added support for using the convenient Keyword arguments to define
%Paratize.TaskOptions
. -
v2.0.1 Changes
August 13, 2015๐ Bugfix for tests. Improved documentation.
-
v2.0.0 Changes
June 29, 2015๐ Version 2.0.0 (2015-06-29)
๐จ Refactored the API again!
- ๐ Paratize.* functions are moved to their respective module.
- exec/2 are renamed to parallel_exec/2 for Paratize.Pool and Paratize.Chunk.
Common API for both
Paratize.Chunk
andParatize.Pool
processors.parallel_exec(fun_list, task_options)
parallel_map(arg_list, fun, task_options)
parallel_each(arg_list, fun, task_options)
-
v1.0.0 Changes
June 26, 2015Backward-incompatible API changes.
โ Added pool based workers.
โ Added typespecs. -
v0.1.1 Changes
June 26, 2015๐ Versioned proper links to GitHub source code inside docs.