Changelog¶
Unreleased¶
0.2.8 - 2026-04-19¶
Added¶
- SAX frequency-domain models for resistors (rsil, rppd, rhigh), capacitors (cmim, rfcmim, cmom), and inductors (inductor2, inductor3). #105
0.2.0 - 2026-02-15¶
Deprecated¶
- Fixed-GDS cells (
*_fixed) are now deprecated in favour of the equivalent pure-Python parametric cells. They remain available but will be removed in a future release.
Added¶
- Pure GDSFactory RF-MOSFETs (
nfet_rf,pfet_rf) with full layout generation, split from the transistors module #90 TechIHPPydantic model centralizing all FET + RF geometry design-rule constants #90cells2PyCell reference page in documentation, documenting the CNI-ported reference implementations- Technology page (
docs/tech.rst) documentingihp.tech: layer map, layer stack, design rules, cross-sections, and routing strategies - 5 GHz up-converter mixer demo (
mixer5ghz) added to documentation - Palace EM simulation notebooks added to docs #80
- Scheme-to-YAML tools and source netlist converter #87
- SPICE-to-YAML converter module with examples #84
- 160 GHz LNA design example #71
- Port overlap test #94
make docs-cleanandmake docs-servetargets for local doc previewing
Changed¶
- Documentation restructured: "PDK Reference" section with separate pages for parametric cells, deprecated fixed cells, and cells2 reference
- Documentation generation script now produces three RST pages instead of one
Fixed¶
- Port layers now use pin sublayers with
port_type="electrical"across all cells #94 - Double
_fixed_fixednaming bug oncmim_fixedandinductor2_fixed - MOSFET layout improved and fuzzed against PyCell reference #88
import_gds(functools.partial) no longer leaks into the cell catalog documentation
Removed¶
- Obsolete
bipolar.pyandtransistors.pyshims
0.1.5 - 2026-01-24¶
No significant changes.
0.1.0 - 2025-11-21¶
- add cni #45
- fix tests2 #43
- add reference pycells from ihp #42
- improve resistors #29
- add tests #5
- fix tests2 #43
- fix tests #36
- fix stack #31
- fix inductors #28
- fix bumps #22
- Resistor bug fix + bondpad fix #41
- Fixing resistors #39
- Adding inductor #35
- Fix inductor #24
0.0.6 - 2025-09-14¶
- first release