Fixed bugs and improved 'stubs' task #6
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
-- Fixed a minor bug that treated init.py files at different library levels (packages) as duplicates and removed all except for the 'main' one. -- Improved 'stubs' task to apply code formatting after moving the stubs to source code. Previously, stub files were not formatted as intended when the formatting was applied before moving stubs to destination. -- Updated project version in all environment files to 3.0.2. -- Updated project version in pyproject.toml to 3.0.2. -- Added cache clearing to all uv tasks to reset the cache that may otherwise interfere with using the latest dependency versions for some tasks . -- Reformatted source code (specifically the stub file) -- Expanded ReadMe Acknowledgement section to reference dependency projects used in this library.