Tags: viotemp1/botorch
Tags
Changelog for v0.3.3 (pytorch#622) Summary: Pull Request resolved: pytorch#622 Reviewed By: eytan Differential Revision: D25390481 Pulled By: Balandat fbshipit-source-id: adb1b1f7e2992f078f22393ab25a8d686d5e2980
Update changelog for v0.3.2 (pytorch#583) Summary: Pull Request resolved: pytorch#583 Reviewed By: danielrjiang Differential Revision: D24509749 Pulled By: Balandat fbshipit-source-id: 37eba00fbaf209138f9a6dec4e72ba9778421653
Allow conda build to use the setuptools_scm generated version number (p… …ytorch#554) Summary: Unfortunately `conda build`'s `load_setup_py_data` does not properly resolve the version number from `setuptools_scm`. The workaround implemented here is to export this version number to an env variable that we can then substitute in to the jinja template of the `meta.yaml` file. This PR adds a simple shell script to make that easier, now the conda build process just amounts to calling `/build_conda.sh` from the `.conda/` directory and the version number gets automatically added. This also required some changes to `setup.py` to make sure the relative paths are properly resolved. Pull Request resolved: pytorch#554 Reviewed By: sdaulton Differential Revision: D23713807 Pulled By: Balandat fbshipit-source-id: fbd70166dde57f4f10e21dafdc57a1b5e19a9701
Version 0.3.0: Multi-Objective Bayesian Optimization (pytorch#472) Summary: Pull Request resolved: pytorch#472 see title Reviewed By: Balandat Differential Revision: D22393843 fbshipit-source-id: 22f071c3e6eaaca3a09dd5db4e23f8b54450000d
Version 0.2.5 (pytorch#445) Summary: Pull Request resolved: pytorch#445 Release 0.2.5 Reviewed By: ldworkin Differential Revision: D21574340 fbshipit-source-id: f3751a1d69eb669886e3b343d313a5890c089332
Version 0.2.4 (pytorch#442) Summary: This is a bump mainly to fix a mysterious issue with the python wheel on pypi being broken. Specifically, in that wheel the `botorch/optim/utils.py` file was not included, which resulted in an `ImportError` for many central components of the code. Interestingly, the source dist (built with the same command) did not have this issue. Pull Request resolved: pytorch#442 Reviewed By: sdaulton Differential Revision: D21538808 Pulled By: Balandat fbshipit-source-id: 4a963d101c28d17d18897584ccadc9f492a0c914
tutorials: Use PythonExporter instead of ScriptExporter (pytorch#429) Summary: We want to export python, so this is what we should do. Also, this replaces the default `#!/usr/bin/env python` shebang in the generated .py files with `#!/usr/bin/env python3`. Pull Request resolved: pytorch#429 Test Plan: CircleCI Reviewed By: sdaulton Differential Revision: D21249625 Pulled By: Balandat fbshipit-source-id: d7901e29c8c9362c888bdf1dd0a8901c28c4f019
Release v0.2.2 (pytorch#387) Summary: Pull Request resolved: pytorch#387 Release new BoTorch version 0.2.2 Reviewed By: Balandat Differential Revision: D20310561 fbshipit-source-id: ae7df68bb5a11b02db9a458a2da962a1041a2950
Release v0.2.1 (pytorch#353) Summary: Pull Request resolved: pytorch#353 Update changelog, bump version number Reviewed By: Balandat Differential Revision: D19422175 fbshipit-source-id: 66306133241030c79403088d049d4b0ee2adde15
Release v0.2.0 (pytorch#343) Summary: Update changelog, bump version number. Pull Request resolved: pytorch#343 Reviewed By: lena-kashtelyan Differential Revision: D19200221 Pulled By: Balandat fbshipit-source-id: 7286b99e8832459df5d86882970da77fd7410b2a
PreviousNext