Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
27140f2
Adds core tests
purepani May 20, 2025
addd334
dev
purepani May 6, 2025
0c4c740
Adds array api support for getB/H/J
purepani May 6, 2025
5db3a42
Adds array_api_strict dependency to test
purepani May 19, 2025
6ad2478
Adds utility functions for array api
purepani May 20, 2025
3167d02
Adds array api support for cuboid core function
purepani May 8, 2025
b89c186
Adds array api support for triangle core function
purepani May 8, 2025
10be96a
Adds array api support for polyline core function
purepani May 8, 2025
6347cc4
Adds array api support for dipole field core function
purepani May 6, 2025
41df331
Adds array api support for sphere core function
purepani May 6, 2025
07054b3
Adds array api support for circle core function
purepani May 19, 2025
de2950c
Adds tests for multiple backends(numpy, jax, array_api_strict, dask).
purepani May 20, 2025
bcae406
Implements elliptic functions for array api
purepani Jun 2, 2025
97368e2
Adds array api support for cylinder core functions
purepani May 19, 2025
0fac948
Adds array api support to cylinder segment core function
purepani May 19, 2025
d5dcaad
Utilities. lazy_while was taken from the lazy_apply implementation in
purepani May 20, 2025
04e478c
Cylinder functions
purepani May 20, 2025
e58496e
Improves lazy array support for circle core function
purepani Jun 1, 2025
d3e9da4
Improves array api support for cylinder core function
purepani Jun 1, 2025
2388b60
Improves array api support for cuboid core function
purepani Jun 1, 2025
ffa811d
Improves array api support for triangle core function
purepani Jun 1, 2025
0a121e6
Improves array api support for polyline core function
purepani Jun 1, 2025
a0fb50f
Improves lazy array support for dipole core function
purepani Jun 1, 2025
5fc986a
Improves array api support for sphere core function
purepani Jun 1, 2025
d5762fe
Cylinder segment
purepani May 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ dependencies = [
"scipy>=1.8",
"matplotlib>=3.6",
"plotly>=5.16",
"array-api-compat>=1.11.2",
"array-api-extra>=0.7.1",
"typing-extensions>=4.13.2",
]

[dependency-groups]
Expand Down Expand Up @@ -68,6 +71,10 @@ test = [
"imageio[tifffile,ffmpeg]",
"jupyterlab",
"anywidget",
"array-api-strict>=2.3.1",
"jax",
"numpy",
"dask[array]",
]
binder = [
"jupytext",
Expand Down
127 changes: 127 additions & 0 deletions q

Large diffs are not rendered by default.

Loading
Loading