-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(api)!: add capabilities to nodes #1073
feat(api)!: add capabilities to nodes #1073
Conversation
alchemist-interfaces/src/main/java/it/unibo/alchemist/model/interfaces/Node.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Danilo Pianini <danilo.pianini@unibo.it>
alchemist-interfaces/src/main/kotlin/it/unibo/alchemist/model/interfaces/Node.kt
Show resolved
Hide resolved
alchemist-interfaces/src/main/kotlin/it/unibo/alchemist/model/interfaces/Node.kt
Outdated
Show resolved
Hide resolved
alchemist-interfaces/src/main/kotlin/it/unibo/alchemist/model/interfaces/Node.kt
Outdated
Show resolved
Hide resolved
alchemist-interfaces/src/main/kotlin/it/unibo/alchemist/model/interfaces/Node.kt
Outdated
Show resolved
Hide resolved
Co-authored-by: Danilo Pianini <danilo.pianini@unibo.it>
Co-authored-by: Danilo Pianini <danilo.pianini@unibo.it>
alchemist-loading/src/main/kotlin/it/unibo/alchemist/loader/filters/compounds/And.kt
Outdated
Show resolved
Hide resolved
src/main/hugo/content/howtos/simulation/program/content/_index.md
Outdated
Show resolved
Hide resolved
src/main/hugo/content/howtos/simulation/program/content/_index.md
Outdated
Show resolved
Hide resolved
src/main/hugo/content/howtos/simulation/program/content/_index.md
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Please retry analysis of this Pull-Request directly on SonarCloud. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
## [14.0.0](13.0.6...14.0.0) (2022-03-10) ### ⚠ BREAKING CHANGES * **api:** add capabilities to nodes (#1073) ### Features * **api:** add capabilities to nodes ([#1073](#1073)) ([c0150e1](c0150e1)) ### Dependency updates * **deps:** update dependency com.github.spotbugs:spotbugs-annotations to v4.6.0 ([296d6ce](296d6ce)) * **deps:** update dependency com.graphhopper:graphhopper-core to v5.0-pre3 ([cf7e302](cf7e302)) * **deps:** update dependency gradle to v7.4.1 ([422b2ce](422b2ce)) * **deps:** update dependency org.mockito:mockito-core to v4.4.0 ([d08ac46](d08ac46)) * **deps:** update gohugoio/hugo action to v0.93.3 ([ebe6fb6](ebe6fb6)) * **deps:** update plugin hugo to v0.3.0 ([c8a2b26](c8a2b26)) * **deps:** update plugin java-qa to v0.21.0 ([968ef61](968ef61))
🎉 This PR is included in version 14.0.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
…eaking change introduced in #1073 This change also introduces changes to the API of RunProtelisProgram. Contextually, that class and AlchemistNetworkManager have been converted to Kotlin.
## [19.0.0](18.0.3...19.0.0) (2022-05-17) ### ⚠ BREAKING CHANGES * **protelis-incarnation:** restore Protelis functionality after a breaking change introduced in #1073 * **loading:** modify Grid, now the first node is deployed where the initial position of the grid is declared. ### Features * **loading:** allow implementations to refer to node properties when loading ([2f33b56](2f33b56)) ### Bug Fixes * **incarnation-protelis:** restore the `env.putField` functionality ([49c4e3a](49c4e3a)) * **loading:** modify Grid, now the first node is deployed where the initial position of the grid is declared. ([d659414](d659414)) * **loading:** remove unused type parameters from test ([d2d218c](d2d218c)) * **protelis-incarnation:** annotate non-null returning method `SendToNeighbor.getProtelisProgram` as `@Nonnull` ([67891c1](67891c1)) * **protelis-incarnation:** restore Protelis functionality after a breaking change introduced in [#1073](#1073) ([c2ca6eb](c2ca6eb)) ### Tests * **protelis-incarnation:** add functional regression test verifying that a simple gradient runs ([09921ba](09921ba)) ### General maintenance * ignore .hugo_build.lock ([52fc91c](52fc91c)) * **protelis-incarnation:** annotate non-null returning method `ProtelisIncarnation.getIncomplete` as `@Nonnull` ([1ef0e35](1ef0e35)) ### Dependency updates * **core-deps:** update protelis to v15.4.2 ([af71bd9](af71bd9)) * **deps:** update plugin multijvmtesting to v0.4.0 ([de55f3f](de55f3f))
No description provided.