Tyler Hughes
Tyler Hughes
@m-bone since you've already been digging in the plotting code a bit, can you take this one on as well? Could be a good 2nd warmup for our development flow...
> One thing that is interesting about the current `setup.py` structure is the `create_config_folder` function. I assume this is what allows us to save the Tidy3D API_KEY when people (like...
hm, so I guess python 3.12 is already out since October? are we behind in not supporting it yet? If we change `typing.Tuple` -> `tuple` will that affect our package...
Think we can close this?
@momchil-flex I think the bigger issue is that all of the type annotations (eg. `typing.tuple` and `tuple`) would need to be compatible with all versions. Last I checked, it wasn't...
just going through open issues. was this one ever fixed?
what's the status of this?
adjoint plugin is deprecated This will be supported natively using autograd in #1822 and will add a note for server side in the adjoint master plan #1548
I think this should be possible.. hopefully in the next few months we can implement it.
FYI: We are in the [process](https://github.com/flexcompute/tidy3d/pull/1697) of deprecating the adjoint (jax) plugin and making tidy3d natively compatible with `autograd`. So you should be able to just take your existing functions...