Skip to content

Releases: dwoiwode/py-pdp-partitioner

Version 0.1.9 - Correct copy of ConfigurationSpace

22 Feb 12:53
Compare
Choose a tag to compare
  • Fixes an issue with copying a ConfigurationSpace. For more details about this issue see #6
  • Use more modern Version of ConfigurationSpace

Version 0.1.8 - Initial Points Sampler Bugfix

10 Aug 01:37
Compare
Choose a tag to compare

When only one point was sampled initially, the code threw an error.

Further if less points were sampled than initially wanted, the first sampled points were overwritten in the next sampling.

v0.1.7

09 Aug 22:31
Compare
Choose a tag to compare
  • Fix bug where seed was not propagated (#3)
  • Add coverage to pipeline
  • Make installable for Python 3.10.6 and newer
  • Add GitHub Link to pypi

Version 0.1.6.1

29 Mar 13:07
Compare
Choose a tag to compare
  • Bump version...

Version 0.1.6 - Bugfixes

29 Mar 13:04
Compare
Choose a tag to compare
  • Add some tests for surrogate model
  • Fix SurrogateModel.predict_config
  • Fix config_list_to_array if X is empty
  • Reduce sample size for HPO-Bench tests to avoid 2-4h runs of pytest

Version 0.1.5

19 Mar 00:56
Compare
Choose a tag to compare

Add more categorical hp possibilites. Plotting currently not supported

Version 0.1.4

18 Mar 12:35
4013283
Compare
Choose a tag to compare

Fix versioning and add license

Version 0.1.3

18 Mar 12:30
Compare
Choose a tag to compare

Losen some requirements so they don't need to be downgraded in existing projects

Version 0.1.2

17 Mar 01:33
Compare
Choose a tag to compare

Remove HPOBench from requirements as PyPi does not like git-links as requirements

Version 0.1.1

17 Mar 01:23
Compare
Choose a tag to compare

Hardcode Requirements so they can be found in python build pipeline (see Pipeline)