Commit Graph

327 Commits

Author SHA1 Message Date
blackfly
e2c9848120 Update tox.ini to use coverage 2020-04-06 21:05:57 +02:00
blackfly
dc60b7e5b5 Add .travis.yml 2020-04-06 21:05:20 +02:00
blackfly
c21913fdd4 Add tests/__init__.py
Adding the __init__.py file makes it possible to run `coverage run -m pytest`
from the project root.
2020-04-06 21:01:50 +02:00
blackfly
59e31f94ab Add more version badges and bibtex section to README.md 2020-04-06 19:59:52 +02:00
blackfly
cddefa9b0d Add RELEASE.md 2020-04-06 18:52:12 +02:00
blackfly
26d71fdd60 Add version badges to README.md 2020-04-06 18:48:02 +02:00
blackfly
ced8f532dd Update MANIFEST.in to include codecov and test scripts 2020-04-06 18:32:06 +02:00
blackfly
4ec0bb5e60 Bump version: 0.0.0-dev1 → 0.1.0-dev0 2020-04-06 18:22:15 +02:00
blackfly
f1b3f8a693 Add .codecov.yml and codecov badge to README.md 2020-04-06 18:07:15 +02:00
blackfly
a287953c48 Fix broken "Tests" workflow 2020-04-06 17:45:15 +02:00
blackfly
624de3b471 Fix "Tests" workflow 2020-04-06 17:42:29 +02:00
blackfly
ab285ffcd4 Add examples/glvq_iris.py
This example demonstrates how to use the prototype module and the distance
functions from ProtoTorch together with the `GLVQLoss` module to implement
a GLVQ model and train it on the Iris dataset from scikit-learn.
2020-04-06 16:43:59 +02:00
blackfly
b581f3ab02 Add tests/test_modules.py 2020-04-06 16:36:43 +02:00
blackfly
398d863232 Add prototype and loss modules 2020-04-06 16:36:28 +02:00
blackfly
8a96749716 Add tests/test_functions.py 2020-04-06 16:34:52 +02:00
blackfly
33e8f1297f Add basic prototorch functions needed for GLVQ 2020-04-06 16:33:51 +02:00
blackfly
f9bc4a29c9 Clean installation requirements in setup.py 2020-04-06 15:58:35 +02:00
blackfly
a113b45a73 Add distance functions 2020-04-05 13:41:17 +02:00
blackfly
93e70b6c82 Add prototorch/functions/__init__.py 2020-04-05 13:39:16 +02:00
blackfly
5d7188abf1 Add prototorch/__init__.py 2020-04-05 13:38:29 +02:00
blackfly
c4878f806e Update versioning convention 2020-04-05 13:31:06 +02:00
blackfly
9dca392159 Update README.md 2020-03-30 13:30:10 +02:00
blackfly
cab2d5e77c Remove pytorch_lightning requirement from setup.py 2020-03-30 13:29:34 +02:00
blackfly
5aedc68527 Fix typo in .bumpversion.cfg 2020-03-30 13:29:04 +02:00
blackfly
326eddc278 Add setup.py and other project files 2020-02-17 18:02:52 +01:00
blackfly
eb5ed171be Update README 2020-02-17 18:00:12 +01:00
Jensun Ravichandran
94727baa85
Initial commit 2020-02-07 10:11:36 +01:00