Pywren

Latest version: v0.4.0

Safety actively analyzes 619504 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

0.3

- New max-limit seatbelt [\177](https://github.com/pywren/pywren/pull/177) ([ericmjonas](https://github.com/ericmjonas))
- Fix setup py version [\173](https://github.com/pywren/pywren/pull/173) ([ericmjonas](https://github.com/ericmjonas))
- Lambda toobig seatbelts [\172](https://github.com/pywren/pywren/pull/172) ([ericmjonas](https://github.com/ericmjonas))
- Issue\160 Straggler due to list-after-write consistency [\170](https://github.com/pywren/pywren/pull/170) ([ooq](https://github.com/ooq))
- Switch to region specific runtimes [\169](https://github.com/pywren/pywren/pull/169) ([ericmjonas](https://github.com/ericmjonas))
- Fix patching of storage handler config, then fix commandline [\167](https://github.com/pywren/pywren/pull/167) ([ericmjonas](https://github.com/ericmjonas))
- change docstring [\147](https://github.com/pywren/pywren/pull/147) ([apengwin](https://github.com/apengwin))
- Enable Pylint checks for PyWren [\144](https://github.com/pywren/pywren/pull/144) ([shivaram](https://github.com/shivaram))
- Pylint cleanup [\143](https://github.com/pywren/pywren/pull/143) ([shivaram](https://github.com/shivaram))
- Remove cloudpickle dependency and use local cloudpickle. [\142](https://github.com/pywren/pywren/pull/142) ([ooq](https://github.com/ooq))
- add exclude modules argument to map [\140](https://github.com/pywren/pywren/pull/140) ([Vaishaal](https://github.com/Vaishaal))
- Handle empty input list in map [\133](https://github.com/pywren/pywren/pull/133) ([shivaram](https://github.com/shivaram))
- Add Apache v2 License [\132](https://github.com/pywren/pywren/pull/132) ([shivaram](https://github.com/shivaram))
- \[Issue\108\] Refactor Storage API [\119](https://github.com/pywren/pywren/pull/119) ([ooq](https://github.com/ooq))
- fixed minor spelling mistake [\118](https://github.com/pywren/pywren/pull/118) ([sean-smith](https://github.com/sean-smith))
- Added validation for s3 bucket names and made username portion of def… [\117](https://github.com/pywren/pywren/pull/117) ([sean-smith](https://github.com/sean-smith))
- Fix issue with bucket creation in us-east-1 [\113](https://github.com/pywren/pywren/pull/113) ([Donohue](https://github.com/Donohue))

[v0.2](https://github.com/pywren/pywren/tree/v0.2) (2017-03-27)
[Full Changelog](https://github.com/pywren/pywren/compare/v0.1...v0.2)

**Closed issues:**

- Modules do not serialize in ipython notebook [\84](https://github.com/pywren/pywren/issues/84)
- Create an example that uses wait\(\) [\67](https://github.com/pywren/pywren/issues/67)
- Migrate to github org [\62](https://github.com/pywren/pywren/issues/62)
- use wait in the examples [\58](https://github.com/pywren/pywren/issues/58)
- Add links to RISELab [\45](https://github.com/pywren/pywren/issues/45)
- create pypi package [\38](https://github.com/pywren/pywren/issues/38)
- Investigate using EMR as a better backend for execution for long-running jobs [\12](https://github.com/pywren/pywren/issues/12)
- When creating the lambda we indiscriminately upload too much [\98](https://github.com/pywren/pywren/issues/98)
- Standardize configuration for executors [\86](https://github.com/pywren/pywren/issues/86)
- pywren not working for numba functions in 0.1 due to module serialization weirdness [\83](https://github.com/pywren/pywren/issues/83)
- pywren not respecting non UTF-8 encoding \(if coding is provided at top of file\) [\82](https://github.com/pywren/pywren/issues/82)
- Only \*.py in modules are uploaded [\79](https://github.com/pywren/pywren/issues/79)
- Handle exception pickling [\78](https://github.com/pywren/pywren/issues/78)
- Capture exception traceback from remote [\77](https://github.com/pywren/pywren/issues/77)
- Turn on runtime sharding by default [\75](https://github.com/pywren/pywren/issues/75)
- Why do we use multiprocess instead of multiprocessing [\60](https://github.com/pywren/pywren/issues/60)
- Generic refactor / split wren.py / run pyflakes [\59](https://github.com/pywren/pywren/issues/59)
- Testing for pywrencli.py [\55](https://github.com/pywren/pywren/issues/55)
- Better synchronization of runtime information with local client [\44](https://github.com/pywren/pywren/issues/44)
- Create S3 bucket if it doesn't exist [\35](https://github.com/pywren/pywren/issues/35)
- Add documentation on permissions [\27](https://github.com/pywren/pywren/issues/27)
- Fix directories so that the conda command-line utils have right path [\18](https://github.com/pywren/pywren/issues/18)
- Create interactive getting started script [\16](https://github.com/pywren/pywren/issues/16)

**Merged pull requests:**

- external shared s3 client [\115](https://github.com/pywren/pywren/pull/115) ([ericmjonas](https://github.com/ericmjonas))
- Fix issue 98 [\104](https://github.com/pywren/pywren/pull/104) ([ericmjonas](https://github.com/ericmjonas))
- properly set path and test [\100](https://github.com/pywren/pywren/pull/100) ([ericmjonas](https://github.com/ericmjonas))
- Serialization bugs [\99](https://github.com/pywren/pywren/pull/99) ([ericmjonas](https://github.com/ericmjonas))
- Refactor uses of config in executor. [\97](https://github.com/pywren/pywren/pull/97) ([shivaram](https://github.com/shivaram))
- switch to multiprocessing [\94](https://github.com/pywren/pywren/pull/94) ([ericmjonas](https://github.com/ericmjonas))
- Use S3 paginators API. [\93](https://github.com/pywren/pywren/pull/93) ([ooq](https://github.com/ooq))
- Bug fix in s3util. [\92](https://github.com/pywren/pywren/pull/92) ([ooq](https://github.com/ooq))
- Split wren.py [\90](https://github.com/pywren/pywren/pull/90) ([ooq](https://github.com/ooq))
- Interactive setup script \(Issue \16\) [\89](https://github.com/pywren/pywren/pull/89) ([ericmjonas](https://github.com/ericmjonas))
- Move runtime sharding into config variable [\88](https://github.com/pywren/pywren/pull/88) ([shivaram](https://github.com/shivaram))
- \[Issue\77\] Print out traceback for exceptions from wrenhandler.py. [\87](https://github.com/pywren/pywren/pull/87) ([ooq](https://github.com/ooq))
- fix to issue 84, modules work in interactive mode [\85](https://github.com/pywren/pywren/pull/85) ([Vaishaal](https://github.com/Vaishaal))
- Release branch [\81](https://github.com/pywren/pywren/pull/81) ([ericmjonas](https://github.com/ericmjonas))

[v0.1](https://github.com/pywren/pywren/tree/v0.1) (2017-03-07)
[Full Changelog](https://github.com/pywren/pywren/compare/v0.1rc4...v0.1)



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.