Skip to content

Releases: jrlLAB/hardpotato

Release to fix major issue with spaces in path names

24 Jul 19:58

Choose a tag to compare

Previous versions would not run CHI software if the executable was in a path with a space in the name. This has been fixed!

Release after comments made by reviewers

10 Jan 20:11
5e217b5

Choose a tag to compare

This release serves to freeze the code to revise it.

The following changes were made:

  • Changed the name of the library to Hard Potato to make it clear that it is part of the Potato ecosystem where Soft Potato is also included.
  • Validated potentials given by user according to the specific potentiostat model used
  • Included **kwargs in the technique classes to account for parameters unique to each model, this will future proof the code and ensure we have enough flexibility. Example: CHI 760e can have the qt (quite time) and resistance parameters added at the end, if added using other potentiostats the parameters will be ignored.
  • Added the translator for the CH601E and CHI1242B models.
  • The library v1.3.7 was tested with CHI760E, CHI1205B and Emstat Pico.

Release after comments made by reviewers

06 Jan 19:43
bf95a05

Choose a tag to compare

This release serves to freeze the code to revise it.

The following changes were made:

  • Changed the name of the library to Hard Potato to make it clear that it is part of the Potato ecosystem where Soft Potato is also included.
  • Validated potentials given by user according to the specific potentiostat model used
  • Included **kwargs in the technique classes to account for parameters unique to each model, this will future proof the code and ensure we have enough flexibility. Example: CHI 760e can have the qt (quite time) and resistance parameters added at the end, if added using other potentiostats the parameters will be ignored.
  • Added the translator for the CH601E and CHI1242B models.
  • The library v1.3.7 was tested with CHI760E, CHI1205B and Emstat Pico.

Release previous to submission of the pypotato paper

02 Nov 16:49
9682a1e

Choose a tag to compare

Merge pull request #18 from oliverrdz/main

Minor corrections

Release after first publication

14 Oct 01:24
fde640e

Choose a tag to compare

Pypotato is ready to be used by the world! We will include more potentiostats soon, at the moment, only the CHI760e can be controlled.

First release of the pypotato library!

15 Sep 17:54

Choose a tag to compare

After months of development and testing, here is the first release of the pytentiostat library.

Normal pulse voltammetry

28 Jun 23:15

Choose a tag to compare

Pre-release

Added NPV to techniques.

First release

31 May 20:15
292fa67

Choose a tag to compare

First release Pre-release
Pre-release

First release after the official migration from oliverrdz repository.