liblaf-cherries 0.0.3__tar.gz → 0.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.
Files changed (70) hide show
  1. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/copier/.copier-answers.python.yaml +1 -1
  2. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/copier/.copier-answers.release.yaml +1 -1
  3. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/copier/.copier-answers.shared.yaml +1 -1
  4. liblaf_cherries-0.0.4/.github/release-please/.manifest.json +1 -0
  5. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/release-please/config.json +4 -2
  6. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/CHANGELOG.md +11 -4
  7. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/PKG-INFO +2 -2
  8. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/pyproject.toml +2 -2
  9. liblaf_cherries-0.0.3/.github/release-please/.manifest.json +0 -1
  10. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.config/.restic-ignore +0 -0
  11. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.config/resticprofile.toml +0 -0
  12. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.cspell.json +0 -0
  13. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.envrc +0 -0
  14. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/copier/mkdocs.yaml +0 -0
  15. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/linters/.ruff.toml +0 -0
  16. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/linters/pyrightconfig.json +0 -0
  17. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/renovate.json +0 -0
  18. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-docs.yaml +0 -0
  19. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-mega-linter.yaml +0 -0
  20. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-pr.yaml +0 -0
  21. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-release-please.yaml +0 -0
  22. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-release.yaml +0 -0
  23. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.github/workflows/shared-repo.yaml +0 -0
  24. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.gitignore +0 -0
  25. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.ruff.toml +0 -0
  26. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/.vscode/settings.json +0 -0
  27. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/Justfile +0 -0
  28. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/LICENSE +0 -0
  29. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/__builtins__.pyi +0 -0
  30. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/README.md +0 -0
  31. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/SUMMARY.md +0 -0
  32. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/css/fonts.css +0 -0
  33. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/css/mkdocstrings/material.css +0 -0
  34. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/css/mkdocstrings/syntax-highlight-in-signatures.css +0 -0
  35. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/docs/scripts/gen-ref-pages.py +0 -0
  36. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/exp/hello-cherries.py +0 -0
  37. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/mkdocs.yaml +0 -0
  38. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/pixi.lock +0 -0
  39. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/pyrightconfig.json +0 -0
  40. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/scripts/gen-init.sh +0 -0
  41. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/__init__.py +0 -0
  42. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/__init__.pyi +0 -0
  43. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_config.py +0 -0
  44. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_env.py +0 -0
  45. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_experiment.py +0 -0
  46. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_main.py +0 -0
  47. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/_start.py +0 -0
  48. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/__init__.py +0 -0
  49. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/__init__.pyi +0 -0
  50. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/_commit.py +0 -0
  51. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/_entrypoint.py +0 -0
  52. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/_repo.py +0 -0
  53. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/github/__init__.py +0 -0
  54. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/github/__init__.pyi +0 -0
  55. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/github/_link.py +0 -0
  56. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/git/github/_repo.py +0 -0
  57. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/__init__.py +0 -0
  58. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/__init__.pyi +0 -0
  59. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/_backend.py +0 -0
  60. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/_factory.py +0 -0
  61. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/integration/_neptune.py +0 -0
  62. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/__init__.py +0 -0
  63. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/__init__.pyi +0 -0
  64. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_abc.py +0 -0
  65. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_default.py +0 -0
  66. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_git.py +0 -0
  67. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_logging.py +0 -0
  68. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/plugin/_restic.py +0 -0
  69. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/utils/__init__.py +0 -0
  70. {liblaf_cherries-0.0.3 → liblaf_cherries-0.0.4}/src/liblaf/cherries/utils/__init__.pyi +0 -0
@@ -2,7 +2,7 @@
2
2
  # DO NOT EDIT!
3
3
  # -*- mode: yaml; -*-
4
4
  # prettier-ignore
5
- _commit: 6ccfa8d
5
+ _commit: 7fc0f8c
6
6
  _src_path: gh:liblaf/copier-python
7
7
  author: liblaf
8
8
  email: 30631553+liblaf@users.noreply.github.com
@@ -1,6 +1,6 @@
1
1
  # This file is @generated by <https://github.com/liblaf/copier-release>.
2
2
  # DO NOT EDIT!
3
3
  # prettier-ignore
4
- _commit: 2e7727c
4
+ _commit: fe8e8b7
5
5
  _src_path: gh:liblaf/copier-release
6
6
  release_type: python
@@ -1,7 +1,7 @@
1
1
  # This file is @generated by <https://github.com/liblaf/copier-shared>.
2
2
  # DO NOT EDIT!
3
3
  # prettier-ignore
4
- _commit: cf5b012
4
+ _commit: 1caac5b
5
5
  _src_path: gh:liblaf/copier-share
6
6
  copyright_holder: liblaf
7
7
  license: MIT
@@ -0,0 +1 @@
1
+ {".":"0.0.4"}
@@ -35,12 +35,14 @@
35
35
  {
36
36
  "type": "chore",
37
37
  "scope": "deps",
38
- "section": "⬆️ Dependencies"
38
+ "section": "⬆️ Dependencies",
39
+ "hidden": true
39
40
  },
40
41
  {
41
42
  "type": "chore",
42
43
  "scope": "deps-dev",
43
- "section": "⬆️ Dependencies"
44
+ "section": "⬆️ Dependencies",
45
+ "hidden": true
44
46
  },
45
47
  {
46
48
  "type": "fix",
@@ -1,16 +1,23 @@
1
1
  # Changelog
2
2
 
3
- ## [0.0.3](https://github.com/liblaf/cherries/compare/v0.0.2..v0.0.3) - 2025-02-16
3
+ ## [0.0.4](https://github.com/liblaf/cherries/compare/v0.0.3..v0.0.4) - 2025-02-23
4
4
 
5
5
  ### ⬆️ Dependencies
6
6
 
7
- - **deps:** update dependency liblaf-grapes to >=0.0.5,<0.0.6 (#10) - ([ae48be8](https://github.com/liblaf/cherries/commit/ae48be80c7a17575dad2f1e2e876ad7abcd5480e))
8
- - **deps:** update dependency liblaf-grapes to >=0.0.4,<0.0.5 (#8) - ([4dc1845](https://github.com/liblaf/cherries/commit/4dc18458b69222408d9889abd4609a957deddfdd))
7
+ - **deps:** update dependency liblaf-grapes to >=0.1.1,<0.1.2 (#12) - ([7167242](https://github.com/liblaf/cherries/commit/716724275eb08b04cb52d78f8145d86bdaef4ba9))
9
8
 
10
9
  ### ❤️ New Contributors
11
10
 
12
11
  - @liblaf made their first contribution
13
- - @renovate[bot] made their first contribution in [#10](https://github.com/liblaf/cherries/pull/10)
12
+ - @renovate[bot] made their first contribution in [#12](https://github.com/liblaf/cherries/pull/12)
13
+
14
+ ## [0.0.3](https://github.com/liblaf/cherries/compare/v0.0.2..v0.0.3) - 2025-02-17
15
+
16
+ ### ⬆️ Dependencies
17
+
18
+ - **deps:** update dependency liblaf-grapes to >=0.1.0,<0.1.1 (#11) - ([3578378](https://github.com/liblaf/cherries/commit/3578378ca5b0fe861bd72dfbe462fabbd1a4e978))
19
+ - **deps:** update dependency liblaf-grapes to >=0.0.5,<0.0.6 (#10) - ([ae48be8](https://github.com/liblaf/cherries/commit/ae48be80c7a17575dad2f1e2e876ad7abcd5480e))
20
+ - **deps:** update dependency liblaf-grapes to >=0.0.4,<0.0.5 (#8) - ([4dc1845](https://github.com/liblaf/cherries/commit/4dc18458b69222408d9889abd4609a957deddfdd))
14
21
 
15
22
  ## [0.0.2](https://github.com/liblaf/cherries/compare/v0.0.1..v0.0.2) - 2025-02-04
16
23
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: liblaf-cherries
3
- Version: 0.0.3
3
+ Version: 0.0.4
4
4
  Summary: Add your description here
5
5
  Project-URL: Changelog, https://github.com/liblaf/cherries/blob/main/CHANGELOG.md
6
6
  Project-URL: Homepage, https://github.com/liblaf/cherries
@@ -14,7 +14,7 @@ Requires-Python: >=3.12
14
14
  Requires-Dist: comet-ml<4,>=3.47.6
15
15
  Requires-Dist: gitpython<4,>=3.1.44
16
16
  Requires-Dist: lazy-loader<0.5,>=0.4
17
- Requires-Dist: liblaf-grapes<0.1.1,>=0.1.0
17
+ Requires-Dist: liblaf-grapes<0.1.3,>=0.1.2
18
18
  Requires-Dist: loguru<0.8,>=0.7.3
19
19
  Requires-Dist: neptune<2,>=1.13.0
20
20
  Requires-Dist: pydantic-settings<3,>=2.7.1
@@ -16,7 +16,7 @@ dependencies = [
16
16
  "comet-ml>=3.47.6,<4",
17
17
  "gitpython>=3.1.44,<4",
18
18
  "lazy-loader>=0.4,<0.5",
19
- "liblaf-grapes>=0.1.0,<0.1.1",
19
+ "liblaf-grapes>=0.1.2,<0.1.3",
20
20
  "loguru>=0.7.3,<0.8",
21
21
  "neptune>=1.13.0,<2",
22
22
  "pydantic-settings>=2.7.1,<3",
@@ -28,7 +28,7 @@ license = "MIT"
28
28
  name = "liblaf-cherries"
29
29
  readme = "docs/README.md"
30
30
  requires-python = ">=3.12"
31
- version = "0.0.3"
31
+ version = "0.0.4"
32
32
 
33
33
  [project.urls]
34
34
  "Changelog" = "https://github.com/liblaf/cherries/blob/main/CHANGELOG.md"
@@ -1 +0,0 @@
1
- {".":"0.0.3"}
File without changes
File without changes