Skip to content

Conversation

@sql-hkr
Copy link
Owner

@sql-hkr sql-hkr commented Oct 20, 2025

This pull request introduces major internal refactoring and improvements to the syna machine learning framework, focusing on modularizing the codebase, clarifying imports, and expanding the public API. The most significant changes are the reorganization of the functions, layers, datasets, and other core modules into submodules, the addition of explicit __init__.py files to control exports, and updates to documentation and examples to reflect the new structure. Several new function implementations are also added for differentiable operations.

@sql-hkr sql-hkr merged commit 796f5e9 into main Oct 20, 2025
1 check passed
@sql-hkr sql-hkr deleted the refactor/code-structure branch October 20, 2025 02:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor: Split implementation into multiple modules for scalability and clarity

1 participant