dme65 / pySOT

Surrogate Optimization Toolbox for Python
Other
205 stars 53 forks source link

Dependency on pyDOE should be updated to work with pyDOE2 #21

Closed PastelBelem8 closed 5 years ago

PastelBelem8 commented 6 years ago

pyDOE hasn't been released for more than a year and it seems to be no longer actively maintained. I suggest changing the dependency so that users of pySOT may use the framework without any difficulties. As to the date, I am able to use the pySOT.experimental_design.TwoFactorial methods only if I change the pyDOE's file manually, which turns out to make the deployment of any applications more difficult.

https://github.com/dme65/pySOT/blob/c3f2fcef2c936133e0aca6ab0def5625583f9613/pySOT/experimental_design.py#L14

dme65 commented 6 years ago

Thank you for pointing this out. I'll update the dependencies, and hopefully push out the new version in the next week or so. I have been side-tracked with the next major version for a while now.

PastelBelem8 commented 6 years ago

Let me know if you guys need any help updating the dependencies or with the next major version (:

dme65 commented 5 years ago

Fixed in v0.2.0! =]