Commit Graph

224 Commits

Author SHA1 Message Date
chris dbd01957db Use newer Ubuntu image for CI tests
We no longer need to use an old Ubuntu image with old mdbtools version.
2024-01-20 23:41:43 +02:00
chris 13957160f8 Update regular expression for mdbtools 1.0 output
The output formatting has changed - it now puts multiple data rows in a
single INSERT statement, and also changes the quoting of text data.
2024-01-20 23:39:41 +02:00
chris 0267b8b59f Bump version to 0.3.0 0.3.0 2024-01-20 22:57:45 +02:00
chris 5448af7e77 Merge pull request #98 from chatcannon/col-27-ewe-ece
add support for column 27: E_we-E_ce/V
2024-01-20 22:35:12 +02:00
Ilka Schulz 9a61eb35d1 add test for column 27 (E_we - E_ce) 2024-01-20 22:34:13 +02:00
chris 0b5b5b8ea5 Merge branch 'master' into col-27-ewe-ece 2024-01-20 22:31:12 +02:00
chris daf85d59cf Merge pull request #96 from chatcannon/black
Format with black
2024-01-20 22:20:41 +02:00
Matthew Evans 6427ef4ded Reapply linting fixes 2024-01-20 20:15:31 +00:00
chris 16961b8169 Reformatted remaining files with black 23.12.1 2024-01-20 21:57:49 +02:00
chris 1cd5bd6239 Reformatted test scripts with black 23.12.1 2024-01-20 21:57:31 +02:00
chris 239db97c69 Reformatted res2sqlite.py with black 23.12.1 2024-01-20 21:57:14 +02:00
chris dee8af3a86 Reformatted BioLogic.py with black 23.12.1 2024-01-20 21:45:28 +02:00
chris 31416533d8 Merge pull request #88 from Paulemeister/master
Add ID 505 and 509 from EC-Lab
2023-10-26 09:46:23 +03:00
chris b580ee2d9f Merge pull request #90 from ml-evs/ml-evs/add_gh_actions
Add tox-gh based CI
2023-10-26 09:45:47 +03:00
Matthew Evans 28e532c860 Pull lfs in CI 2023-08-18 10:26:00 +01:00
Matthew Evans a31a07adb2 Add copyright info to CI config 2023-08-18 10:22:20 +01:00
Matthew Evans 575e3a5bba Linting fix 2023-08-18 10:21:03 +01:00
Matthew Evans aa48c6d60f Remove 3.6 and 3.7 support in CI 2023-08-18 10:21:02 +01:00
Matthew Evans 0f0c281fa2 Add tox-gh based CI 2023-08-18 10:20:58 +01:00
Paul Budden 8ce4eb0ccf Added ID 505 and 509 from EC-Lab, according to the export to Text Dialog, assuming they are ordered by ID 2023-07-21 12:22:40 +02:00
chris 4bca2ac89c Merge pull request #86 from whs92/master
Fixed syntax error typo
2022-12-31 10:10:12 +02:00
will Smith ab65d28f38 fixed colon error 2022-12-30 18:25:15 +01:00
chris 9f51925612 Merge pull request #75 from chatcannon/yuyu-step-time
Add "step time/s" column data type
2022-11-30 18:52:35 +02:00
chris 1025923aac Merge branch 'master' into yuyu-step-time 2022-11-30 18:51:25 +02:00
chris e5a1b847b4 Merge pull request #71 from GhostDeini/patch-1
Add more column types to BioLogic.py
2022-11-30 18:44:11 +02:00
Ilka Schulz fec3a22548 add support for column 27: E_we-E_ce/V (fix #74) 2022-11-17 09:13:01 +01:00
chris e1ff99a559 Update test precision for the new data files 2022-09-10 22:33:55 +03:00
chris 0ffdd2665e Improve MPT parsing for the new test data file 2022-09-10 22:33:29 +03:00
chris 54e5765264 Add test data provided by yuyuchen0821 2022-09-10 22:05:46 +03:00
陳致諭(Chihyu Chen#5570) 2e7437c7ca Add Column 438 'Unknown' to parser 2022-09-10 17:38:06 +03:00
GhostDeini 32ea152ccf Update BioLogic.py
Added "control/mA", "Q charge/discharge/mA.h", "step time/s", "Q charge/mA.h", "Q discharge/mA.h", "Efficiency/%", "Capacity/mA.h" to possible fieldnames in fieldname_to_dtype(fieldname). Also in VMPdata_colID_dtype_map.
2022-05-30 16:31:24 +02:00
chris d6d2125d69 Merge pull request #68 from chatcannon/add-ewe-column
Add Column 174 'Ewe/V'
2022-01-18 18:49:29 +02:00
chris c1e5d92ed0 Add column 174 'Ewe/V' to parser
Suggested by @Etruria89 to fix #67
2022-01-15 08:22:06 +02:00
chris b63abc4516 Add a new MPR test file which contains column 174 'Ewe/V' 2022-01-15 08:20:38 +02:00
chris c02a871c35 Merge pull request #58 from chatcannon/testdata-lfs
Store the test data with git-lfs
2022-01-15 08:14:07 +02:00
chris 54c3813b32 Update version in setup.py to 0.2.1 0.2.1 2021-09-01 07:13:49 +03:00
chris 3b68a30975 Merge pull request #63 from chatcannon/time-format-dotted
Add '%m.%d.%y' date format for .mpr file timestamps
2021-09-01 07:06:58 +03:00
chris ad39747e5c Add .license files for the testdata files sent in by other people 2021-08-31 18:43:16 +03:00
chris f1fbcbec44 Set REUSE metadata for testdata files with dep5 file 2021-08-31 18:33:52 +03:00
chris 4aea136d50 Add SPDX metadata to .gitattributes 2021-08-31 18:25:12 +03:00
chris b9a8afa989 Add test data file for the Rapp/Ohm column ID 2021-08-31 18:21:35 +03:00
chris a3c742e53f Merge branch 'master' into testdata-lfs 2021-08-31 18:21:01 +03:00
chris 7ef5be147b Merge pull request #66 from chatcannon/add-column-R-Ohm
Add column IDs for 'R/Ohm' and 'Rapp/Ohm'
2021-08-31 18:19:09 +03:00
chris de182bd400 Add a test for the Rapp/Ohm column ID 2021-08-30 19:45:30 +03:00
chris 9bbff69b36 Add column IDs for 'R/Ohm' and 'Rapp/Ohm' 2021-08-30 19:42:26 +03:00
chris bcd7c5a9b8 Add a test for the parse_BioLogic_date function 2021-07-03 16:08:48 +03:00
chris 4ebdc663a9 Factor the date parsing code out to a separate function 2021-07-02 08:05:27 +03:00
chris cec14e6d50 Add '%m.%d.%y' date format for .mpr file timestamps
Closes #60
2021-05-23 21:04:29 +03:00
chris dcd4315421 Merge branch 'master' into testdata-lfs 2021-04-25 20:30:16 +03:00
chris dd605e8fd3 Merge pull request #61 from chatcannon/fsfe-reuse-metadata
Add REUSE metadata
2021-04-25 20:25:16 +03:00