pyFOCI 0.2.2__tar.gz → 0.2.3__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 (55) hide show
  1. {pyfoci-0.2.2 → pyfoci-0.2.3}/.github/workflows/release.yml +2 -2
  2. {pyfoci-0.2.2 → pyfoci-0.2.3}/CHANGELOG.md +7 -2
  3. {pyfoci-0.2.2/pyFOCI.egg-info → pyfoci-0.2.3}/PKG-INFO +1 -1
  4. {pyfoci-0.2.2 → pyfoci-0.2.3}/dev-readme.txt +9 -4
  5. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/_version.py +3 -3
  6. {pyfoci-0.2.2 → pyfoci-0.2.3/pyFOCI.egg-info}/PKG-INFO +1 -1
  7. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI.egg-info/SOURCES.txt +2 -0
  8. pyfoci-0.2.3/pyFOCI.egg-info/scm_file_list.json +49 -0
  9. pyfoci-0.2.3/pyFOCI.egg-info/scm_version.json +8 -0
  10. {pyfoci-0.2.2 → pyfoci-0.2.3}/.codecov.yml +0 -0
  11. {pyfoci-0.2.2 → pyfoci-0.2.3}/.coveragerc +0 -0
  12. {pyfoci-0.2.2 → pyfoci-0.2.3}/.github/dependabot.yml +0 -0
  13. {pyfoci-0.2.2 → pyfoci-0.2.3}/.github/workflows/deploy-gh-pages.yml +0 -0
  14. {pyfoci-0.2.2 → pyfoci-0.2.3}/.github/workflows/lint.yml +0 -0
  15. {pyfoci-0.2.2 → pyfoci-0.2.3}/.github/workflows/python-app.yml +0 -0
  16. {pyfoci-0.2.2 → pyfoci-0.2.3}/.gitignore +0 -0
  17. {pyfoci-0.2.2 → pyfoci-0.2.3}/.pre-commit-config.yaml +0 -0
  18. {pyfoci-0.2.2 → pyfoci-0.2.3}/CITATION.cff +0 -0
  19. {pyfoci-0.2.2 → pyfoci-0.2.3}/LICENSE +0 -0
  20. {pyfoci-0.2.2 → pyfoci-0.2.3}/README.md +0 -0
  21. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/Makefile +0 -0
  22. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_static/css/project-template.css +0 -0
  23. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_static/img/index_api.svg +0 -0
  24. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_static/img/index_examples.svg +0 -0
  25. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_static/img/index_getting_started.svg +0 -0
  26. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_static/img/index_user_guide.svg +0 -0
  27. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_static/img/logo.png +0 -0
  28. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_static/js/copybutton.js +0 -0
  29. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_templates/class.rst +0 -0
  30. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_templates/function.rst +0 -0
  31. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_templates/numpydoc_docstring.py +0 -0
  32. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/_templates/sidebar-search-bs.html +0 -0
  33. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/api.rst +0 -0
  34. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/conf.py +0 -0
  35. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/index.rst +0 -0
  36. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/make.bat +0 -0
  37. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/quick_start.rst +0 -0
  38. {pyfoci-0.2.2 → pyfoci-0.2.3}/doc/user_guide.rst +0 -0
  39. {pyfoci-0.2.2 → pyfoci-0.2.3}/examples/README.txt +0 -0
  40. {pyfoci-0.2.2 → pyfoci-0.2.3}/examples/plot_FOCISelector.py +0 -0
  41. {pyfoci-0.2.2 → pyfoci-0.2.3}/pixi.lock +0 -0
  42. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/__init__.py +0 -0
  43. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/_foci.py +0 -0
  44. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/tests/__init__.py +0 -0
  45. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/tests/test_common.py +0 -0
  46. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/tests/test_foci.py +0 -0
  47. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/utils/__init__.py +0 -0
  48. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/utils/discovery.py +0 -0
  49. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/utils/tests/__init__.py +0 -0
  50. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI/utils/tests/test_discovery.py +0 -0
  51. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI.egg-info/dependency_links.txt +0 -0
  52. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI.egg-info/requires.txt +0 -0
  53. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyFOCI.egg-info/top_level.txt +0 -0
  54. {pyfoci-0.2.2 → pyfoci-0.2.3}/pyproject.toml +0 -0
  55. {pyfoci-0.2.2 → pyfoci-0.2.3}/setup.cfg +0 -0
@@ -122,14 +122,14 @@ jobs:
122
122
 
123
123
  - name: Create release (from CHANGELOG)
124
124
  if: steps.changelog.outputs.body_path != ''
125
- uses: softprops/action-gh-release@v2
125
+ uses: softprops/action-gh-release@v3
126
126
  with:
127
127
  body_path: release_body.md
128
128
  files: dist/*
129
129
 
130
130
  - name: Create release (auto-generated notes fallback)
131
131
  if: steps.changelog.outputs.use_auto_notes == 'true'
132
- uses: softprops/action-gh-release@v2
132
+ uses: softprops/action-gh-release@v3
133
133
  with:
134
134
  generate_release_notes: true
135
135
  files: dist/*
@@ -5,16 +5,21 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/2.0.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [0.2.3] - 2026-06-23
9
+
10
+ ### Changed
11
+ - Updated Action for creating GitHub releases.
12
+
8
13
  ## [0.2.2] - 2026-06-17
9
14
 
10
15
  ### Added
11
- - There is now a changelog, which is also used for the Github releases.
16
+ - There is now a changelog, which is also used for the GitHub releases.
12
17
 
13
18
  ## [0.2.1] - 2026-06-17
14
19
 
15
20
  ### Changed
16
21
  - Input features are now N(0,1)-normalized by default.
17
- This can be switched off with the new parameter `standardize` by setting it to `Ǹone`.
22
+ This can be switched off with the new parameter `standardize` by setting it to `None`.
18
23
 
19
24
  ## [0.2.0] - 2026-06-16
20
25
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyFOCI
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A template for scikit-learn compatible packages.
5
5
  Author-email: Robert Pollak <robert.pollak@jku.at>
6
6
  License-Expression: BSD-3-Clause
@@ -17,7 +17,7 @@ pixi run build
17
17
 
18
18
  2. CI:
19
19
 
20
- Push dev branch to Github.
20
+ Push dev branch to GitHub.
21
21
 
22
22
  Create pull request to trigger CI tests.
23
23
 
@@ -26,13 +26,18 @@ Create pull request to trigger CI tests.
26
26
  printf 'Fast-forwarding main to dev: '; git merge-base --is-ancestor main dev && git branch -f main dev && echo OK || echo ERROR
27
27
 
28
28
  git push origin main:main
29
- # By this, The Github repo setting "Automatically delete head branches"
29
+ # By this, The GitHub repo setting "Automatically delete head branches"
30
30
  # deletes the dev branch in the pull request, for easier creation of the next pull request from dev.
31
31
 
32
32
 
33
33
  Releasing:
34
34
  ==========
35
35
 
36
- Following [Semantic Versioning](https://semver.org/), add a tag like "v0.1.2" to a commit and push it.
37
- A Github action will then publish this Release to PyPI.
36
+ Select a version like `0.1.2`, following [Semantic Versioning](https://semver.org/).
37
+
38
+ Update the changelog, commit with "Release 0.1.2".
39
+
40
+ Tag the commit as "v0.1.2" and push it, including the tag.
41
+
42
+ GitHub actions will then update the online docs and publish this release on GitHub and PyPI.
38
43
 
@@ -18,7 +18,7 @@ version_tuple: tuple[int | str, ...]
18
18
  commit_id: str | None
19
19
  __commit_id__: str | None
20
20
 
21
- __version__ = version = '0.2.2'
22
- __version_tuple__ = version_tuple = (0, 2, 2)
21
+ __version__ = version = '0.2.3'
22
+ __version_tuple__ = version_tuple = (0, 2, 3)
23
23
 
24
- __commit_id__ = commit_id = 'g62b06f720'
24
+ __commit_id__ = commit_id = 'g66009b0ed'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyFOCI
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A template for scikit-learn compatible packages.
5
5
  Author-email: Robert Pollak <robert.pollak@jku.at>
6
6
  License-Expression: BSD-3-Clause
@@ -41,6 +41,8 @@ pyFOCI.egg-info/PKG-INFO
41
41
  pyFOCI.egg-info/SOURCES.txt
42
42
  pyFOCI.egg-info/dependency_links.txt
43
43
  pyFOCI.egg-info/requires.txt
44
+ pyFOCI.egg-info/scm_file_list.json
45
+ pyFOCI.egg-info/scm_version.json
44
46
  pyFOCI.egg-info/top_level.txt
45
47
  pyFOCI/tests/__init__.py
46
48
  pyFOCI/tests/test_common.py
@@ -0,0 +1,49 @@
1
+ {
2
+ "files": [
3
+ ".coveragerc",
4
+ "CITATION.cff",
5
+ ".pre-commit-config.yaml",
6
+ "README.md",
7
+ "LICENSE",
8
+ ".codecov.yml",
9
+ "pyproject.toml",
10
+ "CHANGELOG.md",
11
+ "dev-readme.txt",
12
+ "pixi.lock",
13
+ ".gitignore",
14
+ "doc/Makefile",
15
+ "doc/quick_start.rst",
16
+ "doc/index.rst",
17
+ "doc/api.rst",
18
+ "doc/make.bat",
19
+ "doc/user_guide.rst",
20
+ "doc/conf.py",
21
+ "doc/_static/img/logo.png",
22
+ "doc/_static/img/index_getting_started.svg",
23
+ "doc/_static/img/index_examples.svg",
24
+ "doc/_static/img/index_user_guide.svg",
25
+ "doc/_static/img/index_api.svg",
26
+ "doc/_static/css/project-template.css",
27
+ "doc/_static/js/copybutton.js",
28
+ "doc/_templates/numpydoc_docstring.py",
29
+ "doc/_templates/function.rst",
30
+ "doc/_templates/sidebar-search-bs.html",
31
+ "doc/_templates/class.rst",
32
+ "pyFOCI/__init__.py",
33
+ "pyFOCI/_foci.py",
34
+ "pyFOCI/utils/__init__.py",
35
+ "pyFOCI/utils/discovery.py",
36
+ "pyFOCI/utils/tests/__init__.py",
37
+ "pyFOCI/utils/tests/test_discovery.py",
38
+ "pyFOCI/tests/__init__.py",
39
+ "pyFOCI/tests/test_foci.py",
40
+ "pyFOCI/tests/test_common.py",
41
+ "examples/plot_FOCISelector.py",
42
+ "examples/README.txt",
43
+ ".github/dependabot.yml",
44
+ ".github/workflows/release.yml",
45
+ ".github/workflows/python-app.yml",
46
+ ".github/workflows/lint.yml",
47
+ ".github/workflows/deploy-gh-pages.yml"
48
+ ]
49
+ }
@@ -0,0 +1,8 @@
1
+ {
2
+ "tag": "0.2.3",
3
+ "distance": 0,
4
+ "node": "g66009b0ed922630005745b2985e89f312371797d",
5
+ "dirty": false,
6
+ "branch": "HEAD",
7
+ "node_date": "2026-06-23"
8
+ }
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