Releases: jrlLAB/hardpotato
Releases · jrlLAB/hardpotato
Release to fix major issue with spaces in path names
Release after comments made by reviewers
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
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
Merge pull request #18 from oliverrdz/main Minor corrections
Release after first publication
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!
After months of development and testing, here is the first release of the pytentiostat library.
Normal pulse voltammetry
Added NPV to techniques.
First release
First release after the official migration from oliverrdz repository.