Skip to content

Commit

Permalink
update to gdsfactory7
Browse files Browse the repository at this point in the history
  • Loading branch information
joamatab committed Aug 6, 2023
1 parent d2ed4ff commit 9232d4b
Show file tree
Hide file tree
Showing 41 changed files with 933 additions and 1,363 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [2.0.0](https://github.com/gdsfactory/ubc/pull/204)

- update to gdsfactory 7


## [1.21.0](https://github.com/gdsfactory/ubc/pull/203)

- use jupyterbook for docs
Expand Down
1 change: 1 addition & 0 deletions docs/notebooks
22 changes: 8 additions & 14 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ name="ubcpdk"
description="ubcpdk pdk"
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Operating System :: OS Independent",
Expand All @@ -22,23 +19,20 @@ authors = [
keywords = ["python"]
license = {file = "LICENSE"}
dependencies = [
"gdsfactory==6.115.0",
"modes",
"gdsfactory==7.0.2",
"gplugins[tidy3d]>=0.0.3,<0.1.0",
]
readme = "README.md"
requires-python = ">=3.7"
requires-python = ">=3.10"

[project.optional-dependencies]
full = [
"gdsfactory[full]==6.115.0",
"modes",
"femwell"
]

dev = [
"pytest",
"pytest-cov",
"pytest_regressions",
"femwell"
]
docs = [
"autodoc_pydantic",
Expand Down Expand Up @@ -70,12 +64,12 @@ exclude = ''' # Specify the files/dirs that should be ignored by the black form
'''

[tool.pytest.ini_options]
# testpaths = ["tests"]
testpaths = ["ubcpdk/samples", "tests"]
testpaths = ["tests"]
# testpaths = ["ubcpdk/samples", "tests"]
# addopts = --tb=no
# addopts = '--tb=short'
python_files = ["ubcpdk/samples*.py", "tests/*.py"]
# python_files = ["tests/*.py"]
# python_files = ["ubcpdk/samples*.py", "tests/*.py"]
python_files = ["tests/*.py"]
# norecursedirs = ["extra/*.py", 'ubcdpk/simulations/*.py']

[tool.flake8]
Expand Down
Binary file not shown.
Loading

0 comments on commit 9232d4b

Please sign in to comment.