Skip to content

Releases: pyplotter/pyplotter

pyplotter 0.3.7

05 Mar 14:11

Choose a tag to compare

Many small improvements.

Bug Fixes:

  • Fix 2d liveplot for unlabeled parameters
  • Solve isoCurve and isoLine not deletion bug
  • Solve s2p issue with newer version of skrf
  • Solve string issue on python 3.12

Others:

  • Made the symbol color follow the line color

New Features:

  • Add livePlot Tiling
  • Add button to hide interaction
  • Add npz basic support
  • Add downSampling for widgetPlot1d
  • Add Sobel filter for 2D plot

pyplotter 0.3.6

01 Aug 12:31

Choose a tag to compare

Bug Fixes:
- New BlueFors log files are now readout correctly
- python 3.11 is now working

Others:
- Display database loading progress in percent

pyplotter 0.3.5

01 Jun 13:33

Choose a tag to compare

Many small improvements.

Bug Fixes

  • CSV files with ; delimiter are now working as well.
  • CSV files with no header and no comment does not skip lines.
  • Replace setResizeMode by setSectionResizeMode
  • Fix 2D average along y axis
  • Fix importlib import for old python version

Others

  • Use callback when loading data through qcodes if qcodes>0.36 is detected

New Features

  • Database shown column are decided by the user
  • Parameter shapes are shown if stored in the database

pyplotter 0.3.4

18 Oct 15:51

Choose a tag to compare

In this release a large refactoring of the code has been done.
It corrected a lot of crashes and is faster in many cases.
Some new features have been added too.
Details below:

New Features

  • Add statistics interaction with 1d plot
  • Add Gaussian peak for 1d fit
  • Add Polynomial for 1d fit
  • Add poly slice background removal for 2d plot
  • Add possibility to plot 1d curve for different x axis
  • New main window interface
  • New Liveplot interface
  • Add possibility to comment a run
  • Display information about auto database nd of run checking

Bug Fixes

  • Fix selected data bug when data are invertly sorted
  • Liveplot is working again
  • Allow new configuration values to be added in package config
  • Handle BLOB data in a database

Others

  • Database refresh themselves when the nb of run changes
  • Add latex equation for fit qdialog