Commit Graph

63 Commits

Author SHA1 Message Date
Sam Bentley
5a8feb9d2f Updated CI 2021-05-27 14:15:54 +01:00
Sam Bentley
e874ecb3d2 Remove publish action for push/pull requests 2021-05-27 13:40:58 +01:00
Sam Bentley
ba08a5db4d Support for UTF-8 strings (#5)
* Support for UTF-8 strings

* Update python test files location
2021-05-27 13:36:19 +01:00
Sam Bentley
4a7aa20a5f Actions changes 2021-05-26 22:38:38 +01:00
Sam Bentley
ce27ba9a9b fix yaml issues 2021-05-26 21:30:41 +01:00
Sam Bentley
2ffa880e9a fix yaml issues 2021-05-26 21:26:33 +01:00
Sam Bentley
b0f39f3e28 Add publishing to github action 2021-05-26 21:20:08 +01:00
Sam Bentley
2acace565d Add publishing to github action 2021-05-26 21:18:23 +01:00
Lj Miranda
50a03e6bd3 Fix README instructions (#3)
* Fix README instructions

* Update and prettify README format
2021-05-25 09:32:41 +01:00
Sam Bentley
de414c6ac6 Updated Cargo.toml 2021-05-17 11:15:02 +01:00
Sam Bentley
d6c4aa4338 Update README.md 2021-05-16 23:06:18 +01:00
Sam Bentley
157e786947 Add license to Cargo.toml 2021-05-16 14:43:21 +01:00
Sam Bentley
abc3406df0 Merge pull request #2 from SBentley/strings
Process all fields as strings to fix panic bug
2021-05-16 13:29:56 +00:00
Sam Bentley
379613c561 Updated Readme 2021-05-16 14:26:15 +01:00
Sam Bentley
b8d1cee14e Test mixed num types edge case 2021-05-16 11:42:34 +01:00
Sam Bentley
ce01580250 Change to process as strings to handle mixed types 2021-05-15 20:03:21 +01:00
Sam Bentley
1fdb80799a Added License 2021-04-28 13:11:45 +01:00
Sam Bentley
d79dbf3780 remove 3.5 2020-12-21 15:51:02 +00:00
Sam Bentley
5995f1dd5e made pytest verbose 2020-12-21 12:46:19 +00:00
Sam Bentley
b470ac77e6 remove print from test 2020-12-18 17:32:52 +00:00
Sam Bentley
eb2430c8f2 Added shape test 2020-12-18 17:26:59 +00:00
Sam Bentley
cdf392b3b3 Added python test badge to readme 2020-12-17 17:30:29 +00:00
Sam Bentley
7b9275d96b remove lib for pytest 2020-12-17 17:24:46 +00:00
Sam Bentley
117a37f633 deactivate venv 2020-12-17 17:21:15 +00:00
Sam Bentley
1ffd5a0e62 Create virtualenv for maturin in python action 2020-12-17 17:06:26 +00:00
Sam Bentley
2ff144eb50 Changed maturin from build to develop 2020-12-17 17:01:31 +00:00
Sam Bentley
f4d38b2ffe Add maturin to pyrthon workflow 2020-12-17 16:54:32 +00:00
Sam Bentley
8d8400864d README formatting 2020-12-17 16:51:20 +00:00
Sam Bentley
adf57d5c28 Updated version and README 2020-12-17 14:48:50 +00:00
Sam Bentley
b39a28af1d Formatting and added flame graph 2020-12-17 14:45:05 +00:00
Sam Bentley
e195cd3192 Added status badge to readme 2020-12-15 22:58:38 +00:00
Sam Bentley
b8f98090ab Added python tests 2020-12-15 22:43:22 +00:00
Sam Bentley
91f1bcdc71 Added python package action 2020-12-15 22:40:19 +00:00
Sam Bentley
92e5822b83 Added missing python file and removed useless test 2020-12-15 16:55:50 +00:00
Sam Bentley
afa3ed936d Version number change and add AAPL.qvd for testing 2020-12-15 16:39:04 +00:00
Sam Bentley
25bf03d0cc changed reader to qvd_reader, updated description and screenshot 2020-12-15 15:53:31 +00:00
Sam Bentley
683a285411 Fixed failing tests 2020-12-01 17:52:07 +00:00
Sam Bentley
2c361b89bd Version number 2020-12-01 16:32:14 +00:00
Sam Bentley
6ca70720b0 Float handling 2020-12-01 16:31:39 +00:00
Sam Bentley
3067cab928 Changed numbers to little endian 2020-12-01 14:29:52 +00:00
Sam Bentley
a711cf071c Fixed issue with 0 length columns 2020-12-01 10:23:05 +00:00
Sam Bentley
2a99ed9c62 project name and version 2020-11-28 18:13:30 +00:00
Sam Bentley
acaa2eef3e Changed error handling message of file read 2020-11-28 17:48:36 +00:00
Sam Bentley
f9f783a1bd Added dict method to python tester 2020-11-28 17:28:39 +00:00
Sam Bentley
c7113d4c3e Added read to dict method 2020-11-28 17:07:17 +00:00
Sam Bentley
d70507e0e9 Added example image 2020-11-28 14:58:14 +00:00
Sam Bentley
e54d3de92b Removed output files 2020-11-28 14:29:53 +00:00
Sam Bentley
75aa1203a8 Changed to PyO3 2020-11-28 14:27:37 +00:00
Sam Bentley
3c1d30851a return pydict 2020-11-27 10:21:37 +00:00
Sam Bentley
06accbc56c Cleaned up print statements and imported more pyobjects 2020-11-27 09:22:20 +00:00