congrads 1.0.2__tar.gz → 1.0.4__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.
- {congrads-1.0.2 → congrads-1.0.4}/.gitlab-ci.yml +4 -1
- {congrads-1.0.2 → congrads-1.0.4}/.readthedocs.yaml +9 -5
- {congrads-1.0.2 → congrads-1.0.4}/PKG-INFO +1 -1
- {congrads-1.0.2 → congrads-1.0.4}/congrads.egg-info/PKG-INFO +1 -1
- {congrads-1.0.2 → congrads-1.0.4}/.gitignore +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/.pylintrc +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/.vscode/extensions.json +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/.vscode/settings.json +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/LICENSE +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/README.md +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/__init__.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/checkpoints.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/constraints.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/core.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/datasets.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/descriptor.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/metrics.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/networks.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/transformations.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads/utils.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads.egg-info/SOURCES.txt +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads.egg-info/dependency_links.txt +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads.egg-info/requires.txt +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/congrads.egg-info/top_level.txt +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/Makefile +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/_static/VanBaelen2023.bib +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/_static/congrads_export.png +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/_static/congrads_export.svg +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/_static/congrads_favicon.png +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/_static/congrads_favicon.svg +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/_static/convergence_illustration.gif +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/api.rst +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/concepts.rst +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/conf.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/index.rst +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/make.bat +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/requirements.in +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/requirements.txt +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/docs/start.rst +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/examples/BiasCorrection.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/examples/FamilyIncome.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/examples/NoisySines.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/notebooks/BiasCorrection.ipynb +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/notebooks/FamilyIncome.ipynb +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/pyproject.toml +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/setup.cfg +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/tests/congrads/test_utils.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/tests/examples/test_BiasCorrection.py +0 -0
- {congrads-1.0.2 → congrads-1.0.4}/tests/examples/test_FamilyIncome.py +0 -0
|
@@ -91,7 +91,10 @@ 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
|
-
-
|
|
94
|
+
- ls -lah ~/congrads-github/
|
|
95
|
+
- rm -r ~/congrads-github/public
|
|
96
|
+
- rsync -avh --delete --exclude='.git' --exclude='.gitlab-ci.yml' --exclude='dist' --exclude='public' ./ ~/congrads-github/
|
|
97
|
+
- ls -lah ~/congrads-github/
|
|
95
98
|
|
|
96
99
|
# 6. Stage, commit and tag the files
|
|
97
100
|
- cd ~/congrads-github/
|
|
@@ -4,20 +4,24 @@
|
|
|
4
4
|
# Required
|
|
5
5
|
version: 2
|
|
6
6
|
|
|
7
|
+
formats: all
|
|
8
|
+
|
|
7
9
|
# Set the OS, Python version, and other tools you might need
|
|
8
10
|
build:
|
|
9
11
|
os: ubuntu-24.04
|
|
10
12
|
tools:
|
|
11
|
-
python:
|
|
13
|
+
python: '3.13'
|
|
12
14
|
|
|
13
15
|
# Build documentation in the "docs/" directory with Sphinx
|
|
14
16
|
sphinx:
|
|
15
|
-
|
|
17
|
+
configuration: docs/conf.py
|
|
18
|
+
fail_on_warning: true
|
|
16
19
|
|
|
17
20
|
# Optionally, but recommended,
|
|
18
21
|
# declare the Python requirements required to build your documentation
|
|
19
22
|
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
|
20
23
|
python:
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
+
install:
|
|
25
|
+
- requirements: docs/requirements.txt
|
|
26
|
+
- method: pip
|
|
27
|
+
path: .
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: congrads
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.4
|
|
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
|
+
Version: 1.0.4
|
|
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
|
|
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
|
|
File without changes
|