Copy link
Copy Markdown
Member
Closes #3379
- Attributes which are removed will automatically go to the object's
api_kwargs. - Attributes which are new to the class won't be available in the unpickled version
Checklist for PRs
-
Added.. versionadded:: version,.. versionchanged:: versionor.. deprecated:: versionto the docstrings for user facing changes (for methods/class descriptions, arguments and attributes) - Created new or adapted existing unit tests
- Documented code changes according to the CSI standard
-
Added myself alphabetically toAUTHORS.rst(optional) -
Added new classes & modules to the docs and all suitable__all__s
harshil21
changed the title
Fix unpickling of classes with removed attributes
Fix unpickling of classes with new/removed attributes