Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add github action to publish package to PyPi * Feature GitHub action conda build (#1) * Add conda github action that builds the package with conda. It is triggered on pull request. * Add pyro-ppl and pip as conda dependency. Trigger setup automatically via conda yaml. Split steps in conda build github action. * Less strict in the setup.py dependencies for torch. Small change in the installation instructions in the documentation. * Feature - Add basic unit tests to cover activation_functions.py (#3) * adding first unit tests * Format conda-build YAML file * Update action name * Fix path to __version__ * Test commit - Trigger workflow * Revert dummy change Co-authored-by: Mathias Rechenmann <[email protected]> * Feature clean helper functions (#4) * delete _helper_functions.py * delete _hyperparams_optimization.py * delete plot_every_epoch function * delete import _helper_functions * delete gpyopt dependency * edit only README * Add pylint github action * Remove pypi github action (#9) * support CPU, modify README (#10) * support CPU, modify README * shorten the import, add model to __init__ * More lenient scar installation specifications (#8) * Split scAR.yml to scAR-gpu.yaml and scAR-cpu.yaml. * More lenient installation specifications. * Bump version to 0.2.0 * fix a typo, reorganise __init__.py * fix bugs * add synthetic data for integration test (#13) * add synthetic data for integration test * change paths * change paths * Remove torchaudio. Bump version to 0.2.2 (#14) * Remove torchaudio * Bump version to 0.2.2 * Update readme (#16) * update README * Black github action (#17) Addition of black github action that runs on every push and every pull request. It shows in the stdout all the changes that need to be made (--diff), but returns exit code 0, even if errors are observed. * Addition of integration test (#18) * Add integration test as unit test * update version Co-authored-by: Gypas, Foivos <[email protected]> Co-authored-by: Foivos Gypas <[email protected]> Co-authored-by: Mathias Rechenmann <[email protected]>
- Loading branch information