Alexander Engelsberger
|
a28601751e
|
Use github actions for CI (#10)
* chore: Absolute imports
* feat: Add new mesh util
* chore: replace bumpversion
original fork no longer maintained, move config
* ci: remove old configuration files
* ci: update github action
* ci: add python 3.10 test
* chore: update pre-commit hooks
* ci: update supported python versions
supported are 3.7, 3.8 and 3.9.
3.6 had EOL in december 2021.
3.10 has no pytorch distribution yet.
* ci: add windows test
* ci: update action
less windows tests, pre commit
* ci: fix typo
* chore: run precommit for all files
* ci: two step tests
* ci: compatibility waits for style
* fix: init file had missing imports
* ci: add deployment script
* ci: skip complete publish step
* ci: cleanup readme
|
2022-01-10 20:23:18 +01:00 |
|
Jensun Ravichandran
|
bc9a826b7d
|
fix: matmul bug in
|
2021-06-21 22:48:22 +02:00 |
|
Jensun Ravichandran
|
de61bf7bca
|
[BUGFIX] Fix reasonings initializer dimension bug
|
2021-06-17 18:10:05 +02:00 |
|
Jensun Ravichandran
|
7a6da0c5fc
|
[FEATURE] Add transforms
|
2021-06-16 21:53:36 +02:00 |
|
Jensun Ravichandran
|
0f450ed8a0
|
[BUGFIX] Remove dangerous mutable default arguments
See
https://stackoverflow.com/questions/1132941/least-astonishment-and-the-mutable-default-argument
for more information.
|
2021-06-15 00:14:34 +02:00 |
|
Jensun Ravichandran
|
d45e71256c
|
[TEST] Test literal initializers
|
2021-06-14 19:53:44 +02:00 |
|
Jensun Ravichandran
|
549e6a10c1
|
[TEST] Add tests for reasonings initializers
|
2021-06-14 17:20:57 +02:00 |
|
Jensun Ravichandran
|
668c9a1fb7
|
[TEST] Add more tests
|
2021-06-14 14:45:14 +02:00 |
|
Jensun Ravichandran
|
2af1da7f23
|
Add standalone labels module
|
2021-06-13 22:54:29 +00:00 |
|
Jensun Ravichandran
|
1ba7f5c4f7
|
Add core test suite
|
2021-06-12 20:40:23 +02:00 |
|