Wykres commitów

35 Commity (6b953572ceda6c636465fa42dbe70f3a5bd3d562)

Autor SHA1 Wiadomość Data
nyanpasu64 2a6aafb02f Downgrade dependencies to fix Windows exe builds (#307)
Updating libraries caused pyinstaller to produce nonfunctional Windows
binaries, so revert the library updates.
2019-08-10 22:40:34 -07:00
nyanpasu64 678a3d48ba Install black as dev-dependency, run black --check in CI (#305)
This will result in 2 copies of black, 1 in pre-commit and 1 in dev.
I think that's acceptable though, as I install black locally anyway.
2019-08-10 15:10:21 -07:00
nyanpasu64 884113bcaf Upgrade pyproject.toml dependencies to latest releases
pyinstaller 3.5 contains patch fixing incompatibility with Python 3.7.
No need to use my custom fork based on Loran425 anymore.
2019-08-10 13:24:22 -07:00
nyanpasu64 7a4cd73dfe 0.7.0-pre 2019-06-23 00:59:26 -07:00
nyanpasu64 a985b71fc6 0.6.0 2019-06-23 00:59:18 -07:00
nyanpasu64 b81da15edd 0.6.0-pre 2019-04-17 22:28:16 -07:00
nyanpasu64 ca563d30ca Switch to bugfix fork of pyinstaller, fix Appveyor builds (#249)
Editing poetry.lock should be performed through
https://github.com/nyanpasu64/poetry.

Otherwise, pyinstaller and all its dependencies will erroneously
be marked as "main". Effects:

    pyinstaller is installed when running poetry install --no-dev.
    pyinstaller is not included into poetry build (neither setup.py nor whl).
    does not affect pyinstaller/Appveyor builds.
2019-04-01 02:52:01 -07:00
nyanpasu64 5e83abd3aa 0.5.0-pre 2019-03-26 02:21:46 -07:00
nyanpasu64 f9ebbf4a64 0.4.0 2019-03-25 23:08:08 -07:00
nyanpasu64 03d247b810 Add workaround for poetry conflict with pip 19 (#229)
https://github.com/sdispater/poetry/issues/826
2019-03-12 22:49:45 -07:00
nyanpasu64 38caac11a2 Remove dependency on more_itertools (#226) 2019-03-11 02:10:39 -07:00
nyanpasu64 14f4c4d8d7 0.4.0-pre 2019-03-05 05:39:24 -08:00
nyanpasu64 e2d0625de7 0.3.0 2019-03-03 22:19:36 -08:00
nyanpasu64 da480dffe6 poetry add -D pytest_cases 2019-02-25 21:55:13 -08:00
nyanpasu64 dd2a331980 reorganize pyproject.toml (#197)
https://poetry.eustace.io/docs/pyproject/#poetry-and-pep-517
https://www.bernat.tech/growing-pain/
- for fun, try `pip install .` to build/install wheel
2019-02-15 01:52:03 -08:00
nyanpasu64 3fb8d9a080 0.3.0-pre 2019-02-05 22:53:06 -08:00
nyanpasu64 84da862b93 0.2.1-pre 2019-02-01 16:12:21 -08:00
nyanpasu64 0dfa25e62d poetry remove -D mypy (#175)
stop appveyor from reinstalling it anew on each CI run
2019-02-01 15:51:11 -08:00
nyanpasu64 6f9fb749e7 0.2.0 2019-02-01 15:29:41 -08:00
nyanpasu64 9f0b77fb41 0.2.0-beta1 2019-02-01 15:19:14 -08:00
nyanpasu64 ecf5c51abe Remove Poetry scripts (don't pollute PATH) (#173)
Fixes #169
2019-01-30 22:24:16 -08:00
nyanpasu64 9160958257 Use Mypy checking (#154)
Major changes:
- LayoutConfig._calc_layout() improved
- register_enum() replaced with DumpEnumAsStr (*very* iffy multiple inheritance)

i configured mypy to not care about missing annotations...
but most files are fully annotated via MonkeyType = big PR diff.
2019-01-25 22:50:19 -08:00
nyanpasu64 e3cddd7e69 Move scipy-imported files to scipy/ subdir (#153)
So I can exclude it from mypy.
2019-01-25 19:27:46 -08:00
nyanpasu64 2ade05da84 poetry add appdirs 2019-01-16 01:16:39 -08:00
nyanpasu64 60ee4ecfc0 [poetry] Remove dependency on diff_cover, accelerate CI builds (#139)
diff_cover/diff-cover is only useful locally.
If you want it, install it via pip.
2019-01-14 23:20:42 -08:00
nyanpasu64 3e55e5b1a0 Add `poetry run` commands to check coverage 2019-01-12 00:41:46 -08:00
nyanpasu64 902afe54db [poetry] Add coverage.py, pytest-cov, diff-cover, codecov.io 2019-01-11 20:37:52 -08:00
nyanpasu64 5c75329ecf 0.2.0-pre 2019-01-08 13:22:58 -08:00
nyanpasu64 452e2a6dcb 0.1.1 2019-01-06 17:06:38 -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 902d3a1a8b Set Black settings in pyproject.toml 2019-01-03 13:00:18 -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 ccfe30ad54 [poetry] Remove scipy dependency 2018-12-23 00:33:12 -08:00
nyanpasu64 885f132ebb [poetry] Add pyinstaller dependency 2018-12-23 00:33:12 -08:00
nyanpasu64 f57232a4fb Switch from setup.py to poetry 2018-12-23 00:23:16 -08:00