| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: change methods not using its bound instance to staticmethods | deepsource-autofix[bot] | 2025-02-21 | 1 | -2/+4 |
| | | | | The method doesn't use its bound instance. Decorate this method with `@staticmethod` decorator, so that Python does not have to instantiate a bound method for every instance of this class thereby saving memory and computation. Read more about staticmethods [here](https://docs.python.org/3/library/functions.html#staticmethod). | ||||
| * | style: format code with Autopep8, Black and Ruff Formatter | deepsource-autofix[bot] | 2025-02-21 | 1 | -2/+0 |
| | | | | | | | This commit fixes the style issues introduced in ce19989 according to the output from Autopep8, Black and Ruff Formatter. Details: None | ||||
| * | return empty byte string if input data is empty | Alex Schofield | 2025-02-21 | 1 | -0/+3 |
| | | |||||
| * | remove all logging temporarily as it's being a pain | Alex Schofield | 2025-02-21 | 1 | -30/+1 |
| | | |||||
| * | backup commit - 21st @ 00:00 | Alex Schofield | 2025-02-21 | 1 | -1/+1 |
| | | |||||
| * | move logger into utils.py | Alex Schofield | 2025-02-20 | 1 | -4/+27 |
| | | |||||
| * | move create_byte_stream() to utils.py | Alex Schofield | 2025-02-20 | 1 | -0/+20 |
| | | |||||
| * | update path to logger module in utils.py | Alex Schofield | 2025-02-20 | 1 | -1/+1 |
| | | |||||
| * | update import paths for modules | Alex Schofield | 2025-02-20 | 1 | -1/+1 |
| | | |||||
| * | update pyproject.toml & references with new src folder name | Alex Schofield | 2025-02-20 | 1 | -0/+16 |
