Skip to content

Releases: carsonalh/datafaker

v0.1.2a

15 Jun 00:46
Compare
Choose a tag to compare
v0.1.2a Pre-release
Pre-release

Changes

No new features have been added.

Bug fixes

  • Bug with table editor has been fixed: table editor is now fully working.
  • Data is now sent from the normal editor to the table editor.
  • The "center" spinner in the discrete tab now works much better, and updates the ranges when other fields change.

v0.1.1a

12 Jun 08:53
Compare
Choose a tag to compare
v0.1.1a Pre-release
Pre-release

Changes

  • UI Adjustments: The layout of each tab is different, and more user friendly. Things are in general more evenly spaced.
  • New Table Editor: A new editor for all the settings of the application, as making them one component is messy for the user, and not extremely extensible.

Bug Fixes

  • Infinite loop bug. In the previous release, there was a bug when changing the "center" field in the "discrete" tab, for large values out of the range, the application would become unresponsive.

v0.1.0a

11 Jun 11:36
Compare
Choose a tag to compare
v0.1.0a Pre-release
Pre-release

First Alpha Release

This release has all the core features that the application should have before a formal release. These include:

  • A probability function to normally distribute data.
  • A continuous data generator, i.e. one with an x and y axis and all values are continuous. This would be used to fake experimental data.
  • A discrete data generator. This is more useful for faking customer survey data, whilst of course following normal distributions.