-
Notifications
You must be signed in to change notification settings - Fork 17
Release 0.9.2 #607
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
Merged
Merged
Release 0.9.2 #607
Conversation
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
…ild-efficiency [ISSUE 460] Enhancing build efficiency with the -j option in the make command
[issue #406] Removed the unnecessary Connections parameter level from XML config file
Partial implementation of 911 event queueing model
[ISSUE-410] Check switches on edgeType and make sure they have default cases
…sting-folder [ISSUE-368] renamed unitTesting folder and added a output folder
…-process [ISSUE 464] Add cluster point process call generation script
[ISSUE 499] review spd graph
…files [ISSUE 511] Removed Layout Files for the 911 models because they are no longer needed
…ndonment [Issue 489] Implement call abandonment modeled with patience time
…entation [ISSUE 529] Implemented call redials in the NG911 models
…ion-point Delete summation point from AllEdges.
…apsesWeights [ISSUE 114] Fixed bug in updateSynapsesWeightsDevice
…-code [ISSUE 532] Clean ununsed variables, methods, and code blocks in NG911 model
…n-iEdge [ISSUE-521] addEdge method of AllEdges returns iEdg
…move [ISSUE 180] Moved width_ and height_ parameter from Simulator to FixedLayout
…patch [ISSUE 490] Implemented the responder dispatch logic
…ionMap Rename summationMap to summationPoints
…parameters-primitive Remove 'const' qualifiers for primitive datatypes
…-from-GraphML Issue 495 visualization from graphML
…le-loader Issue 548 visualizer file loader
[ISSUE 491] Implements responder logic
…etrics [ISSUE 538] Add recording of queueLength and utilization histories for NG911
[ISSUE 557] Made all class members of All911Vertices private
Change vector of bool to vector of unsigned char
[ISSUE 567] Implement small 911 regression test
…point-more-general [ISSUE-528] Make cluster point process code more general by fixing hard coded values
…ant-file [ISSUE-510] Remove redundant file
…ility-bug Fixed bug in the checking for available space in the queue
…tion [ISSUE 576] Modified the secondary process in the cluster point process script
[ISSUE-587] Update development with hotfixes from master
Commented Recorder unit test from CMakelists.txt because haven't yet merged those commits into release. Will need to make sure that this line get uncommented later.
…raphitti into release-0.9.2
d-kamath
approved these changes
Feb 17, 2024
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.
Mostly to capture 911 simulation.
Left Recorder and serialization behind.