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
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
de182bd400
Add a test for the Rapp/Ohm column ID
2021-08-30 19:45:30 +03:00
9bbff69b36
Add column IDs for 'R/Ohm' and 'Rapp/Ohm'
2021-08-30 19:42:26 +03:00
bcd7c5a9b8
Add a test for the parse_BioLogic_date function
2021-07-03 16:08:48 +03:00
4ebdc663a9
Factor the date parsing code out to a separate function
2021-07-02 08:05:27 +03:00
cec14e6d50
Add '%m.%d.%y' date format for .mpr file timestamps
...
Closes #60
2021-05-23 21:04:29 +03:00
dd605e8fd3
Merge pull request #61 from chatcannon/fsfe-reuse-metadata
...
Add REUSE metadata
2021-04-25 20:25:16 +03:00
352fc436c0
Add REUSE check to the tox tests
2021-03-21 10:20:40 +02:00
def2bba587
Add MANIFEST.in to include licence files in the source tarball
...
Exclude the MIT licence since the GitHub CodeQL file is not packaged.
2021-03-20 16:30:08 +02:00
741b17d54d
Wheel package actually only needs GPLv3 licence file
...
The files with other licences are not included in the wheel package
2021-03-20 16:25:55 +02:00
0560643ea2
Add setup.cfg to include licences in .whl package
2021-03-20 16:16:37 +02:00
d00319fcda
Add GPLv3+ License-Identifier to remaining files
2021-03-20 16:13:08 +02:00
c57cd523ff
Use CC0 Licence for non-copyrightable data
2021-03-20 16:09:15 +02:00
4257a294fb
Add SPDX-FileCopyrightText to BioLogic.py
...
There are additional committers who have made changes to this
file, but only adding new colIDs etc., which is not copyrightable.
Here is the corresponding git-shortlog output:
Dennis (1):
Improved compatibility with .mpr files
Peter Attia (1):
Update BioLogic.py
Tim (3):
improved parsing for PEIS files
new column types
new column types
dennissheberla (2):
Improved compatibility with .mpt files
Improved compatibility with new .mpr files
nhshetty-99 (3):
Added colIDs 74 and 462 to VMPdata_colID_dtype_map
Changed colID 74 and 462 order from original addition
Added column 469 to BioLogic.py
2021-03-20 16:03:26 +02:00
b8742bf1ee
Add SPDX-FileCopyrightText for the README
2021-03-20 15:35:25 +02:00
a78b7113a7
Remove .flake8 file which is no longer used
...
The flake8 configuration is in tox.ini instead.
2021-03-20 15:32:19 +02:00
635655e481
Add licence metadata for imported CodeQL file
2021-03-20 15:31:10 +02:00
4b2042501d
Add SPDX-FileCopyrightText for sole author files
2021-03-20 15:26:40 +02:00
dd9cf01396
Ran reuse init to create initial REUSE metadata
2021-03-20 15:07:47 +02:00
ce011f2f37
Merge pull request #57 from echemdata/add-codeql-analysis
...
Enable CodeQL security analysis
2021-03-20 14:58:40 +02:00
e11419e851
Create codeql-analysis.yml
...
As suggested by https://github.com/echemdata/galvani/security
2020-11-07 17:25:47 +02:00
74413c231e
Merge pull request #56 from chatcannon/release-0.2.0
...
Bump release version to 0.2.0
0.2.0
2020-10-31 08:59:18 +02:00
ca8845bcc9
Bump release version to 0.2.0
...
Update Python version requirement to >=3.6
2020-10-31 08:52:45 +02:00
db9b0c0669
Merge pull request #54 from bayesfactor/master
...
Many new column types
2020-10-31 08:47:19 +02:00
995bcf3d71
Merge pull request #55 from chatcannon/test-py39
...
Test with Python 3.9, stop testing Python 3.5
2020-10-31 08:45:35 +02:00
63f674d897
Test with Python 3.9, stop testing Python 3.5
...
Python 3.5 is now end-of-life, Python 3.9 was released 2020-10-05
2020-10-31 08:31:54 +02:00
21085454fd
Merge pull request #53 from chatcannon/arbin-5-26
...
Add support for Arbin .res files with version number up to 5.26
2020-10-31 08:30:45 +02:00
23761dd5bf
Add the new data file to test_Arbin.py
2020-10-31 07:51:57 +02:00
8cfc84922b
Add example Arbin 5.26 data file to get_testdata.sh
2020-10-31 07:50:06 +02:00
Tim
5baa6f6a7f
new column types
...
ec-lab v3 has new column types
2020-10-25 05:58:53 -07:00
Tim
0757306be4
Merge pull request #1 from echemdata/master
...
get the latest
2020-10-25 05:48:16 -07:00
68e00a30ce
Add PRIMARY KEY information
2020-10-17 18:34:06 +03:00
a1a056d304
Add two new tables that are in 5.26 but not 5.23
...
Can_BMS_Info_Table and Can_BMS_Data_Table
2020-10-17 18:10:58 +03:00
c90d604096
Use version number to build a list of tables to convert
2020-10-17 17:57:06 +03:00
c25e755296
Reformat lists of table names
2020-10-17 17:48:03 +03:00
60639299b8
Parse out version number from Version_Table
...
Previously the version was compared for strict equality so a
higher version did not match.
2020-10-11 20:40:23 +03:00
a0700b0276
Add extra columns to Global and Battery Data tables for v5.26
...
Arbin software v5.26 adds additional columns to these existing
tables; these need to be added to the output database so that
the conversion does not fail.
2020-10-11 16:33:25 +03:00
f0c3c6f6c5
Merge pull request #52 from petermattia/patch-2
...
Add usage example to README
2020-10-11 16:08:46 +03:00
Peter Attia
2a75b3bb19
Update README.md
...
Show quick example of how to use
2020-10-08 09:12:38 -07:00
a2b3b26917
Merge pull request #50 from petermattia/patch-1
...
Update BioLogic.py
2020-09-26 12:56:27 +03:00
Peter Attia
0c5348deeb
Update BioLogic.py
...
Add more impedance-related entries to `VMPdata_colID_dtype_map`
2020-09-14 20:52:30 -04:00
90b113a0ab
Merge pull request #38 from bcolsen/col_168
...
Added RCMP column and column debug info
2020-07-09 19:59:48 +03:00
bcolsen
18a1ce6848
fix pep
2020-07-07 18:13:53 -06:00
bcolsen
18e8a450fa
pep8 fix
2020-07-07 18:07:30 -06:00
bcolsen
4098890c05
changed error to report previous column name
2020-07-07 17:57:59 -06:00
bcolsen
68bac0a5aa
Added RCMP column and column debug info
2020-07-07 17:57:59 -06:00
a343d37b2a
Merge pull request #40 from chatcannon/remove-python-2
...
Remove Python 2 support
2020-07-05 11:05:08 +03:00
e67edf9e17
Merge pull request #43 from nhshetty-99/master
...
Added colIDs 74 and 462 to VMPdata_colID_dtype_map
2020-07-03 21:30:30 +03:00
nhshetty-99
37487da5d3
Added column 469 to BioLogic.py
2020-07-03 14:15:37 -04:00