Changelog History
-
v0.2.8 Changes
August 12, 2014We:
- caught a few bugs in the timeseries and kullback leibler blocks
- ๐ป made some nice UI changes
- introduced an exponential block so I can make a Poisson Process for the nice folks at the nychackr meetup
-
v0.2.7 Changes
July 23, 2014๐ #SRCCON special release. A few loose ends tidied up so as to not look too terribly unprofessional introducing streamtools to the news nerds.
โฑ http://schedule.srccon.org/#_session-25
- โก๏ธ updated histogram block to allow non-string types (though still no bucketing of real values)
- tidying to toemail connections
- elastigo and go-nsq version bumps
- attempts to make websocket and http stream more stable
-
v0.2.6 Changes
July 09, 2014- ๐ new webRequest block for more robust http requests
- ๐ new bang block
- ๐ new categorial distribution block
- ๐ new packbycount block
- ๐ new packbyinterval block
- ๐ new parseCSV block
- websocket stability improvements
- ๐ป renaming of block ids through API and UI
- citibike interactive tour
- ๐ป import st .json patterns through CLI (add paths as command line arguments)
- ๐ improvements to fromFile (now pollable)
- ๐ improvements to email block
- ๐ renamed pack to packbyvalue
- โ added Godep for dependency support
- ๐ป UI improvements
- blocks are now are listed by category (and have categories)
- ๐ improvements to documentation
- ๐ loads of little bugfixes
- โฌ๏ธ upgraded nsq libraries
-
v0.2.5 Changes
April 28, 2014๐ Lots of updates for this release.
For new blocks we have:
- to / from AMQP blocks by Nick Jones (https://github.com/nickjones) ๐ฆ 2. a javascript block that lets you execute arbitrary javascript, using the amazing go package "otto" by Robert Krimen (https://github.com/robertkrimen/otto)
- an FFT block that uses the output of the existing timeseries block
- to / from HTTPGetRequest blocks that allow you to form complex GET query responses
For low level changes we have
๐ 1. A block's query routes can now (optionally) support GET query parameters
โก๏ธ For updates we have
๐ 1. bug fixes in the email blocks by JP Robinson (https://github.com/jprobinson)
- new query endpoints for the cache block ๐ 3. updates and bugfixes to the GUI
-
v0.2.4 Changes
April 18, 2014๐ This release contains:
- toEmail and fromEmail blocks: use streamtools to receive and create emails!
- linear modelling blocks: use streamtools to perform linear and logistic regression using stochastic gradient descent.
- โก๏ธ GUI updates : a new block reference/creation panel.
- a kullback leibler block for comparing distributions.
- โ added a tutorials section to streamtools available at
/tutorials
in your streamtools server. - ๐ many small bug fixes and tweaks.
-
v0.2.3 Changes
April 14, 2014๐ This release includes a bunch of new features, including:
- blocks for controlling beaglebone/raspberry pi
- dedupe and set blocks
- toMongo block
- streamtools now handles non-json data input
- ๐ a parseXML block
- fromFile block
๐ Fixes including:
- fromSQS proper message handling
- ๐ fixes for message overflow handling
And some new example patterns to help you get started.
-
v0.2.2 Changes
March 21, 2014๐ This new release contains a lot of stability fixes, a ToBeanstalk block, and binaries for Windows and ARM (e.g. beaglebone black & raspberry) as well as Darwin and Linux. Enjoy!
-
v0.2.1 Changes
March 12, 2014โก๏ธ This is a major update. All new graphical interface, and new architecture. Enjoy!
-
v0.1.3 Changes
February 19, 2014๐ this is a minor bugfix release
-
v0.1.2 Changes
February 07, 2014๐ This release has a bunch of new blocks, and the ability to import and export patterns.