This completes the updates of my extensions to NetLogo 7.0#75
Merged
TheBizzle merged 3 commits intoNetLogo:7.0from Aug 7, 2025
cstaelin:7.0
Merged
This completes the updates of my extensions to NetLogo 7.0#75TheBizzle merged 3 commits intoNetLogo:7.0from cstaelin:7.0
TheBizzle merged 3 commits intoNetLogo:7.0from
cstaelin:7.0
Conversation
The new version has minor changes in the documentation of the extension.
numanal has been updated for NetLogo v7.0. linprog is a "new" linear programming extension which was carved out of the prior version of the numanal extension since it really didn't belong there.
stats was updated with minor documentation changes. linprog is a new extension that contains the linear programming methods that were previously included in the prior versions of numanal. numanal is pretty much the same as prior versions, updated to NetLogo v7.0 and minus the linear programming routines.
Member
|
The archive for |
Contributor
Author
|
It wasn't clear which extension was being referred to, but since
pathdir was the only one that was not updated, I assumed that was the one.
I submitted a new pull request (#77)to update it to version 5.1.0. Please
let me know if the error was somewhere else. I don't see it on my side.
Thanks,
Charles
-------------------------------
Charles P. Staelin
Professor Emeritus of Economics
Smith College
Northampton, MA 01063
…On Thu, Aug 7, 2025 at 12:10 PM Jason Bertsche ***@***.***> wrote:
*TheBizzle* left a comment (NetLogo/NetLogo-Libraries#75)
<#75 (comment)>
Thanks, @cstaelin <https://github.com/cstaelin> , and sorry for the slow
reply. Everything else seems good, but loading your extension warns me that
your extension was made for NetLogo 6 not NetLogo 7. This is due to the
NetLogo API version specified in the manifest file, which says 6.1 but
should say 7.0. I can merge this if you update the .zip file in this pull
request to one that includes the desired API version in the manifest.
—
Reply to this email directly, view it on GitHub
<#75 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJ4YV4RREBHZ5EM5RKKRKT3MN27RAVCNFSM6AAAAACCQ4OAW6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTCNRUHA3DKMJZGM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
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.
With these updates and additions, all my NetLogo extensions should work with NetLogo 7.0.