Ataraxis-data-structures

Latest version: v3.1.0

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

Scan your dependencies

Page 1 of 2

3.1.0

Minor Feature Update
-- Optimized DataLogger log compression procedure to improve processing time for large log files.
-- Made data verification during log compression optional (enabled by default).
-- Made log compression optional (enabled by default).

Overall, these changes allow developers to drastically reduce the log compression time by disabling the features they do not require to gain a reduction in processing time.

**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-data-structures/compare/3.0.2...3.1.0

3.0.2

Minor Bugfixes

- Revised DataLogger multiprocessing manager initialization order position to address a rare issue related to __del__ attempting to to collect a non-existing manager instance

What's Changed
* Optimized test coverage reporting and refactored _mp_manager init by Inkaros in https://github.com/Sun-Lab-NBB/ataraxis-data-structures/pull/10


**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-data-structures/compare/3.0.1...3.0.2

3.0.1

Minor Bugfixes
- Fixed a bug that prevented cycling DataLogger start() and stop() method calls.

What's Changed
* 3.0.1 by Inkaros in https://github.com/Sun-Lab-NBB/ataraxis-data-structures/pull/9


**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-data-structures/compare/3.0.0...3.0.1

3.0.0

Major Update

- Removed Data Converters from this library
- Optimized SharedMemoryArray and DataLogger treatment of shared memory buffer
- QoL updated to DataLogger and better resource management during expected and unexpected shutdowns
- Optimized log compression to run faster and (on Unix) use less RAM by default (via memory mapping)

What's Changed
* 3.0.0 by Inkaros in https://github.com/Sun-Lab-NBB/ataraxis-data-structures/pull/8


**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-data-structures/compare/2.0.1...3.0.0

2.0.1

Minor Bugfix

What's Changed
* 2.0.1 by Inkaros in https://github.com/Sun-Lab-NBB/ataraxis-data-structures/pull/7


**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-data-structures/compare/2.0.0...2.0.1

2.0.0

Major Update
- Dropped support for python 3.10, added support for python 3.13
- Changed dictionary key datatype discovery for NestedDictionary class to default to 'string' keys when the class is initialized using an empty seed dictionary. Previously, the class would initialize with an empty key set, preventing the use of string variable paths until at least one string path key is added manually.

What's Changed
* 2.0.0 by Inkaros in https://github.com/Sun-Lab-NBB/ataraxis-data-structures/pull/6


**Full Changelog**: https://github.com/Sun-Lab-NBB/ataraxis-data-structures/compare/1.1.4...2.0.0

Page 1 of 2

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.