Wykres commitów

712 Commity (38a7c34f2ee605287971a3444b5c707792b708c5)

Autor SHA1 Wiadomość Data
nyanpasu64 cdc225cc1d Blackify pyinstaller .spec file 2019-01-04 00:46:51 -08:00
nyanpasu64 b7cb781d93 [gui] Print full stack trace on Corrscope error
it's too long
2019-01-03 21:58:19 -08:00
nyanpasu64 a5bfe337dc Add Black instructions to README.md 2019-01-03 18:36:23 -08:00
nyanpasu64 12710a0ee8 Revert black formatting for scipy code
Black turns long arrays into a mess.
2019-01-03 14:23:46 -08:00
nyanpasu64 34427ad147 Merge pull request #109 from nyanpasu64/black
Switch to Black formatting
2019-01-03 14:11:44 -08:00
nyanpasu64 70d6cfc1a2 Run black on code 2019-01-03 13:00:18 -08:00
nyanpasu64 902d3a1a8b Set Black settings in pyproject.toml 2019-01-03 13:00:18 -08:00
nyanpasu64 fa9653b990 Add pre-commit and black code formatter
pip install pre-commit
pre-commit install
2019-01-03 13:00:16 -08:00
nyanpasu64 ad300eb364 Remove unused Config fields (player/encoder args) 2019-01-03 12:09:59 -08:00
nyanpasu64 a13ef88e69 Merge pull request #108 from nyanpasu64/ignore_bad_wav_header
Accept invalid .wav with header metadata larger than filesize
2019-01-03 01:00:25 -08:00
nyanpasu64 b45d01e8df Accept .wav with header metadata larger than filesize 2019-01-03 00:39:25 -08:00
nyanpasu64 89f534c4d6 Add test to accept .wav with header metadata larger than filesize 2019-01-03 00:39:25 -08:00
nyanpasu64 4835058ac3 Enable matplotlib global font cache, under PyInstaller 2019-01-01 13:15:27 -08:00
nyanpasu64 c58140002f Datestamp --profile filenames, add GUI --profile (#104) 2019-01-01 00:26:36 -08:00
nyanpasu64 223e7e2c35 Show app version, bump version number to 0.1.1-pre (#98)
Related to #96
2018-12-29 22:58:48 -05:00
nyanpasu64 855abb0956 Update README.md (#97) 2018-12-29 21:21:09 -05:00
nyanpasu64 91a570d960 Wave: Enable stereo mmap, disable mmap for intermediate computations (#21)
Eliminate stereo startup delay, speed up mono Wave[].
2018-12-29 18:43:11 -05:00
nyanpasu64 063298f735 Fix comment 2018-12-25 21:42:08 -08:00
nyanpasu64 7836053c4f 0.1.0 2018-12-24 19:23:17 -08:00
nyanpasu64 4d4335cc13 Merge pull request #95 from nyanpasu64/edge_strength_width
Multiply edge_strength by buffer_falloff (!)
2018-12-24 17:51:42 -08:00
nyanpasu64 4b4a61c3af Multiply edge_strength by buffer_falloff (!)
Changes behavior and breaks backwards compatibility.
2018-12-24 17:36:44 -08:00
nyanpasu64 1839f762e7 Merge pull request #94 from nyanpasu64/appveyor2
Make Appveyor build from master + PR
2018-12-23 19:50:52 -08:00
nyanpasu64 a6bb071072 [appveyor] Fix skipping pyinstaller on x64 2018-12-23 19:43:49 -08:00
nyanpasu64 7bb9831e14 [appveyor] Cache Poetry binary 2018-12-23 19:43:49 -08:00
nyanpasu64 8677a67b4c [appveyor] Run pyinstaller last 2018-12-23 19:43:49 -08:00
nyanpasu64 587f63f177 [appveyor] Comment "pyinstaller is much faster on x64" 2018-12-23 19:43:16 -08:00
nyanpasu64 07a6b7a8b9 [appveyor] Download zip file from Git, instead of cloning 2018-12-23 19:31:12 -08:00
nyanpasu64 a9a1b5cee1 [appveyor] Only build from master
"master" only builds on "push to master" events
"PR" only builds from "PR to master" events
2018-12-23 19:28:49 -08:00
nyanpasu64 004d161cf6 Add appveyor.yml (poetry, pytest, pyinstaller) 2018-12-23 15:57:31 -08:00
nyanpasu64 222426d0df Skip output (ffmpeg) tests if ffmpeg missing
Prevents failures from showing on CI, until I add ffmpeg downloader
2018-12-23 13:19:20 -08:00
nyanpasu64 ccfe30ad54 [poetry] Remove scipy dependency 2018-12-23 00:33:12 -08:00
nyanpasu64 52bdbfd289 Remove and reimplement scipy.signal.correlate 2018-12-23 00:33:12 -08:00
nyanpasu64 b085d1e790 Extract scipy wavfile 2018-12-23 00:33:12 -08:00
nyanpasu64 d2bce9ce86 Switch to extracted scipy windows 2018-12-23 00:33:12 -08:00
nyanpasu64 a7f06507a0 Remove Scipy dependencies from Scipy windows 2018-12-23 00:33:12 -08:00
nyanpasu64 ae633e87e9 Extract Scipy windows module 2018-12-23 00:33:12 -08:00
nyanpasu64 c48f70fe1d [pyinstaller] After pyinstaller, run resulting program 2018-12-23 00:33:12 -08:00
nyanpasu64 46bfa83fa0 [pyinstaller] Add PyInstaller and launcher script 2018-12-23 00:33:12 -08:00
nyanpasu64 885f132ebb [poetry] Add pyinstaller dependency 2018-12-23 00:33:12 -08:00
nyanpasu64 063f677e80 [pytest] Cleanup fixture-related warnings in test_cli.py 2018-12-23 00:33:12 -08:00
nyanpasu64 f57232a4fb Switch from setup.py to poetry 2018-12-23 00:23:16 -08:00
nyanpasu64 5c47c293cb Rename ovgenpy to corrscope 2018-12-22 18:39:03 -08:00
nyanpasu64 9aceabb2b7 Delete unused tests/images/ 2018-12-20 22:30:40 -08:00
nyanpasu64 4b85fad2d4 Switch CLI str to lambda 2018-12-20 02:23:07 -08:00
nyanpasu64 f86e621308 Edit setup.py 2018-12-20 02:19:28 -08:00
nyanpasu64 5efd7a85f0 Merge pull request #87 from nyanpasu64/qt-squash
Add PyQt GUI
2018-12-18 20:56:10 -08:00
nyanpasu64 bddfd5dc6a Update comments via Github web UI 2018-12-18 20:53:23 -08:00
nyanpasu64 faafeafabe Update cli.py 2018-12-18 20:53:23 -08:00
nyanpasu64 5a70ec3070 Delete gui.pro (unneeded for pyqt and Qt Designer)
If you can't open .ui in Qt Creator, use Qt Designer instead.
2018-12-18 20:53:23 -08:00
nyanpasu64 9895890307 Use property to update title when any_unsaved edited 2018-12-18 20:53:23 -08:00