Daniel Hrisca
                                            Daniel Hrisca
                                        
                                    The GUI uses the library API so it should be the same result https://github.com/danielhrisca/asammdf/blob/c93de510f8e06526152feefa6d54575b3d29722f/src/asammdf/gui/widgets/batch.py#L765
The legacy upload mode is not working directly now since the latest PyPI updates https://github.com/christoph2/pyxcp/actions/runs/7192759486/job/19590169114
For reference this is my latest pypi.rc file for uploading the asammdf wheels ```ini [distutils] index-servers = pypi asammdf [pypi] username = __token__ password = pypi- [asammdf] repository = https://upload.pypi.org/legacy/...
It's like a good wine
which one is the isa-l in the results?
https://github.com/pycompression/Python-isal provides zlib functions
Pythonet 3.0 has been released with CPython support up to 3.11
Hello Sam, I'm following your work with the curiosity of a Python user wondering how the future of the language will be. I just happened to read the issue and...
Is this better? ```python import numpy as np from asammdf import MDF class Container: def __init__(self): self.data = np.empty((1,)) self.data = np.NAN # not a @staticmethod as in the real...
Why do you think you would get different result with pyinstaller? It's still python running