Lbsntransform

Latest version: v0.26.0

Safety actively analyzes 726363 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 6 of 17

0.11.0

Documentation

* docs: Update sequence chart ([`a891edb`](https://github.com/Sieboldianus/lbsntransform/commit/a891edbe30c9ce21ca533d5a4bd6a2c110f4de41))

* docs: add mkdocs Documentation, Examples and Quick Start ([`c7d3d47`](https://github.com/Sieboldianus/lbsntransform/commit/c7d3d477a752ac03623903f8465232266a61ec1f))

Feature

* feat: Add lbsn to lbsn mapping ([`647fe8b`](https://github.com/Sieboldianus/lbsntransform/commit/647fe8b65584e1dafe5e9a828669bafa93512e98))

* feat: allow zipping of local inputs ([`6ebedf1`](https://github.com/Sieboldianus/lbsntransform/commit/6ebedf1d22fb3c38fb9196e260257cafa32c712d))

* feat: allow skipping until record x ([`3dc34d7`](https://github.com/Sieboldianus/lbsntransform/commit/3dc34d730a205f26a4e5eab967406ca44529deb3))

Fix

* fix: connection stream abort handling ([`f8a5d1b`](https://github.com/Sieboldianus/lbsntransform/commit/f8a5d1b1765301d24c3f4f9e2445f22662cee8b5))

* fix: yfcc parse error ([`0acc54d`](https://github.com/Sieboldianus/lbsntransform/commit/0acc54d8faaba4e197363c9700111d274813fe93))

* fix: yfcc100m parsing error

(NoneType, but expected one of: int, long) ([`e2f6ae3`](https://github.com/Sieboldianus/lbsntransform/commit/e2f6ae3b839acd5b29a2154adcc23721b734bdac))

* fix: reading stream error

Error while reading records: <class &39;TypeError&39;>
unsupported operand type(s) for +: &39;NoneType&39; and &39;list&39; ([`fe868bc`](https://github.com/Sieboldianus/lbsntransform/commit/fe868bca5081d800e561c1d84540d0d6333d8e09))

Refactor

* refactor: minor code updates ([`92b6571`](https://github.com/Sieboldianus/lbsntransform/commit/92b65713e3ae1a857ea2759d61803270d5026edf))

Unknown

* Merge branch &39;feat-live-import-squashed&39; into &39;master&39;

Feat live import squashed

See merge request lbsn/lbsntransform!4 ([`23a66eb`](https://github.com/Sieboldianus/lbsntransform/commit/23a66eba0d44a188a5699d52499d3e476d047f7c))

* Update sequence diagram ([`6ae7332`](https://github.com/Sieboldianus/lbsntransform/commit/6ae7332cf8e398c3e3ca49f9b669b50720e9734e))

* Minor readme fix ([`9f30964`](https://github.com/Sieboldianus/lbsntransform/commit/9f30964cab18bd4ca085fa5776aa9a7d48e2a292))

* fix bullet list ([`8af45c1`](https://github.com/Sieboldianus/lbsntransform/commit/8af45c1b69842a3b75d6acbce9ea8c50e8ac129b))

* fix markdown linebreaks ([`31418ef`](https://github.com/Sieboldianus/lbsntransform/commit/31418efeb48f0980503dec5d4ede6944a0c4e327))

* Merge branch &39;dev&39; ([`e2ce916`](https://github.com/Sieboldianus/lbsntransform/commit/e2ce916a6bc6d7fb0b69eec6764ec14419deb356))

* add reporting of skipped records count ([`ac82b9d`](https://github.com/Sieboldianus/lbsntransform/commit/ac82b9de3f67dfcaf44bb18446d480a1e8c481b0))

0.10.2

Refactor

* refactor: syntax improvements ([`2e30326`](https://github.com/Sieboldianus/lbsntransform/commit/2e303265076629c099092647c3f8b82d3e753f05))

* refactor: improve syntax formatting ([`697dddb`](https://github.com/Sieboldianus/lbsntransform/commit/697dddb41da7bb4e9e829640d4b15900dbe83fb0))

Unknown

* Remove docker login from ci ([`eb6e028`](https://github.com/Sieboldianus/lbsntransform/commit/eb6e028a6e022195f0eca5fb1866077ed485920b))

* Use full path to registry image in ci ([`37d5d40`](https://github.com/Sieboldianus/lbsntransform/commit/37d5d400bd8139e783d840ebc859c82ef82e68af))

* Add dockerlogin to gitlab-ci ([`57802e7`](https://github.com/Sieboldianus/lbsntransform/commit/57802e727d9b646d34599686036799bf9af89223))

* Merge branch &39;dev&39; of gitlab.vgiscience.de:lbsn/lbsntransform into dev ([`7827825`](https://github.com/Sieboldianus/lbsntransform/commit/7827825b0e24c327b66bf051eb49e961ddaaa62c))

* Use local gitlab registry python-ci image ([`a408e47`](https://github.com/Sieboldianus/lbsntransform/commit/a408e4753017213f75e2bb70e1646aea56794b94))

0.10.1

Fix

* fix: invalid call to logger ([`ae16fd7`](https://github.com/Sieboldianus/lbsntransform/commit/ae16fd7fb40714026f65599f1215f2787ff6009b))

Refactor

* refactor: remove debug code ([`be93f9b`](https://github.com/Sieboldianus/lbsntransform/commit/be93f9b31fbd24cec362a7a6b03d56b3daf9f24b))

0.10.0

Documentation

* docs: update readme ([`e1975a6`](https://github.com/Sieboldianus/lbsntransform/commit/e1975a6fb8f8eb862145befe8efa3da78604b72c))

Feature

* feat: lbsn raw to hll structure transformation

First part of hll feature implementation

Add hllworker and update bases

refactor: imports and import formatting

hll_add_agg implementation

Merge hll_add_agg results back to records

refactor: use class inheritance for hll bases

refactor: move try..catch to contextmanager

refactor: reduce code duplication in hll.Base classes

refactor: formatting to code conventions

Code separation improvements

feat: allow zipping of multiple web sources

fix: updates

fix: NUL character exception in values

fixup: nul characters

fixup: NUL character

refactor: cleanup & code duplication reduction ([`db1c24e`](https://github.com/Sieboldianus/lbsntransform/commit/db1c24e68c80a2136440ee6a48272f656b923071))

Refactor

* refactor: untangle classes in helper_functions ([`3a139fa`](https://github.com/Sieboldianus/lbsntransform/commit/3a139fa48efff252158df1d9f32f16fa5f9a5e10))

* refactor: major project structure revision

fix: null geom check ([`b408a6b`](https://github.com/Sieboldianus/lbsntransform/commit/b408a6b6745f8dec976bb4ce4c4caa855b135a4d))

* refactor: cleanup cli args and config formatting ([`104c53c`](https://github.com/Sieboldianus/lbsntransform/commit/104c53c4b62d2cc62756fe91959cb98c32cdf2c4))

* refactor: cleanup cli args and config formatting ([`c2f6537`](https://github.com/Sieboldianus/lbsntransform/commit/c2f6537d005a63e2033eb8f5d8f35ebd2569efd8))

* refactor: use variable for null_geom ([`49d859a`](https://github.com/Sieboldianus/lbsntransform/commit/49d859a43c2fd4d2897669e86416dcf68a05aad7))

Unknown

* fix readme ([`765453f`](https://github.com/Sieboldianus/lbsntransform/commit/765453fafc577191c3b05940549b74375e1501a4))

* fix links in readme ([`24da601`](https://github.com/Sieboldianus/lbsntransform/commit/24da601ab356cd644801f0a6b00e3cd64b6a76d5))

* Merge branch &39;dev-hll&39; into dev ([`fa903b4`](https://github.com/Sieboldianus/lbsntransform/commit/fa903b442738bafbd3c67bec850ea434271f3574))

* Pin lbsnstructure in chore ([`5525be0`](https://github.com/Sieboldianus/lbsntransform/commit/5525be0cf3b2a30248cc694d9495e7216acfcb6c))

* Merge branch &39;master&39; of github.com:Sieboldianus/lbsntransform ([`60ca66e`](https://github.com/Sieboldianus/lbsntransform/commit/60ca66efc02161235f4b521d407cb91cbaba0d71))

0.9.1

Fix

* fix: pin lbsnstructure version ([`c74644c`](https://github.com/Sieboldianus/lbsntransform/commit/c74644cd1861f7f0a3357020e646421dbf2e0630))

0.9.0

Feature

* feat: migrations to lbsnstructure v1.3.0 ([`acbed1b`](https://github.com/Sieboldianus/lbsntransform/commit/acbed1b2baa65635104f7ff0a05562c6c9cca2a7))

Page 6 of 17

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.