Skip to content

Latest commit

 

History

History
194 lines (170 loc) · 17.4 KB

CHANGELOG.md

File metadata and controls

194 lines (170 loc) · 17.4 KB

Change Log

v0.4rc0 (2018-11-10)

Full Changelog Implemented enhancements:

  • Expose SQS queue length from command line #215
  • Create ability to cancel jobs #187

Fixed bugs:

  • import ALWAYS wait state into top level module #201
  • standalone non-deterministically drops jobs when > 50 instances are spun up #197
  • Pickling pytorch model causes error #190
  • Executor won't run from shard if numshards = 1 #189
  • restore __version__ #186
  • lapack/blas calls very slow on multicore machines for stand alone mode #137

Closed issues:

  • Python 3.7 runtime #267
  • LocalInvoker only on Linux breaks all CLI on OSX/(maybe windows) #291
  • click 7.0 release changed command line options #288
  • standalone setup improvements #284
  • sklearn usage example #280
  • wrenhandler imports fcntl which is system specific #272
  • WaitTest::test_all_complete fails in standalone mode some times due to botocore timeouts #268
  • pywren setup error: no module named pywren #261
  • Bucket already exists error #260
  • No module named 'pwd' #259
  • pywren-setup: ModuleNotFoundError: No module named 'pwd' #257
  • create_instance_profile fails if profile already exists #254
  • eu-west-1 runtime bucket not existing / not public #252
  • Question about map result and wait function #250
  • Pywren and Amazon RDS issue #248
  • Guide needed: How to use' extra_meta ' parameter in pywren executor? #244
  • pywren not functioning as expected on windows develepment env #243
  • pywren-setup ends with no module named pywren #242
  • Provide profile option #240
  • Add license headers to all files #234
  • AccessDenied after installation with default settings? #232
  • Multiple Executors on single standalone instance #216
  • half-implemented wrapped stream handler causes runtime untar errors on py2.7 #211
  • remove numpy dependency #205
  • SQS Create queue ignores custom config file #204
  • List keys with prefix assumes at least one entry #203
  • Add download statistics back for func/data/output #188
  • pywren.wait() only works for futures of same job #179
  • Clean up devnotes #165
  • Passing pylint should be a prerequisite for actual travis tests #149

Merged pull requests:

v0.3.0 (2017-09-07)

Full Changelog

Fixed bugs:

  • Test Function doesn't parse command-line config #166

Closed issues:

  • Error with None result #183
  • Create max list seatbelt #176
  • Make ALL_COMPLETED, ANY_COMPLETED, and ALWAYS available without having to specifically import #174
  • Generic Release clean-up #171
  • Change default runtime URLS to be region-specific #164
  • config files manually loaded must be patched with storage config #162
  • Straggler due to list-after-write consistency #160
  • Do not proceed with travis build if pylint fails. #157
  • I can't run test function #156
  • Describe .pywren_config in "getting started" #134
  • Mapping over an empty list should return an empty list #129
  • Create License File #116
  • Refactor storage APIs #108
  • Too big of runtime #105
  • Update getting started webpage on the interactive script #103
  • Have setup.py check for supported python versions #101
  • Support 3.4 runtime (and others) #95
  • Migrate travis script to using sec-since-epoch as GUID #91
  • Consider using boto3 s3 transfer interface #23
  • ImportError: No module named 'wren' #19

Merged pull requests:

v0.2 (2017-03-27)

Full Changelog

Closed issues:

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

Merged pull requests:

v0.1 (2017-03-07)

Full Changelog

* This Change Log was automatically generated by github_changelog_generator