pyCLINE 0.1.8__py3-none-any.whl → 0.1.9__py3-none-any.whl

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.
@@ -1,7 +1,7 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: pyCLINE
3
- Version: 0.1.8
4
- Summary: This package is the python implementation of the CLINE method introduced by Prokop, Billen, Frolov, Gelens (2025).
3
+ Version: 0.1.9
4
+ Summary: This package is the Python implementation of the CLINE method
5
5
  Author-email: Bartosz Prokop <bartosz.prokop@kuleuven.be>, Nikita Frolov <nikita.frolov@kuleuven.be>, Lendert Gelens <lendert.gelens@kuleuven.be>
6
6
  Project-URL: Homepage, https://pycline-ec8369.pages.gitlab.kuleuven.be/
7
7
  Project-URL: Issues, https://gitlab.kuleuven.be/gelenslab/publications/pycline/-/issues
@@ -19,6 +19,7 @@ Requires-Dist: torch>=2.4.1
19
19
  Requires-Dist: tqdm>=4.66.1
20
20
  Requires-Dist: jitcdde>=1.8.1
21
21
  Requires-Dist: scipy>=1.9.3
22
+ Dynamic: license-file
22
23
 
23
24
  # PyCLINE - python package for CLINE
24
25
 
@@ -27,13 +28,13 @@ It can be downloaded from PyPI with pip by using
27
28
 
28
29
  pip install pyCLINE
29
30
 
30
- The package allows to recreate all data, models and results shown in XXX, and to apply CLINE to other data sets.
31
- In order to generate data used in XXX, a set of different models is being provided under `pyCLINE.model`.
31
+ The package allows to recreate all data, models and results shown in [Prokop, Billen, Frolov and Gelens (2025)](https://arxiv.org/abs/2503.16240), and to apply CLINE to other data sets.
32
+ In order to generate data used in [Prokop, Billen, Frolov and Gelens (2025)](https://arxiv.org/abs/2503.16240), a set of different models is being provided under `pyCLINE.model`.
32
33
  Data from these models can be generated using `pyCLINE.generate_data()`.
33
34
  For setting up the data prepartion and adjacent training a neural network, the submodule `pyCLINE.recovery_methods` is used.
34
35
  The submodule contains the module for data_preparation `pyCLINE.recovery_methods.data_preparation` and for neural network training `pyCLINE.recovery_methods.nn_training`.
35
36
 
36
- For a better understanding, `pyCLINE` also contains the module `pyCLINE.example` which provides four example also found in XXX with step by step instructions on how to setup a CLINE pipeline.
37
+ For a better understanding, `pyCLINE` also contains the module `pyCLINE.example` which provides four examples also found in XXX with step by step instructions on how to setup a CLINE pipeline.
37
38
 
38
39
  The structure of `pyCLINE` is shown here:
39
40
 
@@ -5,8 +5,8 @@ pyCLINE/model.py,sha256=Qq5sQd7bXmI7efoN_IidWjfHAB--ZskEzGDkZYKsE38,35337
5
5
  pyCLINE/recovery_methods/__init__.py,sha256=MQ9ZF_SVZNBJkZ0cyM5zXimiug9yu42lHBCnOMYw080,488
6
6
  pyCLINE/recovery_methods/data_preparation.py,sha256=4XDV-Rc0NpA3f10NlRRhGV7IfhSbZBeepySAMgaxcuo,19690
7
7
  pyCLINE/recovery_methods/nn_training.py,sha256=i8OeY72UcdGYmI_cloKnK2uqvaxLGUtMqT56-MgFVx8,20357
8
- pycline-0.1.8.dist-info/LICENSE,sha256=6XV86fklwr93DuwtgX05Jg3n25_0c726oBhoSMn1aoc,1245
9
- pycline-0.1.8.dist-info/METADATA,sha256=ZtXtjD49HHHA5zklJMCTt0Q-AFY7LBhm-Xx1Pf6m-O8,2245
10
- pycline-0.1.8.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
11
- pycline-0.1.8.dist-info/top_level.txt,sha256=w0zzQfaPH2RNTWfJ_lsPf-EbkvT6m3quM69exCTMBvU,8
12
- pycline-0.1.8.dist-info/RECORD,,
8
+ pycline-0.1.9.dist-info/licenses/LICENSE,sha256=6XV86fklwr93DuwtgX05Jg3n25_0c726oBhoSMn1aoc,1245
9
+ pycline-0.1.9.dist-info/METADATA,sha256=mUvdZBk_aLpbxMPNKHdBzWWnYkN4hEr5zEElQ4OwM1M,2362
10
+ pycline-0.1.9.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
11
+ pycline-0.1.9.dist-info/top_level.txt,sha256=w0zzQfaPH2RNTWfJ_lsPf-EbkvT6m3quM69exCTMBvU,8
12
+ pycline-0.1.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.8.2)
2
+ Generator: setuptools (77.0.3)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5