Skip to content

Cultures, Icons, Random Numbers...

Pre-release
Pre-release
Compare
Choose a tag to compare
@jdunkerley jdunkerley released this 07 Mar 22:49
· 136 commits to master since this release
  • Update to Icons to be more in keeping with Alteryx built in tools
  • Rename and restructure of tools and library
  • PropertyGrid now has descriptions on config options
  • New samples collection for release

Culture Aware Parsing

  • Added culture support to DateTimeParser
  • Added string formatter tool to output formatted strings to the workflow
  • Added culture aware NumberParser

Hash Function Tool

  • Create various hash codes for strings

Random Number

  • Generate random numbers
  • Supports seed value so can be repeatable
  • Support for different distributions (Uniform, Triangular, Normal and LogNormal) (based off Math.Net Numerics)