Skip to content

Releases: tilak-io/tiplot

TiPlot v1.1.6-rc

28 Apr 07:45
Compare
Choose a tag to compare
TiPlot v1.1.6-rc Pre-release
Pre-release

What's Changed

  • [feature] added sequence handling by @HmZyy in #59
  • use low_memory option to avoid DType warning by @tilaktilak in #60

New Contributors

Full Changelog: v1.1.5...v1.1.6-rc

TiPlot v1.1.5

26 Apr 09:46
d393f53
Compare
Choose a tag to compare

What's Changed

  • Update build environment to use Ubuntu 20.04 by @HmZyy in #58
  • Fixed issue #55

Full Changelog: v1.1.4...v1.1.5

Tiplot v1.1.4

12 Mar 04:57
c6bf42f
Compare
Choose a tag to compare

What's Changed

  • Changed localStorage key names by @HmZyy in #53
  • Fixed issue with GraphXY by @HmZyy in #54

Full Changelog: v1.1.3...v1.1.4

TiPlot v1.1.3

14 Feb 08:39
cce1dc1
Compare
Choose a tag to compare

What's Changed

  • Saving layout individually for each parser by @HmZyy in #52

Full Changelog: v1.1.2...v1.1.3

TiPlot v1.1.2

08 Feb 16:01
4f2aec9
Compare
Choose a tag to compare

What's Changed

  • Ability to compare multiple logs in the same instance by @HmZyy in #51

Full Changelog: v1.1.1...v1.1.2

TiPlot v1.1.1

06 Feb 10:45
8806e31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

TiPlot v1.1.0

12 Jan 12:56
327305d
Compare
Choose a tag to compare
  • Added a heatmap component to plot a correlation matrix between multiple columns
  • Update the correlation matrix on zoom
  • Removed timestamp_tiplot from dropdowns
  • Fixed build for windows

TiPlot v1.1.0-rc

09 Jan 15:58
f4a9249
Compare
Choose a tag to compare
TiPlot v1.1.0-rc Pre-release
Pre-release
  • Added a heatmap component to plot a correlation matrix between multiple columns
  • switched to --onedir instead of --onefile in PyInstaller

TiPlot v1.0.9

04 Jan 16:50
Compare
Choose a tag to compare
  • Added portfinder module to find the first available port in range 5000-6000
  • Each new instance of Tiplot will be run on the next available port
    This fixes #20

TiPlot v1.0.8

03 Jan 16:22
d9988b7
Compare
Choose a tag to compare
  • Added tabs to InfoBox
  • Added AdditionalInfo field for all parsers
  • Added logged_messages and initial_parameters to AdditionalInfo for ulg parsers
  • Show additional info in the InfoBox
  • Choosing the correct parser using file extension
  • Added a setting to set the y value for text data