This is a breaking change for users that switched to the Reclass.from_config() constructor classmethod which was introduced in #92.
This PR renames the existing Reclass.from_config() classmethod to Reclass.from_config_file() and introduces a new classmethod Reclass.from_config() which initializes a Reclass instance from an already initialized Config instance.
Checklist
[x] The PR has a meaningful title. The title will be used to auto generate the changelog
[x] PR contains a single logical change (to build a better changelog).
[x] Update the documentation.
[x] Update tests.
[x] Categorize the PR by setting a good title and adding one of the labels:
bug, enhancement, documentation, change, breaking, dependency, internal
as they show up in the changelog
This is a breaking change for users that switched to the
Reclass.from_config()
constructor classmethod which was introduced in #92.This PR renames the existing
Reclass.from_config()
classmethod toReclass.from_config_file()
and introduces a new classmethodReclass.from_config()
which initializes aReclass
instance from an already initializedConfig
instance.Checklist
bug
,enhancement
,documentation
,change
,breaking
,dependency
,internal
as they show up in the changelog