Skip to content

Releases: echemdata/galvani

version 0.4.1

02 Mar 14:47
0.4.1
545a82e
Compare
Choose a tag to compare

Note that there was no 0.4.0 release because I forgot to update the version in setup.py before tagging 0.4.0, and it would be bad practice to delete and recreate a tag with the same name.

Improvements for Bio-Logic data files:

  • #97 Add support for EC-Lab v11.50
  • #107 Add Analog IN <n>/V columns

Improvements for Arbin data files:

  • #99 Support mdbtools v1.0

General improvements:

  • #103 Update README

Full Changelog: 0.3.0...0.4.1

version 0.3.0

20 Jan 21:11
0.3.0
0267b8b
Compare
Choose a tag to compare

Improvements for Bio-Logic data files:

  • #68 Add column 174 'Ewe/V'
  • #71 Add more column types
  • #75 Add "step time/s" column
  • #86 Fixed syntax error typo
  • #88 Add ID 505 and 509 from EC-Lab
  • #98 add support for column 27: E_we-E_ce/V

General improvements:

  • #58 Store all the test data in the git repo using git-lfs
  • #90 Add tox-gh based CI workflow
  • #96 Format with black

version 0.2.1

18 Jan 16:57
0.2.1
54c3813
Compare
Choose a tag to compare

No breaking changes

Improvements for Bio-Logic data files:

  • #63 Accept date strings in the format 'mm.dd.yy'
  • #66 Add more column type IDs

General improvements:

  • #61 Add SPDX metadata for FSFE REUSE compliance

version 0.2.0

18 Jan 16:57
0.2.0
74413c2
Compare
Choose a tag to compare

Breaking changes:

  • #40 Removed support for Python 2
  • #55 Removed support for Python 3.5

Improvements for Bio-Logic data files:

  • #36 Added initial support for VMP data module version 3
  • #38, #43, #50, #54 Added more column type IDs

Improvements for Arbin .res data files:

  • #53 Added support for Arbin .res file versions up to 5.26

Other improvements:

  • #52 Add usage example to README