skale v0.8.0 Release Notes

Release Date: 2017-11-14 // over 6 years ago
  • Full Changelog

    Closed 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)