Skip to content

Releases: gvcallen/paramrf

v0.20.1

18 May 17:36

Choose a tag to compare

This release polishes the API, documentation and testing, setting up the codebase for more rigorous versioning.

The main new feature is the ability to tie components in sub-models together using the Tied model or the my_model.tied(...) method.

Minor changes were made to some experimental, less commonly-used interfaces (such as some adapter models) and some smaller features were added (as well as some unused features removed), but the main interface remains unchanged.

v0.19.6

17 May 20:45

Choose a tag to compare

Bumped version

v0.19.1

17 May 12:53

Choose a tag to compare

Updated docs

v0.19.0

15 May 22:25

Choose a tag to compare

Updated scikit-rf comparison

v0.18.7

15 May 09:48

Choose a tag to compare

Updated API reference

v0.18.5

15 May 08:52

Choose a tag to compare

Updated filtering/unwrapping to a single partition

v0.18.3

14 May 10:47

Choose a tag to compare

Bump version

v0.18.2

14 May 01:04

Choose a tag to compare

Latest for new Parax

v0.18.1

13 May 18:22

Choose a tag to compare

Re-push for new parax

v0.18.0

13 May 13:45

Choose a tag to compare

This release improves the consistency and naming convention in the API and also re-exposed some lower-level features. For example, the call method of Model was renamed to "build", and Parax's Tied was exposed at root.