Revision 72d89449f971703900640a95a041830c4ce9c15b authored by Marlin Schäfer on 30 March 2021, 09:00:22 UTC, committed by GitHub on 30 March 2021, 09:00:22 UTC
* Changed the gating to use the default method of the time series.

Added a new option --autogating-method to choose between different
available methods to apply the gates.

* -Changed the option --autogating-method to --gating-method.
-Changed how the gates are applied not only for auto-gates but
 provided ones as well.
-Adjusted the encoding of strings in the git-info of setup.py to
 allow for umlauts.

* Added encode and decode options to the GitInfo object.

Calling this function asserts that all strings have the same
encoding.
The default error-behavior for the encoding is set to `replace`,
such that unknown characters don't break the function but get
replaced.

* Encoding strings that are written to the file.

Removed the encode and decode funtion from GitInfo, as they are not
required.
Encoding every string that is written to setup.py. Changed the
write-mode of the file to be bytes.

* Fixed wrong name of opt.

Made some changes to please codeclimate.
1 parent 014cb33
History
File Mode Size
.github
bin
docker
docs
examples
pycbc
test
tools
.codeclimate.yml -rw-r--r-- 1.0 KB
.gitignore -rw-r--r-- 95 bytes
.landscape.yml -rw-r--r-- 348 bytes
CODE_OF_CONDUCT.md -rw-r--r-- 3.3 KB
CONTRIBUTING.md -rw-r--r-- 3.8 KB
Dockerfile -rw-r--r-- 3.6 KB
INSTALL -rw-r--r-- 1.8 KB
LICENSE -rw-r--r-- 34.3 KB
MANIFEST.in -rw-r--r-- 197 bytes
README.md -rw-r--r-- 2.3 KB
companion.txt -rw-r--r-- 337 bytes
descr.rst -rw-r--r-- 1.3 KB
pycbc.spec -rw-r--r-- 1.7 KB
pyproject.toml -rw-r--r-- 564 bytes
pytest.ini -rw-r--r-- 85 bytes
requirements.txt -rw-r--r-- 1.2 KB
setup.py -rwxr-xr-x 12.3 KB
tox.ini -rw-r--r-- 998 bytes

README.md

back to top