aa4ca29c22
Release version 0.1.0
...
Update package URL to the new echemdata repo
0.1.0
2019-06-02 13:26:20 +02:00
e71076bda3
Merge pull request #30 from chatcannon/test-and-fix-Arbin
...
Fix Arbin reading code
2019-06-02 13:18:32 +02:00
0ea049e279
Merge branch 'master' into test-and-fix-Arbin
2019-05-16 17:29:38 +02:00
a4cf8c1420
Merge pull request #32 from chatcannon/flake8
...
Add code style checking with flake8
2019-05-16 17:25:36 +02:00
aab135391a
Change max-line-length to 100 and refactor all longer lines
2019-05-15 07:09:11 +02:00
8abab57c06
Fixed some more flake8 warnings
2019-05-12 09:20:33 +02:00
3440047dc2
Fixed flake8 warning about lambda assignment
2019-05-12 09:15:20 +02:00
d137bfccef
Add flake8 to tox.ini
2019-05-12 09:14:57 +02:00
ed43de1326
Fix flake8 warnings on comments style
2019-05-12 09:13:01 +02:00
1c8335289a
Add flake8 configuration
2019-05-12 09:12:40 +02:00
6787a7ec03
Merge branch 'master' into test-and-fix-Arbin
2019-05-05 08:14:43 +02:00
e5aada3a85
Merge branch 'master' into flake8
2019-05-05 08:12:52 +02:00
a41b40c7a4
Merge pull request #26 from bcolsen/dupli_cols
...
[PR] Biologic file with duplicate columns
2019-05-04 08:38:36 +02:00
2a36713b06
Fixed some flake8 warnings in res2sqlite.py
2019-05-03 20:37:27 +02:00
f2b62265b9
Fixed some flake8 warnings in BioLogic.py
2019-05-03 20:30:12 +02:00
61e2ac8f57
Added unit tests for the VMPdata_dtype_from_colIDs function
2019-05-03 19:46:45 +02:00
c401aca741
Get rid of flags2_dict as flags2 doesn't actually exist
2019-05-03 19:15:34 +02:00
1f57e48602
Refactor the VMPdata_dtype_from_colIDs function
2019-05-03 19:12:18 +02:00
6b0f8b6d37
Add a VMPdata_colID_flags_map dict
2019-05-03 18:47:02 +02:00
56a321f8e3
Formatting
2019-05-03 18:39:42 +02:00
d991cd496e
Merge branch 'master' into dupli_cols
2019-05-03 18:28:38 +02:00
531cfc6a42
Merge pull request #24 from bcolsen/loop_module
...
[PR] Add parsing of loop index modules
2019-04-12 07:51:15 +02:00
bcolsen
ef1ea9a2f4
Default loop to none and trim the trailing zeros
2019-04-11 17:30:05 -06:00
bcolsen
b3c5f36e11
flag fix
2019-04-11 11:59:18 -06:00
bcolsen
d1d53e97fa
biologic file with duplicate columns
2019-04-09 17:48:38 -06:00
bcolsen
4ba61aa5d8
added parsing of loop_modules
2019-04-09 17:23:16 -06:00
4381b02242
Add .pytest_cache to Travis cache
2019-04-03 08:16:55 +02:00
846a5b3149
Catch FileNotFoundError from Popen and re-raise a more helpful message
2019-04-03 08:14:05 +02:00
6a8fbe71a4
Add some tests for the res2sqlite command-line tool
...
Check that the --help option works even if mdbtools is not installed
2019-04-02 23:11:37 +02:00
557e755f03
Move Popen call outside the try/finally block
...
Ensure that all variables used in the except and finally blocks
are always defined - fixes #23
In Python 3, Popen objects can be used as contextmanagers, but not
in Python 2.7
2019-04-02 23:09:53 +02:00
a1b73867ea
Add a test that a sensible error is raised when MDBTools is not found
...
This is the error that happens in issue #23
2019-04-02 23:07:12 +02:00
5530a7a8ff
Add a simple test for loading Arbin .res files
2019-04-02 23:06:23 +02:00
d6d6bf1ac7
Use a pytest fixture to locate the testdata directory
2019-04-02 21:34:34 +02:00
85cc3f523e
Release version 0.0.2
0.0.2
2019-03-30 15:52:44 +01:00
b977115d6e
Also try parsing dates as '%m-%d-%y' - fixes #20
2019-03-30 15:39:40 +01:00
2471148c21
Add new test data file with different date format
...
This tests for issue #20
Thanks @JBWarrington for providing this file
2019-03-30 15:38:58 +01:00
7a5887fb38
Update existing get_testdata links to HTTPS version
2019-03-30 15:31:18 +01:00
2738396c9e
Merge branch 'numpy-deprecations'
...
Fixes some deprecation warnings with recent versions of Numpy and Python
Closes #22
2019-03-16 13:51:39 +01:00
dcc8ec7fcc
Fix 'invalid escape sequence' warnings
2019-03-16 13:50:50 +01:00
b08c2f4435
Use array.item() instead of np.asscalar()
2019-03-16 13:43:26 +01:00
1bcbc16bab
Use np.frombuffer instead of np.fromstring
...
Fixes #22
2019-03-16 13:41:49 +01:00
e52efeb9bd
Merge branch 'pytest'
...
Changes from `nosetests` to `pytest` for running the tests - fixes #5
Pytest is considerably more flexible, and Nose is no longer maintained.
2019-03-16 13:35:53 +01:00
d1e8616f1e
Use pytest.mark.parametrize to combine test cases
2019-03-16 13:35:13 +01:00
a618f75bb6
Change testing config to use pytest instead of nosetests
...
Closes #5
2019-03-16 13:10:08 +01:00
b110162763
Replace nose.raises with pytest.raises
2019-03-16 13:03:54 +01:00
de29b0863c
Replace nose.eq_ with assert x == y
2019-03-16 12:59:23 +01:00
4365c08e8b
Merge pull request #19 from bayesfactor/patch-2
...
new column types
2019-03-16 11:53:17 +01:00
Tim
880b4a0a2d
new column types
...
Introduced new column types that show up in GEIS files
2019-03-11 10:23:26 -07:00
da67a36308
Merge branch 'pypi-release'
...
Closes #7
2019-03-10 10:44:49 +01:00
757f56826b
Release version 0.0.1
0.0.1
2019-03-10 10:41:56 +01:00