Skip to content

Releases: nytlabs/streamtools

streamtools 0.2.8 - nychackr special release

12 Aug 14:26
Compare
Choose a tag to compare

We:

  • 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

streamtools 0.2.7

23 Jul 19:55
Compare
Choose a tag to compare
streamtools 0.2.7 Pre-release
Pre-release

#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

streamtools 0.2.6

09 Jul 15:52
Compare
Choose a tag to compare
streamtools 0.2.6 Pre-release
Pre-release
  • 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

streamtools 0.2.5

28 Apr 21:54
Compare
Choose a tag to compare
streamtools 0.2.5 Pre-release
Pre-release

Lots of updates for this release.

For new blocks we have:

  1. 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)
  3. an FFT block that uses the output of the existing timeseries block
  4. 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)
  2. new query endpoints for the cache block
  3. updates and bugfixes to the GUI

streamtools 0.2.4

18 Apr 20:27
Compare
Choose a tag to compare
streamtools 0.2.4 Pre-release
Pre-release

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.

streamtools 0.2.3

14 Apr 16:07
Compare
Choose a tag to compare
streamtools 0.2.3 Pre-release
Pre-release

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.

streamtools 0.2.2

21 Mar 21:15
Compare
Choose a tag to compare
streamtools 0.2.2 Pre-release
Pre-release

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!

streamtools 0.2.1

12 Mar 03:03
Compare
Choose a tag to compare
streamtools 0.2.1 Pre-release
Pre-release

This is a major update. All new graphical interface, and new architecture. Enjoy!

streamtools 0.1.3

19 Feb 15:24
Compare
Choose a tag to compare
streamtools 0.1.3 Pre-release
Pre-release

this is a minor bugfix release

streamtools 0.1.2

07 Feb 21:47
Compare
Choose a tag to compare
streamtools 0.1.2 Pre-release
Pre-release

This release has a bunch of new blocks, and the ability to import and export patterns.