pnt-functional 0.0.0__tar.gz → 0.1.0__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 (24) hide show
  1. pnt_functional-0.1.0/CHANGELOG.md +22 -0
  2. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/PKG-INFO +1 -1
  3. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/pyproject.toml +1 -1
  4. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/.gitignore +0 -0
  5. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/README.md +0 -0
  6. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/README.md +0 -0
  7. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/default_linux-64_conda_spec.txt +0 -0
  8. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/default_osx-arm64_conda_spec.txt +0 -0
  9. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/dev_linux-64_conda_spec.txt +0 -0
  10. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/dev_osx-arm64_conda_spec.txt +0 -0
  11. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/interactive_linux-64_conda_spec.txt +0 -0
  12. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/interactive_osx-arm64_conda_spec.txt +0 -0
  13. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/lint_linux-64_conda_spec.txt +0 -0
  14. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/lint_osx-arm64_conda_spec.txt +0 -0
  15. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/test_linux-64_conda_spec.txt +0 -0
  16. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/test_osx-arm64_conda_spec.txt +0 -0
  17. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/types_linux-64_conda_spec.txt +0 -0
  18. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/conda/types_osx-arm64_conda_spec.txt +0 -0
  19. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/package.json +0 -0
  20. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/pixi.lock +0 -0
  21. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/src/.keep +0 -0
  22. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/src/pnt_functional/__init__.py +0 -0
  23. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/src/pnt_functional/main.py +0 -0
  24. {pnt_functional-0.0.0 → pnt_functional-0.1.0}/src/pnt_functional/tests/test_main.py +0 -0
@@ -0,0 +1,22 @@
1
+ # Changelog
2
+
3
+ ## [pnt-functional-v0.1.0-beta.1](https://github.com/sciexp/python-nix-template/compare/pnt-functional-v0.0.0...pnt-functional-v0.1.0-beta.1) (2025-03-09)
4
+
5
+ ### Features
6
+
7
+ * **pnt-functional:** add semantic-release configuration ([d8215aa](https://github.com/sciexp/python-nix-template/commit/d8215aa446738ef56d25e734a01fea41b9daec02))
8
+ * **pnt-functional:** disable release commits ([5f3e0b4](https://github.com/sciexp/python-nix-template/commit/5f3e0b45c779c9586643ecd1f80e13129dcea2d4))
9
+
10
+ ### Bug Fixes
11
+
12
+ * **package.json:** remove semantic-release shadow script ([63a87c7](https://github.com/sciexp/python-nix-template/commit/63a87c74247b725ee9889b1c37347e8c9ed38b6a))
13
+ * **package:** add pnt-functional versionable assets ([96c9385](https://github.com/sciexp/python-nix-template/commit/96c93854b31109ef75cafc30854723c22940a6a3))
14
+ * **package:** disable assets in other directories ([5a32c2b](https://github.com/sciexp/python-nix-template/commit/5a32c2bdcfab490111ee676e20dbfed319aa2eaf))
15
+ * **pnt-functional:** add semantic-release-monorepo ([7b037ed](https://github.com/sciexp/python-nix-template/commit/7b037ed0868d8dd0acd87aa1fed9347d6492a01a))
16
+ * **pnt-functional:** extend root package.json ([099f83b](https://github.com/sciexp/python-nix-template/commit/099f83b7e3ead10467542069536771f2c36fb445))
17
+ * **pnt-functional:** mirror root package.json ([58ea80e](https://github.com/sciexp/python-nix-template/commit/58ea80e6087795eb7998e8a833f9a28f8d2d3759))
18
+ * **pnt-functional:** reference root uv.lock in assets ([dd3ea8d](https://github.com/sciexp/python-nix-template/commit/dd3ea8d0bc5371d4213f92dde85de758ab323f35))
19
+ * **pnt-functional:** set `__version__` from metadata ([60158db](https://github.com/sciexp/python-nix-template/commit/60158db6763f5548fd0161f29d51fe521a54ab02))
20
+ * **pnt-functional:** set package-specific tag format ([f228d47](https://github.com/sciexp/python-nix-template/commit/f228d4765ad3d4ed665dc81d2c9c4f753b6a8db6))
21
+ * **pnt-functional:** use pixi.project table instead of workspace ([adca06a](https://github.com/sciexp/python-nix-template/commit/adca06a277704f133f507bc88aa27cab4d3c1cff))
22
+ * **pyproject:** exclude tests from coverage ([fc03e2d](https://github.com/sciexp/python-nix-template/commit/fc03e2d3645a9b3d054b438aaf0d3bd34e3ba7e0))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pnt-functional
3
- Version: 0.0.0
3
+ Version: 0.1.0
4
4
  Summary: A Python package template using Nix and uv
5
5
  Author-email: Your Name <your.email@example.com>
6
6
  License: Apache-2.0
@@ -19,7 +19,7 @@ license = { text = "Apache-2.0" }
19
19
  name = "pnt-functional"
20
20
  readme = "README.md"
21
21
  requires-python = ">=3.11,<3.13"
22
- version = "0.0.0"
22
+ version = "0.1.0"
23
23
 
24
24
  [project.scripts]
25
25
  pnt-functional = "pnt_functional.main:greet"
File without changes
File without changes
File without changes