Recent Releases of filter-functions

filter-functions - Release 1.1.3

What's Changed

  • Release v.1.1.2 by @thangleiter in https://github.com/qutech/filter_functions/pull/86
  • Fix tests for SciPy 1.9.0 by @thangleiter in https://github.com/qutech/filter_functions/pull/87
  • Add GitHub citation file by @thangleiter in https://github.com/qutech/filter_functions/pull/88
  • Fix codecov action on CI by @thangleiter in https://github.com/qutech/filter_functions/pull/71
  • Fix tests and deprectations by @thangleiter in https://github.com/qutech/filter_functions/pull/92
  • Drop support for Python versions 3.7,3.8 and add 3.11,3.12 by @thangleiter in https://github.com/qutech/filter_functions/pull/90
  • Enhance documentation by @thangleiter in https://github.com/qutech/filter_functions/pull/89
  • Fix RTD build by @thangleiter in https://github.com/qutech/filter_functions/pull/93
  • Release 1.1.3 by @thangleiter in https://github.com/qutech/filter_functions/pull/95

Full Changelog: https://github.com/qutech/filter_functions/compare/v1.1.2...v1.1.3

- Python
Published by thangleiter almost 2 years ago

filter-functions - Release 1.1.2

What's Changed

  • ncoeffsderiv sorting by @thangleiter in https://github.com/qutech/filter_functions/pull/83
  • Cache more intermediates in calculation with unitaries by @thangleiter in https://github.com/qutech/filter_functions/pull/84
  • Small improvements by @thangleiter in https://github.com/qutech/filter_functions/pull/85

Full Changelog: https://github.com/qutech/filter_functions/compare/v1.1.1...v1.1.2

- Python
Published by thangleiter almost 4 years ago

filter-functions - Release 1.1.1

Obligatory bug fix release:

  • Fix Bloch spheres in documentation (#81)

- Python
Published by thangleiter about 4 years ago

filter-functions - Release 1.1.0

  • 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)

- Python
Published by thangleiter about 4 years ago

filter-functions - Release v1.0.4

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)

- Python
Published by thangleiter over 4 years ago

filter-functions - Test pypi release with Github actions

- Python
Published by thangleiter over 4 years ago

filter-functions - Release v1.0.3

  • 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)

- Python
Published by thangleiter almost 5 years ago

filter-functions - Release v1.0.2

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

- Python
Published by thangleiter almost 5 years ago

filter-functions - Release v1.0.0

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.

- Python
Published by thangleiter almost 5 years ago

filter-functions - Gradients for optimization

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).

- Python
Published by thangleiter over 5 years ago

filter-functions - Follow formulation in terms of the cumulant expansion

The package has been restructured to follow the theory's formulation in terms of the cumulant expansion.

- Python
Published by thangleiter over 5 years ago

filter-functions - Refactor integration

Refactor the frequency domain integration. * Toss duplicate code * Introduce switch to integrate the error vector correlation functions in a loop over one index to save memory at the cost of computation speed.

- Python
Published by thangleiter almost 6 years ago

filter-functions - Docstring update

Minor docstring fix.

- Python
Published by thangleiter almost 6 years ago

filter-functions - Non-traceless bases and housekeeping

The main change is the possibility to use bases with more than one traceless element. This allows for separating subspaces, see PR https://github.com/qutech/filter_functions/pull/11.

Additionally, some housekeeping and performance improvements have been made. Most of the performance gain was achieved by calculating the real and imaginary parts of a complex exponential separately.

- Python
Published by thangleiter almost 6 years ago

filter-functions - First release

Note that this package is still in alpha stage and thus subject to changes that may break backwards compatibility.

- Python
Published by thangleiter over 6 years ago