congrads 1.0.3__tar.gz → 1.0.5__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (49) hide show
  1. {congrads-1.0.3 → congrads-1.0.5}/.gitlab-ci.yml +1 -1
  2. {congrads-1.0.3 → congrads-1.0.5}/.readthedocs.yaml +0 -1
  3. {congrads-1.0.3 → congrads-1.0.5}/PKG-INFO +1 -1
  4. {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/PKG-INFO +1 -1
  5. {congrads-1.0.3 → congrads-1.0.5}/.gitignore +0 -0
  6. {congrads-1.0.3 → congrads-1.0.5}/.pylintrc +0 -0
  7. {congrads-1.0.3 → congrads-1.0.5}/.vscode/extensions.json +0 -0
  8. {congrads-1.0.3 → congrads-1.0.5}/.vscode/settings.json +0 -0
  9. {congrads-1.0.3 → congrads-1.0.5}/LICENSE +0 -0
  10. {congrads-1.0.3 → congrads-1.0.5}/README.md +0 -0
  11. {congrads-1.0.3 → congrads-1.0.5}/congrads/__init__.py +0 -0
  12. {congrads-1.0.3 → congrads-1.0.5}/congrads/checkpoints.py +0 -0
  13. {congrads-1.0.3 → congrads-1.0.5}/congrads/constraints.py +0 -0
  14. {congrads-1.0.3 → congrads-1.0.5}/congrads/core.py +0 -0
  15. {congrads-1.0.3 → congrads-1.0.5}/congrads/datasets.py +0 -0
  16. {congrads-1.0.3 → congrads-1.0.5}/congrads/descriptor.py +0 -0
  17. {congrads-1.0.3 → congrads-1.0.5}/congrads/metrics.py +0 -0
  18. {congrads-1.0.3 → congrads-1.0.5}/congrads/networks.py +0 -0
  19. {congrads-1.0.3 → congrads-1.0.5}/congrads/transformations.py +0 -0
  20. {congrads-1.0.3 → congrads-1.0.5}/congrads/utils.py +0 -0
  21. {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/SOURCES.txt +0 -0
  22. {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/dependency_links.txt +0 -0
  23. {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/requires.txt +0 -0
  24. {congrads-1.0.3 → congrads-1.0.5}/congrads.egg-info/top_level.txt +0 -0
  25. {congrads-1.0.3 → congrads-1.0.5}/docs/Makefile +0 -0
  26. {congrads-1.0.3 → congrads-1.0.5}/docs/_static/VanBaelen2023.bib +0 -0
  27. {congrads-1.0.3 → congrads-1.0.5}/docs/_static/congrads_export.png +0 -0
  28. {congrads-1.0.3 → congrads-1.0.5}/docs/_static/congrads_export.svg +0 -0
  29. {congrads-1.0.3 → congrads-1.0.5}/docs/_static/congrads_favicon.png +0 -0
  30. {congrads-1.0.3 → congrads-1.0.5}/docs/_static/congrads_favicon.svg +0 -0
  31. {congrads-1.0.3 → congrads-1.0.5}/docs/_static/convergence_illustration.gif +0 -0
  32. {congrads-1.0.3 → congrads-1.0.5}/docs/api.rst +0 -0
  33. {congrads-1.0.3 → congrads-1.0.5}/docs/concepts.rst +0 -0
  34. {congrads-1.0.3 → congrads-1.0.5}/docs/conf.py +0 -0
  35. {congrads-1.0.3 → congrads-1.0.5}/docs/index.rst +0 -0
  36. {congrads-1.0.3 → congrads-1.0.5}/docs/make.bat +0 -0
  37. {congrads-1.0.3 → congrads-1.0.5}/docs/requirements.in +0 -0
  38. {congrads-1.0.3 → congrads-1.0.5}/docs/requirements.txt +0 -0
  39. {congrads-1.0.3 → congrads-1.0.5}/docs/start.rst +0 -0
  40. {congrads-1.0.3 → congrads-1.0.5}/examples/BiasCorrection.py +0 -0
  41. {congrads-1.0.3 → congrads-1.0.5}/examples/FamilyIncome.py +0 -0
  42. {congrads-1.0.3 → congrads-1.0.5}/examples/NoisySines.py +0 -0
  43. {congrads-1.0.3 → congrads-1.0.5}/notebooks/BiasCorrection.ipynb +0 -0
  44. {congrads-1.0.3 → congrads-1.0.5}/notebooks/FamilyIncome.ipynb +0 -0
  45. {congrads-1.0.3 → congrads-1.0.5}/pyproject.toml +0 -0
  46. {congrads-1.0.3 → congrads-1.0.5}/setup.cfg +0 -0
  47. {congrads-1.0.3 → congrads-1.0.5}/tests/congrads/test_utils.py +0 -0
  48. {congrads-1.0.3 → congrads-1.0.5}/tests/examples/test_BiasCorrection.py +0 -0
  49. {congrads-1.0.3 → congrads-1.0.5}/tests/examples/test_FamilyIncome.py +0 -0
@@ -91,7 +91,7 @@ sync:
91
91
  - git clone git@github.com:ML-KULeuven/congrads.git ~/congrads-github/
92
92
 
93
93
  # 5. Install rsync and copy files from GitLab repository to GitHub repo, including hidden files
94
- - rsync -av --delete --exclude='.git' --exclude='.gitlab-ci.yml' --exclude='dist' --exclude='public' ./ ~/congrads-github/
94
+ - rsync -avh --delete --exclude='.git' --exclude='.gitlab-ci.yml' --exclude='dist' --exclude='public' ./ ~/congrads-github/
95
95
 
96
96
  # 6. Stage, commit and tag the files
97
97
  - cd ~/congrads-github/
@@ -15,7 +15,6 @@ build:
15
15
  # Build documentation in the "docs/" directory with Sphinx
16
16
  sphinx:
17
17
  configuration: docs/conf.py
18
- fail_on_warning: true
19
18
 
20
19
  # Optionally, but recommended,
21
20
  # declare the Python requirements required to build your documentation
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: congrads
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Summary: A toolbox for using Constraint Guided Gradient Descent when training neural networks.
5
5
  Author-email: Wout Rombouts <wout.rombouts@kuleuven.be>, Quinten Van Baelen <quinten.vanbaelen@kuleuven.be>, Peter Karsmakers <peter.karsmakers@kuleuven.be>
6
6
  License: Copyright 2024 DTAI - KU Leuven
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: congrads
3
- Version: 1.0.3
3
+ Version: 1.0.5
4
4
  Summary: A toolbox for using Constraint Guided Gradient Descent when training neural networks.
5
5
  Author-email: Wout Rombouts <wout.rombouts@kuleuven.be>, Quinten Van Baelen <quinten.vanbaelen@kuleuven.be>, Peter Karsmakers <peter.karsmakers@kuleuven.be>
6
6
  License: Copyright 2024 DTAI - KU Leuven
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes