Tags give the ability to mark specific points in history as being important
-
v2.0.0
Release: gw-signal-tools v2.0.016967b5a · ·Huge revisions to all parts of the package. Adding functionality and refactoring code.
-
v1.1.0
Release: gw-signal-tools v1.1.0f2e3e8af · ·Two main additions: possibility to cache waveform generator calls using an external wrapper and a FisherMatrixNetwork class. Apart from that, few smaller bug fixes and features additions.
-
v1.0.0
Release: gw-signal-tools v1.0.0fbf6c54a · ·Many changes related to optimization. Among them are changed return of inner product in optimized case, the possibility to optimize over time and phase seperately and the addition of a function that minimizes the mismatch between two waveform models. Moreover, systematic errors can now be calculated using an alignment procedure, which is also related to optimization. Adjustments to the Fourier routine were required after discovering a bug when using the full spectrum. Also began working on documentation seriously and added a distance module.
-
v0.2.0
Release: gw-signal-tools v0.2.0a00d0cc4 · ·Adding Fisher matrix module (consisting of class and functions) with basic functionality. This includes a custom datatype calle MatrixWithUnits, which allows a matrix to have different units in different entries. Moreover, projecting on a set of parameters is implemented. We use a custom derivative calculator that is based on the five-point-stencil method and calculates this for multiple step sizes in order to check for consistency of result. Other additions include a custom unit system, which is mainly made for convenient displaying of MatrixWithUnits instances, and allowing different input units for signals in inner_product.
-
v0.1.0
Release: gw-signal-tools v0.1.0a5a6e7a2 · ·Refined inner product and waveform conversion function to make them more efficient and also more flexible. More specifically, arbitrary input units can now be handled and signals with an arbitrary frequency spectrum are supported.
-
v0.0.2
Release: gw-signal-tools v0.0.2399ff6ec · ·Made version handling more robust by using setuptools-scm. This version also contains basic versions for Fisher computations, but making more rigorous ones will be done in a future version.
-
v0.0.1
Release: gw-signal-tools v0.0.10a5be1c1 · ·First version. Has some features for dealing with waveforms and computing innner products. Is typed and has testing pipeline.