Merged
Conversation
asahu-synaptics
approved these changes
Jun 25, 2025
spal-synaptics
added a commit
that referenced
this pull request
Aug 7, 2025
asahu-synaptics
pushed a commit
that referenced
this pull request
Sep 18, 2025
* Bump version to 0.1.0
* Add `numpy` dependency
* Update `Preprocessor.assign()` to exclude input shape arg
* Remove `preview` release tags
* Refactor type hints to use PEP 585 generics and PEP 544 protocols
* Update docs with new type hints
* Update deprecated `Preprocessor.assign()` logic
* Update deprecation warning stack level
* Update tests for `Preprocessor.assign()`
* Update `model_load()` to support `os.PathLike` objects
* Add explicit `Network.load_model_from_memory()` to replace `Network.load_model(<memory>)`
* Update `Network.load_*` docs
* Update `synap_cli_*` examples
* Add JSON export to `synap_cli_*` examples
* Add thread safety warning to docs
* Add `Network.predict()` overload for `{input_name: value}` mapping inputs
* Update stubs for `Network.predict()`
* Update test coverage (#25)
* Add input validation checks for `Network.predict()`
* Add input validation checks for `Tensor.assign()`
* Remove ambiguous `Network.predict(*args)` overload
Model inputs should be passed as an ordered container or a mapping.
* Refactor `Network.predict()` logic
* Add test for `Network.predict(<mapping>)`
* Update `Network.predict()` docs
* Update `setuptools` (#23) (#26)
* Update docs (#27)
* Update Sphinx autodoc to generate HTML docs
* Restructure docs src
* Update docs build
* Ignore built docs files
* Update documentation (#29)
* Update to introspection based `autoapi`
* Rename `docs/gen_docs.sh` to `docs/build.sh`
* Fold overloaded method docstrings into unified docstrings
* Fix formatting
* Fix buggy param types
* Fix newline formatting in docstrings
* Update version to 0.9.0
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
setuptoolsbefore build