optixstuff 1.2.0__tar.gz → 1.3.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.
@@ -0,0 +1,27 @@
1
+ {
2
+ "upload_type": "software",
3
+ "creators": [
4
+ {
5
+ "orcid": "0000-0002-3138-0240",
6
+ "affiliation": "NASA Goddard Space Flight Center, Greenbelt, MD",
7
+ "name": "Spohn, Corey"
8
+ }
9
+ ],
10
+ "license": "MIT",
11
+ "title": "optixstuff",
12
+ "description": "optixstuff is an open-source JAX library providing hardware abstractions, the telescope aperture and detector models, for the Habitable Worlds Observatory direct imaging simulation suite.",
13
+ "keywords": [
14
+ "telescope",
15
+ "detector",
16
+ "Habitable Worlds Observatory",
17
+ "direct imaging",
18
+ "JAX"
19
+ ],
20
+ "related_identifiers": [
21
+ {
22
+ "identifier": "https://github.com/CoreySpohn/optixstuff",
23
+ "relation": "isSupplementTo",
24
+ "scheme": "url"
25
+ }
26
+ ]
27
+ }
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.3.0](https://github.com/CoreySpohn/optixstuff/compare/v1.2.0...v1.3.0) (2026-06-23)
4
+
5
+
6
+ ### Features
7
+
8
+ * Add Zenodo citation ([0028643](https://github.com/CoreySpohn/optixstuff/commit/0028643e1f4079db6543a1fc43ddf353b7df226b))
9
+
3
10
  ## [1.2.0](https://github.com/CoreySpohn/optixstuff/compare/v1.1.0...v1.2.0) (2026-06-18)
4
11
 
5
12
 
@@ -0,0 +1,13 @@
1
+ cff-version: 1.2.0
2
+ message: "If you use this software, please cite it as below."
3
+ type: software
4
+ title: optixstuff
5
+ abstract: "optixstuff is an open-source JAX library providing hardware abstractions, the telescope aperture and detector models, for the Habitable Worlds Observatory direct imaging simulation suite."
6
+ authors:
7
+ - family-names: Spohn
8
+ given-names: Corey
9
+ orcid: "https://orcid.org/0000-0002-3138-0240"
10
+ affiliation: "NASA Goddard Space Flight Center"
11
+ repository-code: "https://github.com/CoreySpohn/optixstuff"
12
+ license: MIT
13
+ # doi: add the Zenodo concept ("all versions") DOI here after the first archived release
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: optixstuff
3
- Version: 1.2.0
3
+ Version: 1.3.0
4
4
  Summary: Hardware abstractions for the HWO direct imaging simulation suite
5
5
  Project-URL: Homepage, https://github.com/CoreySpohn/optixstuff
6
6
  Project-URL: Issues, https://github.com/CoreySpohn/optixstuff/issues
@@ -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 = '1.2.0'
22
- __version_tuple__ = version_tuple = (1, 2, 0)
21
+ __version__ = version = '1.3.0'
22
+ __version_tuple__ = version_tuple = (1, 3, 0)
23
23
 
24
24
  __commit_id__ = commit_id = None
File without changes
File without changes
File without changes
File without changes
File without changes