d53e057dca
Bump * ubuntu from 20.04 to 24.04
...
* windows-2019 to windows-2022
* actions/setup-python to v5
* actions/checkout to v5 in /.github/workflows
2024-09-12 13:12:34 +02:00
6c1fd021c2
Bump actions/upload-artifact from 2 to 4 in /.github/workflows
2024-09-12 11:52:15 +02:00
Mario Fink
177f368fdf
Merge pull request #19 from RecordEvolution/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7
...
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
2024-09-12 11:44:26 +02:00
dependabot[bot]
73ff748ff4
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-03 22:06:02 +00:00
193d9ac010
bump version 2.0.2
v2.0.2
2024-06-12 17:22:48 +02:00
b4136c0b03
fix badges
2024-06-12 17:06:22 +02:00
Mario Fink
759c88dfb4
tdm_termite.hpp: remove unused bit/endian include in C++20, add python build files to gitignore
2021-10-21 15:12:13 +02:00
Mario Fink
dec58d4668
github action workflow pypi: add branch master for trigger
2021-10-21 15:05:14 +02:00
Mario Fink
e0e293c4d4
README: add github action workflow badge for building wheels, version 2.0.1
v2.0.1
2021-10-21 15:00:10 +02:00
Mario Fink
050256763c
* improve runtime detection of endianness
...
* support decoding of TDM/TDX data with endianness mismatch w.r.t.
architecture => issue #16
* generate/provide bigEndian TDM/TDX example
2021-10-19 19:48:44 +02:00
Mario Fink
b005987531
* README.md: adjust python examples to renaming of module
...
* bump new major version 2.0.0
v2.0.0
2021-10-19 17:17:54 +02:00
Mario Fink
f64b51c968
* tidy up and simplify python/cython/pypi setup and directory structure
...
* rename python modules with consistent nomenclature (breaking changes!)
2021-10-19 17:12:43 +02:00
cf2799b383
bump version 1.0.5
v1.0.6
2021-09-22 17:31:47 +02:00
ef16fd3228
experimental support for DT_STRING datatype
2021-09-22 17:29:07 +02:00
337fbf9745
correction of exception message for multiple value-ids
2021-09-16 15:34:02 +02:00
4d0feb4716
bump version v1.0.4
2021-09-16 15:25:26 +02:00
afac245cdd
add timestamp insertion for build on Darwin
v1.0.4
2021-09-16 14:09:39 +02:00
e1331cc6e6
* allowing for missing value-id (and consequently external_id, as well) in local_column (refer to issue #12 ) => resulting in empty channel in output
...
* simplify get_channel_overview(...) by removing full group info
* add build-timestamp to version/help message of CLI binary
* simplify/unify group/channel/submatrix/localcolumn overview of CLI
binary
2021-09-16 14:03:38 +02:00
b5d32f1ccd
fix unescaped hash in shell redirection
2021-09-16 10:20:00 +02:00
Mario Fink
53fea5f738
bump missing new version in pip/setup.py
2021-09-02 13:10:23 +02:00
Mario Fink
c407abe517
* README.md: add install notes regarding pip install
...
* pip-release: extract proper part of README.md for pip package
* bump version 1.0.3
2021-09-02 13:05:46 +02:00
f8f779136b
bump pip package version 1.0.2
v1.0.3
2021-06-11 09:34:20 +02:00
35c5ac9e75
* setup.py: remove extra linkargs for win32
...
* tdm_termite.cpp: explicit cast to unsigned int
v1.0.2
2021-06-11 09:24:44 +02:00
d2453427c7
pip/setup.py: introduce platform dependency in build
2021-06-11 08:42:32 +02:00
6b7e0258b3
introduce platform dependent compile/link options for setup.py
2021-06-10 22:30:20 +02:00
Mario Fink
dc23b1e753
setup.py: fix compilation with MSVC
2021-06-10 19:17:25 +02:00
Mario Fink
1e2b344104
* check versions vs. git tags
...
* neglect -Wunused-variable for MSVC compiler
2021-06-10 13:27:40 +02:00
3c72747def
README.md: some reference
v1.0.1
2021-05-06 17:51:45 +02:00
62159bb68b
README.md: header
2021-05-06 17:37:29 +02:00
d9573443fd
proper header in README
2021-05-06 11:44:18 +02:00
9d593dbf24
fix lgtm badge display
2021-05-06 11:41:57 +02:00
138acc3a00
include lgtm code stats
2021-05-06 11:39:29 +02:00
e46e3f866b
* tdm_datatype: satisfy "rule of two"
...
* tdm_termite: summarize_member: pass by reference
* setup.py: remove unused imports
2021-05-05 12:48:25 +02:00
8d1577806b
pip/setup.py: fix syntax typo, gitignore: add pip build files
2021-05-04 18:35:12 +02:00
0d6fd6545f
* tdm_termite: fix copy/assignment for cython-build
...
* setup.py: version 1.0.0
2021-05-04 18:29:02 +02:00
caae8be862
makefile: fix order of targets, gitignore: add tdmtest
2021-05-03 19:15:22 +02:00
9ebac41973
add tdm test for memory profiling
2021-05-03 19:01:06 +02:00
c4f2a5ff5d
keep ifstream object for tdx file instead of reading entire file in buffer
2021-05-03 18:20:15 +02:00
Mario Fink
3443d2dafa
Dockerfile: fix typo in CMD
2021-03-16 23:10:05 +01:00
Mario Fink
66402b280c
setup.py: fix IndexError: list index out of range for empty tag list
2021-03-16 19:59:31 +01:00
Mario Fink
76f4ee589d
README: fix typo
2021-03-03 19:14:07 +01:00
Mario Fink
d957289124
add pip installation in README
2021-03-03 19:10:20 +01:00
Mario Fink
086da08873
pip simply makefile
2021-03-03 18:56:55 +01:00
Mario Fink
1be064b4f7
public release 0.5.0 for Python Package Index
2021-03-03 18:55:36 +01:00
Mario Fink
62239e2aeb
clean up pip/
2021-03-03 18:25:17 +01:00
Mario Fink
2ce5db0e85
PyPI sdist setup
2021-03-03 17:59:31 +01:00
Mario Fink
0d94c7064a
fix 3rdparty path for cython
2021-03-03 09:37:00 +01:00
74c8027a10
move pugixml to 3rdparty
2021-03-03 09:30:58 +01:00
Mario Fink
145392108b
PyPI setup
2021-03-02 17:13:33 +01:00
Mario Fink
c10fd1c488
Dockerfile + makefile, #6
2021-03-02 11:12:22 +01:00