Skip to content

Conversation

@MasonProtter
Copy link
Collaborator

Fixes:

Actually use the get_name interface function
Promote param vectors in params_partitioned

This helps avoid some very frustrating performance bugs when e.g. you have something like

[SubsystemParams{T}(a=1,   b=2)
 SubsystemParams{T}(a=3.0, b=4)]

it gets promoted to

[SubsystemParams{T}(a=1.0, b=2)
 SubsystemParams{T}(a=3.0, b=4)]
Don't force NotConnected to only parameterize ConnectionRules

This caused bugs with the new learning pipeline for Neuroblox

- This caused bugs with the Neuroblox learning pipeline
This helps avoid some very frustrating performance bugs when
e.g. you have something like
```julia
[SubsystemParams{T}(a=1,   b=2)
 SubsystemParams{T}(a=3.0, b=4)]
```
this gets promoted to
```
[SubsystemParams{T}(a=1.0, b=2)
 SubsystemParams{T}(a=3.0, b=4)]
```
Squashed some bugs, time to release.
@MasonProtter MasonProtter merged commit 6d6be99 into master Jun 27, 2025
7 checks passed
@MasonProtter MasonProtter deleted the bugfixes branch June 27, 2025 18:23
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.

2 participants