-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
Steps:
- Release v0.10.0 with the following depreciation warnings (using either
@deprecate
orBase.depwarn
- Release v1.0.0 where these now error, mostly with a
MethodException
since methods will be removed. This will require cleaning out the deprecated code, any helper functions for deprecation warnings, and any tests of the now removed code.
Deprecations include the following (also search for Base.depwarn
and @deprecate
)
- Integer indexing into a
TimestepArray
at the time index position withgetindex
orsetindex!
- using the functions
is_time
oris_timestep
- indexing into a simulation instance with square brackets
- changes that need to be made to
set_param!
- type parameterization in @Defcomp New syntax in defcomp for datum type parameterization #638
- renaming
marginal
tomodified
inMarginalModel
's - change
replace_comp!
toreplace!
w/ julia argument convention (use pair)
Metadata
Metadata
Assignees
Labels
No labels