- 07 Nov, 2020 2 commits
-
-
Gao, Xiang authored
* Rename pipelines so that they are better displayed * Update unittest.yml * Update clang-format.yml * Update clang-format.yml * Update README.md * Update runnable_submodules.yml * Update README.md
-
Gao, Xiang authored
* Add dummy cuda extension build * save * run tests * save * fix * pytorch cu110 * no vision * save * nl * save * save * save * save * save * save * save * autopep8 * more autopep8 * optional=True * no todo * fix * refactor ci * mypy * save * flake8 * os error * Run cuaev test * save * clang format * Delete delete-me.cu * Search for cub in pytorch include paths * nl * instructions on test * Add better handle cuaev install/not install * test_cuaev.py * clean * fix Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
- 05 Nov, 2020 1 commit
-
-
Gao, Xiang authored
* Add clang-format ci * format Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
- 15 Aug, 2020 1 commit
-
-
Gao, Xiang authored
* Disable Final for 3.6 * dont run mypy for 3.6
-
- 04 Aug, 2020 1 commit
-
-
Gao, Xiang authored
* Distribute source and weel * trigger * fix
-
- 25 Jun, 2020 1 commit
-
-
Ignacio Pickering authored
* Remove test gradient from aev tests * Add a dedicated test gradient for one model, and make it feasible * add test_grad to unittests * Add some comments and fix formatting * flake8 * flake8 * remove unused var
-
- 01 Apr, 2020 1 commit
-
-
Gao, Xiang authored
Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
- 21 Mar, 2020 1 commit
-
-
Gao, Xiang authored
* Remove everything about chunking * aev.py * neurochem trainer * training-benchmark-nsys-profile.py * fix eval * training-benchmark.py * nnp_training.py * flake8 * nnp_training_force.py * fix dtype of species * fix * flake8 * requires_grad_ * git ignore * fix * original * fix * fix * fix * fix * save * save * save * save * save * save * save * save * save * collate * fix * save * fix * save * save * fix * save * fix * fix * no len * float * save * save * save * save * save * save * save * save * save * fix * save * save * save * save * fix * fix * fix * fix mypy * don't remove outliers * save * save * save * fix * flake8 * save * fix * flake8 * docs * more docs * fix test_data * remove test_data_new * fix
-
- 04 Feb, 2020 2 commits
-
-
Gao, Xiang authored
* try * try * try * fix * fix
-
Gao, Xiang authored
-
- 27 Jan, 2020 1 commit
-
-
Gao, Xiang authored
* Add Python 3.8 to CI * only oldest + latest Co-authored-by:Farhad Ramezanghorbani <farhadrgh@users.noreply.github.com>
-
- 21 Nov, 2019 2 commits
-
-
Gao, Xiang authored
* Add badge to display stable torch compatibility * more * more * don't run on PR * nl
-
Gao, Xiang authored
* Support periodic table Indexing in builtin models * flake8 * more * fix * fix cuda
-
- 20 Nov, 2019 1 commit
-
-
Gao, Xiang authored
Add helper module to convert species from element id in periodic table to 0, 1, 2, 3, ... format (#396) * Init * fix test * flake8 * try fix * Fix stupidity of len(self)
-
- 13 Nov, 2019 1 commit
-
-
Gao, Xiang authored
This is copy-pasted from https://github.com/aiqm/torchani/blob/master/.github/workflows/deploy-test-pypi.yml but I forgot to update it... We should use the tag created on GitHub, not add a new tag named after date
-
- 08 Nov, 2019 2 commits
-
-
Gao, Xiang authored
* add mypy * update * fix * only core * add badge * try
-
Gao, Xiang authored
* Fix race condition in test docs deploy * try * fix * fix * try * fix
-
- 07 Nov, 2019 1 commit
-
-
Gao, Xiang authored
* Remove python2 step 1 * badge * Delete _six.py
-
- 06 Nov, 2019 2 commits
-
-
Gao, Xiang authored
-
Gao, Xiang authored
* Remove AEV cacher * more * more * more * flake8 * further cleanup
-
- 05 Nov, 2019 2 commits
-
-
Gao, Xiang authored
* Run tests on merge master, and everyday 0:00 * test * try * use array * test * test * test * fix all * push only on master
-
Gao, Xiang authored
* Remove ignite * remove neurochem-test * remove cache-aev
-
- 24 Oct, 2019 1 commit
-
-
Farhad Ramezanghorbani authored
-
- 14 Oct, 2019 1 commit
-
-
Gao, Xiang authored
* deploy to aiqm/torchani-test-docs for testing * Deploy to test PyPI on PR * update * fix tag version * fix docs deploy format * test * fix * deploy docs on release * update * deploy pypi * update readme
-
- 09 Oct, 2019 1 commit
-
-
Gao, Xiang authored
* Add unit test for builtin models * flake8
-
- 24 Sep, 2019 2 commits
-
-
Farhad Ramezanghorbani authored
* Keep in-progress jobs once a test fails in Actions By default, GitHub cancels all in-progress jobs if any `matrix` jobs fail in Actions. This PR will change the default to let all tests running in case one of them fails. * Update unittest.yml * Update unittest.yml
-
Gao, Xiang authored
-
- 23 Sep, 2019 6 commits
-
-
Gao, Xiang authored
* Move unittest check to GitHub Actions Tests are parallelized * Delete tests.yml * Update setup.py * Create test_requirements.txt * Update unittest.yml * Update unittest.yml * Update README.md * Delete install_dependencies.sh * Delete install_dependencies_python2.sh * Update unittest.yml
-
Gao, Xiang authored
* Move python2 check to GitHub Actions * Delete python2.yml * Rename azure/install_dependencies_python2.sh to ci/install_dependencies_python2.sh
-
Gao, Xiang authored
* Create runnable_submodules.yml * Delete runnable_submodules.yml * Update runnable_submodules.yml
-
Gao, Xiang authored
* Move tools check to GitHub Actions * Delete tools.yml
-
Gao, Xiang authored
* Move docs to github actions * Delete docs.yml * Create install_dependencies.sh (#311) * Rename install_dependencies.sh to ci/install_dependencies.sh * +x
-
Gao, Xiang authored
* Update and rename pythonpackage.yml to flake8.yml * Delete flake8.yml * Update flake8.yml
-