invrs-opt 0.10.3__tar.gz → 0.10.4__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/PKG-INFO +2 -2
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/pyproject.toml +2 -2
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/__init__.py +1 -1
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt.egg-info/PKG-INFO +2 -2
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt.egg-info/requires.txt +1 -1
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/LICENSE +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/README.md +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/setup.cfg +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/experimental/__init__.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/experimental/client.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/experimental/labels.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/optimizers/__init__.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/optimizers/base.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/optimizers/lbfgsb.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/optimizers/wrapped_optax.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/parameterization/__init__.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/parameterization/base.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/parameterization/filter_project.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/parameterization/gaussian_levelset.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/parameterization/pixel.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/parameterization/transforms.py +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt/py.typed +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt.egg-info/SOURCES.txt +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt.egg-info/dependency_links.txt +0 -0
- {invrs_opt-0.10.3 → invrs_opt-0.10.4}/src/invrs_opt.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: invrs_opt
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.4
|
4
4
|
Summary: Algorithms for inverse design
|
5
5
|
Author-email: "Martin F. Schubert" <mfschubert@gmail.com>
|
6
6
|
Maintainer-email: "Martin F. Schubert" <mfschubert@gmail.com>
|
@@ -513,7 +513,7 @@ Keywords: topology,optimization,jax,inverse design
|
|
513
513
|
Requires-Python: >=3.7
|
514
514
|
Description-Content-Type: text/markdown
|
515
515
|
License-File: LICENSE
|
516
|
-
Requires-Dist: jax>=0.4.
|
516
|
+
Requires-Dist: jax>=0.4.27
|
517
517
|
Requires-Dist: jaxlib
|
518
518
|
Requires-Dist: numpy
|
519
519
|
Requires-Dist: requests
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[project]
|
2
2
|
|
3
3
|
name = "invrs_opt"
|
4
|
-
version = "v0.10.
|
4
|
+
version = "v0.10.4"
|
5
5
|
description = "Algorithms for inverse design"
|
6
6
|
keywords = ["topology", "optimization", "jax", "inverse design"]
|
7
7
|
readme = "README.md"
|
@@ -16,7 +16,7 @@ maintainers = [
|
|
16
16
|
]
|
17
17
|
|
18
18
|
dependencies = [
|
19
|
-
"jax >= 0.4.
|
19
|
+
"jax >= 0.4.27",
|
20
20
|
"jaxlib",
|
21
21
|
"numpy",
|
22
22
|
"requests",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: invrs_opt
|
3
|
-
Version: 0.10.
|
3
|
+
Version: 0.10.4
|
4
4
|
Summary: Algorithms for inverse design
|
5
5
|
Author-email: "Martin F. Schubert" <mfschubert@gmail.com>
|
6
6
|
Maintainer-email: "Martin F. Schubert" <mfschubert@gmail.com>
|
@@ -513,7 +513,7 @@ Keywords: topology,optimization,jax,inverse design
|
|
513
513
|
Requires-Python: >=3.7
|
514
514
|
Description-Content-Type: text/markdown
|
515
515
|
License-File: LICENSE
|
516
|
-
Requires-Dist: jax>=0.4.
|
516
|
+
Requires-Dist: jax>=0.4.27
|
517
517
|
Requires-Dist: jaxlib
|
518
518
|
Requires-Dist: numpy
|
519
519
|
Requires-Dist: requests
|
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
|