Skip to content

Releases: qutech/filter_functions

Release 1.1.3

14 May 15:49
f4e17c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

Release 1.1.2

23 May 17:17
a809796
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

Release 1.1.1

22 Feb 16:29
v1.1.1
73dae3c
Compare
Choose a tag to compare

Obligatory bug fix release:

  • Fix Bloch spheres in documentation (#81)

Release 1.1.0

18 Feb 15:51
v1.1.0
1827639
Compare
Choose a tag to compare
  • Updated readme with published paper references (#70, #74)
  • Added Python 3.10 support (#75)
  • Removed Python 3.6 support (#76)
  • Added colored Bloch sphere trajectories (#78)

Release v1.0.4

08 Jul 14:49
e12a6bf
Compare
Choose a tag to compare

This release adds a few small features and bug fixes.

  • Add __len__ and __getitem__ methods to PulseSequence (#67)
  • Switch CI to Github Actions (#69)
  • A bunch of other small improvements (#66)

Test pypi release with Github actions

24 Jun 08:28
1cd845f
Compare
Choose a tag to compare
Pre-release
v1.0.3-test

Add coverage file and name

Release v1.0.3

12 Mar 09:01
Compare
Choose a tag to compare
  • Hotfix a bug when concatenating pulses with zero n_coeffs (#59)
  • Cache on CI (#60)
  • Make duration and absolute times of a PulseSequence lazily evaluated properties (#61)

Release v1.0.2

05 Mar 09:54
Compare
Choose a tag to compare

Hotfixes a bug when calculating the infidelity before the infidelity derivative (#58).

Release v1.0.0

03 Mar 06:45
Compare
Choose a tag to compare

This is the first stable release.

Major changes over v.0.4 include:

  • Added calculation of second order Magnus expansion terms (#46)
  • Improved performance of gradient calculation (#53)
  • Updated documentation (#44)
  • Easier detection of a notebook environment (uses ipynbname as a new dependency) (#50)
  • Several small improvements.

Gradients for optimization

18 Nov 15:31
Compare
Choose a tag to compare

This version adds the calculation of gradients courtesy of @JDTeske and Isabel Le for use with qopt (living for now at git-ce.rwth-aachen.de).