deps(deps-dev): update braintools requirement from >=0.1.9 to >=0.3.0 in the development-dependencies group across 1 directory#224
Open
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
Updates the requirements on [braintools](https://github.com/chaobrain/braintools) to permit the latest version. Updates `braintools` to 0.3.0 - [Release notes](https://github.com/chaobrain/braintools/releases) - [Changelog](https://github.com/chaobrain/braintools/blob/main/changelog.md) - [Commits](chaobrain/braintools@v0.1.9...v0.3.0) --- updated-dependencies: - dependency-name: braintools dependency-version: 0.3.0 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1cdb07b to
51dc9ce
Compare
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.
Updates the requirements on braintools to permit the latest version.
Updates
braintoolsto 0.3.0Release notes
Sourced from braintools's releases.
... (truncated)
Changelog
Sourced from braintools's changelog.
... (truncated)
Commits
f37f3c0release: 0.3.0 (#123)bc6da89delete issues docd6e86bffix(cogtask): repair Parallel compound children, make_encoder scalar, and bro...072c6cdfix(metric): correctness, brainunit, and edge-case fixes across braintools.me...6a29629fix(optim): re-audit fixes — SM3 double momentum, RMSprop centered, NAdam sch...e9d4ae8fix(trainer): correct LR-monitor logging, save_top_k pruning, resume, and dis...336bebcfix(visualize): resolve audit issues, add regression tests (>90% cov) (#118)252d4fffix(surrogate): make LogTailedRelu.surrogate_fun continuous, fix docs (#117)1189c9ddelete issues docd92bc18fix(init): correct TruncatedNormal array std, param() State handling & docs (...