All Versions
33
Latest Version
Avg Release Cycle
42 days
Latest Release
1625 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.2.2 Changes
December 26, 2018 -
v1.2.1 Changes
April 28, 2018Implemented enhancements:
- ๐ท workers: use global scope instead of worker context #236
- โ Add tests for machine learning library #233
- โ Add tests for ds.save() #232
- โ Add tests for sc.textfile() #231
Closed issues:
๐ Merged pull requests:
- โ test gzipped stream action #254 (mvertes)
- ๐ท Use global scope in worker context (#236) #253 (mvertes)
- modernize javascript syntax. Final round. Resolves #210 #252 (mvertes)
- modernize javascript syntax as per #210 #251 (mvertes)
- modernize javascript syntax as per #210 #250 (mvertes)
- modernize javascript syntax as per #210 #249 (mvertes)
- modernize javascript syntax as per #210 #248 (mvertes)
- modernize javascript syntax, as per #210 #247 (mvertes)
- modernize javascript syntax as per #210 #246 (mvertes)
- modernize javascript syntax, as per #210 #245 (mvertes)
- modernize javascript syntax as per #210 #244 (mvertes)
- ๐ improve test skip #240 (mvertes)
- โ Add test for save() (#232) #239 (mvertes)
- โ textfile: fix azure and add tests (#231) #238 (mvertes)
- โ Add test for textFile #237 (mvertes)
-
v1.2.0 Changes
November 14, 2017๐ฆ This is a major feature relase. Install it with npm
๐ New
- Skale-engine is renamed to skale. Version is now 1.2.0, identical to 0.8.0.
- โ Add a machine learning library with classification, regression, clustering
- ๐ Allows dependencies to be deployed in workers with new routine
sc.require()
. This will ease considerably the integration of various connectors to data sources, databases, etc. - ๐ Major improvements to documentation website
๐ Improvements
- โ The test suite has been fully reworked, and now uses individual files that can be executed separately
- โ Tests are considerably faster and easier to develop and debug
- โ Both standalone and distributed engine are now systematically tested
- ๐
save()
: now support output to CSV format - ๐ท
save()
,textFile()
: automatic forward of AWS env and credentials to workers - ๐ท Workers: control garbage collect by command line option
- Modernize javascript syntax
- ๐ Continuous integration: add MacOSX target in addition to Linux and Windows
๐ Fixes
- ๐ Fix a problem in
sample()
- ๐ Fix support of undefined keys in
aggregateByKey()
- ๐ Fix debug traces
-
v0.8.0 Changes
November 14, 2017Closed issues:
- โ Add missing tests, refactor testing framework #205
- ๐ท External modules in worker #203
- hey dude,I wonder has this program been applied to any application. #199
- for loop over items used later as index #178
๐ Merged pull requests:
- ๐ rename skale-engine to skale (#181) #230 (mvertes)
- โ remove deprecated examples/ml/benchmark #229 (mvertes)
- โ remove deprecated ml/examples/logreg #228 (mvertes)
- ml: document StandardScaler() #227 (mvertes)
- ml: document classificationMetrics #226 (mvertes)
- Document sgd.predict() #225 (mvertes)
- document sc.require(). Fix examples #224 (mvertes)
- ๐ improve docs #223 (mvertes)
- ๐ improve docs #222 (mvertes)
- ๐ fix link #221 (mvertes)
- ๐ fix eslint warnings #220 (mvertes)
- โก๏ธ update doc site #219 (mvertes)
- Convert DataSet Object and related functions to modern JS #218 (frytyler)
- avoid using require.resolve() which may fail for old node versions #217 (mvertes)
- โ Rename tape-test in test, get rid of mocha, resolves #205 #216 (mvertes)
- โ add new tests as per #205 #215 (mvertes)
- โ additional tests, as per #205 #214 (mvertes)
- โ additional tests, as per #205 #213 (mvertes)
- โ tests: migrate to tape, as per #205 #212 (mvertes)
- ๐ท Implement dependency injection into workers, resolves #203 #211 (mvertes)
- ๐ docs: modularize, add logo #208 (mvertes)
- ๐ท Pass context to worker callbacks, add modules setting as per #203 (in progress) #207 (mvertes)
- โ test: start to add tape test cases, as per #205 #206 (mvertes)
- โ tests: simplify engine. Use standalone mode #204 (mvertes)
- โก๏ธ update dependencies #202 (mvertes)
- ๐ lint: do not scan site/ #201 (mvertes)
- ๐ doc: fix deploy rule #200 (mvertes)
- ๐ doc: use mkdocs-material for documentation website. Add build recipes. #198 (mvertes)
- doc: rebuild toc #197 (mvertes)
- ๐ fix ml.KMeans, add example based on classical iris dataset #196 (mvertes)
- ๐ fix sample(). Add takeSample(). #195 (mvertes)
- now compute area under Precision Recall Curve, improve examples #194 (mvertes)
- ๐ rename binary-classification-metrics to classification-metrics #193 (mvertes)
- README: add link to code of conduct and API reference #192 (mvertes)
- Create CODE_OF_CONDUCT.md #191 (mvertes)
- ml: partition adult dataset, add headers in CSV files #190 (mvertes)
- ml: rename SGDClassifier in SGDLinearModel, add regression example #189 (mvertes)
- ๐ ml: remove deprecated logistic-regression dependency #188 (mvertes)
- ml SGDClassifier: include optional intercept fitting #187 (mvertes)
- ml: add SGDClassifier class #186 (mvertes)
- ๐ contributing: add notes about documentation and coding rules #185 (mvertes)
- ml: simplify a lot model evaluation metrics. Compute ROC AUC. #184 (mvertes)
- ๐ Fix import of ml #183 (mvertes)
- import skale-ml, as per #181 #182 (mvertes)
- โก๏ธ update dependencies #180 (mvertes)
- ๐ fixed the use of '===' operator in all sources #177 (vsimko)
- travis: add osx target #176 (mvertes)
- ๐ Fix debug trace, update dependencies #175 (mvertes)
- aggregateByKey: fix a bug where undefined key crashes post-shuffle #173 (mvertes)
- ๐พ save: add support to CSV format output #172 (mvertes)
- ๐ท Automatically forward AWS env variables in context and workers #171 (mvertes)
- ๐ท workers: control garbage collect by command line option. Improve debug traces #170 (mvertes)
-
v0.7.2 Changes
June 27, 2017๐ Merged pull requests:
- โก๏ธ update dependencies build files #169 (mvertes)
- โก๏ธ update dependencies #168 (mvertes)
- ๐ท workers: reduce amount of traces during shuffle #167 (mvertes)
- ๐ท worker: manually call garbage collector at end of task. Experimental #166 (mvertes)
- โ add interactive REPL shell, supporting async/await #165 (mvertes)
- ๐ Fix and improved tracing of time measurements #164 (mvertes)
- ๐ท worker: allow to retry connections using -r <nbretry> option #163 (mvertes)
- ๐ dataset: fix parsing of shuffle in aggregateByKey, clean code #162 (mvertes)
- ๐ performance: block processing for pipelines at source level, part 2 #161 (mvertes)
- ๐ eslint: allow arrow functions and async/await #160 (mvertes)
- ๐ Fix previous task serialization change which impacted sc.range() #159 (mvertes)
- ๐ Clean code, improve traces for performances, set maximum partitions. #158 (mvertes)
- โก๏ธ update dependencies #157 (mvertes)
- textFile: Fix handling of gzipped files in local filesystem #156 (mvertes)
-
v0.7.1 Changes
May 17, 2017๐ Merged pull requests:
- API doc: add a section on environment variables #155 (mvertes)
- โ๏ธ doc: fix some typos #154 (mvertes)
- ๐ Fix a worker crash when using ds.sample() with replacement. #153 (mvertes)
- โ add sample docker files #152 (mvertes)
- doc: fix links #151 (mvertes)
- mention the Skale Hacker's Guide #150 (mvertes)
- โ add a Skale Hacker's Guide #149 (mvertes)
- ๐ท Clean up dependency, more info at worker-controller connection #147 (mvertes)
- โ Added .npmignore #146 (mvertes)
- ๐ท worker: retry initial network connection to server #145 (mvertes)
-
v0.7.0 Changes
April 04, 2017๐ Fixed bugs:
Closed issues:
๐ Merged pull requests:
- โก๏ธ update dependencies #143 (mvertes)
- textFile, save: document new protocols and formats #142 (mvertes)
- ๐พ save: support direct streaming to S3 #141 (mvertes)
- textFile: support file globbing (i.e. src/**/*.js) in path argument #140 (mvertes)
- ๐พ save: support direct streaming to azure. #139 (mvertes)
- azure: handle server errors with internal retry policy filter #138 (mvertes)
- AggregateByKey: faster processing of shuffle files #137 (mvertes)
- ๐ aggregateByKey, coGroup: performance improvements #136 (mvertes)
- ๐ Performance increase of aggregateByKey and coGroup #135 (mvertes)
- azure: handle errors from storage server: fetch before process and implement retries. #134 (mvertes)
- ๐ท distributed mode: pre-fork new workers at end of master #133 (mvertes)
- textFile: fix compute of partitions for Azure #132 (mvertes)
- ๐พ save: upload datasets to azure for urls in wasb:// #131 (mvertes)
- ๐ textFile: support file globbing, azure blobs only for now #130 (mvertes)
- ๐ textFile: support reading from azure storage blobs #129 (mvertes)
- Simplify top and take actions, and fix out of memory errors for large datasets. #128 (mvertes)
- Aggregate now guarantees partitions ordering. Improve traces. #127 (mvertes)
- textFile: read parquet from local and S3 directories #125 (mvertes)
- โ Add Parquet support #124 (mvertes)
- Readme: Fix appveyor badge #123 (mvertes)
- ๐ fix benchmark #122 (mvertes)
- ๐ Fix handling internal dependency on self. #121 (mvertes)
-
v0.6.11 Changes
February 09, 2017 -
v0.6.10 Changes
February 09, 2017๐ Merged pull requests:
-
v0.6.9 Changes
January 02, 2017๐ Merged pull requests: