|
2d654d2d2a
|
* clean up repository: remove cython/ pip/ parquet/ assets/
* update python module MANIFEST.in to include sources
|
2021-09-21 13:00:28 +02:00 |
|
|
e6315ee186
|
* add github workflow for building wheels
* rename cython module for more consistency
* restructure python code
* proper python module setup
* bump major version 2.0.0
|
2021-09-21 12:55:19 +02:00 |
|
|
75e792b86c
|
bump version 1.2.12
v2.0.0
|
2021-09-16 16:15:26 +02:00 |
|
|
617ed541e3
|
reset rescaling factor to 1.0 even if its zero as given in the CR block (issue #12)
v1.2.12
|
2021-09-16 16:10:13 +02:00 |
|
Mario Fink
|
aa020eee0c
|
* add pip/build to gitignore
* makefile for pip: extract proper section of README.md
* bump version 1.2.11
|
2021-09-02 11:56:06 +02:00 |
|
Mario Fink
|
b110886935
|
add *.pyd to gitignore, imc_channel.hpp: fix int size_t conversions
v1.2.11
|
2021-09-02 11:22:37 +02:00 |
|
Mario Fink
|
6bc6880d47
|
fix/disable type conversion warnings
|
2021-09-02 11:16:01 +02:00 |
|
Mario Fink
|
b51b63dedc
|
enable proper git tag sorting in cython/setup.py for versioning
|
2021-09-02 11:01:12 +02:00 |
|
Mario Fink
|
601613b6c4
|
consider platform dependency for building cython extension locally
|
2021-09-02 10:57:21 +02:00 |
|
|
5e93ed0706
|
* version 1.2.10
* makefile: versioning and tags: properly deal with multiple digits version tags
* setup.py: support both sdist and bdist pip wheels
|
2021-09-01 10:58:42 +02:00 |
|
Mario Fink
|
1345f6e4c9
|
add separate NT trigger time and Cb addtime parameters to output
v1.2.10
|
2021-07-12 13:19:45 +02:00 |
|
Mario Fink
|
1a381f01b7
|
delete deprecated python example, add new python example dealing with absolute time stamp according to trigger-time
|
2021-07-12 12:40:23 +02:00 |
|
Mario Fink
|
b42a170650
|
bump version 1.2.9
|
2021-07-08 15:39:50 +02:00 |
|
Mario Fink
|
1d30a5f237
|
include (absolute) trigger-time in channel output => issue #10
v1.2.9
|
2021-07-08 14:06:20 +02:00 |
|
Mario Fink
|
00a869ff07
|
properly check markers of single file/all files in directory
|
2021-07-08 10:17:29 +02:00 |
|
Mario Fink
|
69f5e5496b
|
* fix typo in preprocessor flag
* executable --help: provide full repository URL
|
2021-07-02 13:33:05 +02:00 |
|
Mario Fink
|
56f83b8132
|
bump version 1.2.8
|
2021-07-02 09:40:23 +02:00 |
|
Mario Fink
|
cda6673f85
|
fix MSVC compilation/build issues
v1.2.8
|
2021-07-02 09:39:16 +02:00 |
|
Mario Fink
|
1d7a512fd4
|
* support pip installation on win32 => issue #8
* bump version 1.2.7
v1.2.7
|
2021-07-02 09:11:30 +02:00 |
|
|
658a73a284
|
get_info(): show less x,ydata in info-string
|
2021-07-01 15:46:03 +02:00 |
|
|
71c9bb7a5c
|
fix/optimize floating point precision for file output/info output/json output
|
2021-07-01 12:13:38 +00:00 |
|
|
45efb06aa2
|
add support for NL key, issue #6
|
2021-06-29 12:38:55 +02:00 |
|
|
538b6f4659
|
README.md: add famosfilekey reference
v1.2.6
|
2021-06-29 11:45:50 +02:00 |
|
Mario Fink
|
08e2589dfd
|
README: fix typo
|
2021-06-28 16:38:23 +02:00 |
|
Mario Fink
|
d098273816
|
README.md: udpate to new CLI options
|
2021-06-28 16:37:16 +02:00 |
|
Mario Fink
|
2f9c550323
|
bump pip/cython version 1.2.5
|
2021-06-28 16:33:25 +02:00 |
|
Mario Fink
|
234876c5a9
|
* cython/*_imc_termite.*: introduce both print_channel/print_channels
methods featuring csv delimiter option
* imc_raw.hpp: add print_channel()
* python/{example.py,usage.py}: adjust to existing sample file names,
add print_channel() example
* src/main.cpp: add --delimiter option, additional CLI option checks
v1.2.5
|
2021-06-28 16:26:07 +02:00 |
|
Mario Fink
|
bafc018566
|
CLI version: add option for delimiter token of csv output
|
2021-06-28 12:51:09 +02:00 |
|
|
fdd107fbb3
|
README.md: fix typo
|
2021-05-06 18:11:40 +02:00 |
|
|
cd4ce55e7e
|
badge starts
|
2021-05-06 16:01:07 +02:00 |
|
|
27683cbbd6
|
license badge
|
2021-05-06 15:59:43 +02:00 |
|
|
25a51215a0
|
adjust README.md header
|
2021-05-06 15:50:38 +02:00 |
|
|
36c02089aa
|
clean up README.md header
|
2021-05-06 15:47:31 +02:00 |
|
|
cd75689d32
|
lgtm code stats
|
2021-05-06 11:46:43 +02:00 |
|
|
57c7f6021b
|
makefile: cppcheck target
|
2021-05-05 15:58:10 +02:00 |
|
|
83922c343f
|
* imc_channel, imc_raw: optimize with pass by reference
* imc_object: asc_time, localtime: make threadsafe
* imc_datatype: satisfy 'rule of two'
* python: remove all unused imports
|
2021-05-05 13:28:11 +02:00 |
|
|
72378877ec
|
add some pipy release documentation
|
2021-05-02 19:57:13 +02:00 |
|
|
e7094d0125
|
* py_imc_termite.pyx: remove json loads parse_float option
* imc_raw.hpp: catch empty/invalid file to avoid seg fault
|
2021-05-02 19:34:08 +02:00 |
|
|
16a77ecf1e
|
bump version 1.2.4 for pip/cython
|
2021-04-30 11:10:41 +02:00 |
|
|
798fc22d7a
|
imc_conversion.hpp: more comprehensive error message, imc_datatype: imc_Ulongint,imc_Slongint typedef for x86_64 vs. arm
v1.2.4
|
2021-04-27 12:42:24 +02:00 |
|
|
2b2e69f0e5
|
* add support for datatype 11 = 2-byte-word digital
* usage.py: raise proper exception
* usage_adv.py: use different example file
|
2021-04-27 11:38:43 +02:00 |
|
Mario Fink
|
8708d2d008
|
* cython/py_imc_termite.pyx: json loads take care of floats, fix column assignment
* imc_channel.hpp: fix floating precision for get_channel()
* extend/include advanced usage in examples
|
2021-04-26 19:41:56 +02:00 |
|
|
9feadb50c1
|
py_imc_termite.pyx: fix special character encoding
|
2021-04-16 09:37:58 +02:00 |
|
|
dbeb1b862a
|
py_imc_termite.pyx: print_table: encoding, xdata
|
2021-04-15 23:51:44 +02:00 |
|
|
bda799832c
|
fix Dockerfile, cython: print_table to print all channels in single table
|
2021-04-15 20:17:02 +02:00 |
|
|
97c2195f98
|
ignore hexshow.hpp, version 1.2.3
|
2021-03-05 09:19:06 +01:00 |
|
|
ea7ab9fa85
|
gitignore: add pip files, pip: add proper README
v1.2.3
|
2021-03-04 18:48:59 +01:00 |
|
|
c281aeae19
|
clean: include build directory
|
2021-03-04 11:48:06 +01:00 |
|
|
0403f2bc64
|
add pip package build/upload, check version tags
|
2021-03-04 11:47:15 +01:00 |
|
Mario Fink
|
0969d626b8
|
Merge pull request #5 from ZornitsaD/patch-2
Update README.md
v1.2.2
|
2021-02-18 11:38:42 +01:00 |
|