A continuation of #61 which adds julia 1.6 testing to CI. Additions:
Removes MLJModels as a test dependency, to resolve 1.1 fail at #61. In tests the test model DecisionTreeClassifier is loaded directly from MLJDecisionTreeInterface instead (already a test dependency)
Extends Distributions dep to "0.22, 0.24"
Removes Revise dep (this is really intended for dev only). I suggest also removing Coverage, but that is not done here
I suggest adding CompatHelper to flag compatibility updates; will open separate PR for this.
Note: SpecialFunctions is at 0.8. but latest is 1.3 - a fair gap. However, 0.9 requires julia 1.3 while TreeParzen is currently good for all julia ^1. So I wouldn't recommend any further action until a new LTS release of julia is announced (a decision re 1.6 has not been made, as far as I understand).
A continuation of #61 which adds julia 1.6 testing to CI. Additions:
Removes MLJModels as a test dependency, to resolve 1.1 fail at #61. In tests the test model DecisionTreeClassifier is loaded directly from MLJDecisionTreeInterface instead (already a test dependency)
Extends Distributions dep to "0.22, 0.24"
Removes Revise dep (this is really intended for dev only). I suggest also removing Coverage, but that is not done here
I suggest adding CompatHelper to flag compatibility updates; will open separate PR for this.
Note: SpecialFunctions is at 0.8. but latest is 1.3 - a fair gap. However, 0.9 requires julia 1.3 while TreeParzen is currently good for all julia ^1. So I wouldn't recommend any further action until a new LTS release of julia is announced (a decision re 1.6 has not been made, as far as I understand).