v1.4.0
FullNetworkSystems v1.4.0
Closed issues:
- Add named tuple constructors for components (#7)
- Define accessors for
initial_uptime
andinitial_downtime
(#17) - Make accessor naming consistent with fieldnames (#23)
- Should we have
get_increments
etc.? (#25)
Merged pull requests:
- Add
Base.@kwdef
to all system-related structs (#19) (@raphaelsaavedra) - Add accessors for initial uptime and downtime (#20) (@morris25)
- Make testing of accessors more precise (#22) (@nickrobinson251)
- Fix
branches_by_breakpoints
return type and test all paths (#24) (@nickrobinson251) - Rename accessors and fieldnames to give clearer and more consistent API (#26) (@nickrobinson251)