Skip to content

Releases: JoeyDelp/JoSIM

v2.7

Choose a tag to compare

@github-actions github-actions released this 19 Dec 09:09
JoSIM v2.7

JoSIM v2.6.8

Choose a tag to compare

@JoeyDelp JoeyDelp released this 07 Dec 10:15

Changelog

v2.6.8

  • Add a fix to warn of subcircuit redefenitions. Redefintions now overwrite the previous definition.
  • Add a fix when parameters are used in subcircuits but defined within the global scope.

JoSIM v2.6.7

Choose a tag to compare

@JoeyDelp JoeyDelp released this 10 Aug 14:01

Changelog

v2.6.7 (10/08/2023)

  • Added capability to parameterize time values in places like .tran and pwl

JoSIM v2.6.6 - Bug Fixes

Choose a tag to compare

@JoeyDelp JoeyDelp released this 21 Nov 18:28

Changelog

v2.6.6 (21/11/2022)

  • Fixed a bug in noise source generation when noise step is less than or equal to the simulation step.
  • Reduced aggressiveness of timestep scale down when close to transmission line step delay size. Now only scales down if TX delay is less than 1 step (previously 4)
  • Added output dimensions option to josim-plot script when writing directly to PDF, SVG, EPS, etc.

JoSIM v2.6.5 - Multi-harmonic CPR

Choose a tag to compare

@JoeyDelp JoeyDelp released this 17 Aug 12:40
83a3365

Changelog

v2.6.5 (17/08/2022)

  • Updated the CPR specification in the JJ model to allow multiple simultaneous harmonics.
  • Added a Notepad++ UDL syntax highlighting script to the scripts folder.

JoSIM v2.6.4 - CPR

Choose a tag to compare

@JoeyDelp JoeyDelp released this 04 Aug 15:41
1f9b9c5

Changelog

v2.6.4 (03/06/2022)

  • Added the ability to specify CPR in the JJ model to enable non-sinusoidal CPRs needed for pi-junctions.

JoSIM v2.6.3 - Bug Fixes

Choose a tag to compare

@JoeyDelp JoeyDelp released this 03 Jun 12:34

Changelog

v2.6.3 (03/06/2022)

  • Fixed a bug where Windows and CentOS parameters do not coincide. Issue was due to expression substitution.

JoSIM v2.6.2 - Bug Fixes

Choose a tag to compare

@JoeyDelp JoeyDelp released this 26 May 22:30
8c0bbd7

Changelog

v2.6.2 (27/05/2022)

  • Fixed sp_generator.py having invalid tab spacing
  • Fixed Area= and Ic= JJ parameters not producing the same result for the same critical current
  • Fixed an issue with custom waveform where it wasn't reading from the file properly
  • Added spline method for cubic interpolation of custom waveform
  • Moved entire codebase to 64bit integers to allow larger/longer simulations
  • Fixed parameters
  • Fixed transmission line integer step delay rounding issue that caused an error build up

JoSIM v2.6 - Noise and Phi Junctions

Choose a tag to compare

@JoeyDelp JoeyDelp released this 15 Dec 14:02
340219e

Changelog

v2.6 (14/12/2021)

  • Full Johnson-Nyquist temperature noise for Resistors and Resistive branch of RCSJ model
  • Phi-junction model with verified Pi junction results
  • Various bug fixes and code clean up

JoSIM v2.5.7 - Bug Fix

Choose a tag to compare

@JoeyDelp JoeyDelp released this 17 Aug 16:35
dfc5cf8

Changelog

v2.5.7 (17/08/2021)

  • Fixed an issue with double comparison of very small numbers across varying compilers.