Commit graph

56 commits

Author SHA1 Message Date
e797ff64ab pin the 'reuse' tool's version 2021-02-09 21:40:42 -06:00
c9882cd1c7 bump actions ubuntu version 2021-02-09 21:38:10 -06:00
6cdeb8028b upload bundles 2021-02-09 21:36:27 -06:00
35e0dc877c remove circuitpython version notice, as the stable version now supports all we need 2021-02-09 21:36:00 -06:00
b4c0b54a91 remove circuitpython version notice, as the stable version now supports all we need 2021-02-09 21:35:00 -06:00
b07a53bae3
Merge pull request #1 from jepler/warn-bitlength
Improve the diagnostic when the user's circuitpython is too old
2020-11-09 08:03:44 -06:00
c2052c1169 Give clear error about bit length on import 2020-11-09 07:33:41 -06:00
3258843a85 bump suggested version 2020-11-09 07:33:31 -06:00
449cae5ffa bump python version instead 2020-09-19 14:18:58 -05:00
500586f444 ignore exp and out files (from tests) 2020-09-19 14:18:53 -05:00
ec054c7717 Revert "pin a certain circuitpython version, to avoid surprises"
This reverts commit f8772be832.
2020-09-19 14:15:55 -05:00
f8772be832 pin a certain circuitpython version, to avoid surprises 2020-09-19 14:07:49 -05:00
b283885de6 test_udecimal: Improve tests based on reported test cases
also, for the common part, ensure that desktop Python's own decimal
implementation is used.

"print(+c.flags[Foo])" is because udecimal returns 0/1 for these, while
Python's decimal returns False/True.
2020-09-19 09:50:35 -05:00
ec6f61c6ac utrig: Fix several bugs reported by @cradek 2020-09-19 09:49:24 -05:00
1817253b81 utrig: Fix logb(0) 2020-09-18 19:45:02 -05:00
ea6e2e52a1 required PR merged upstream 2020-09-10 20:15:39 -05:00
978901fea7 fix file paths for release builds 2020-09-10 18:33:53 -05:00
cadbab46f2 further silence pylint 2020-09-10 17:52:46 -05:00
8f459c84c4 further appease pylint 2020-09-10 17:50:11 -05:00
307727a1bd silence pylint 2020-09-10 17:46:57 -05:00
313dd7a556 appease black 2020-09-10 17:44:42 -05:00
575b025761 Run tests in circuitpython unix port too 2020-09-10 17:43:35 -05:00
e95553d8c2 extract doctests to run with micropython testsuite 2020-09-10 17:34:39 -05:00
938f977ad1 fix comparison of decimal and integer 2020-09-10 17:34:25 -05:00
d0d0b9f250 remove commented-out format code 2020-09-10 17:20:58 -05:00
40edf19d52 fixup! hide as_integer_ratio 2020-09-10 17:17:42 -05:00
2439939696 remove logical operations on decimal numbers 2020-09-10 17:17:11 -05:00
f41860f71a hide as_integer_ratio 2020-09-10 17:14:03 -05:00
c5a5043cf7 add an example after all 2020-09-10 17:03:41 -05:00
9256ca5df7 Add a script to build locally, replicating much of what github does 2020-09-10 16:54:42 -05:00
18d2a2c5f5 Fix the place where bundle files are sought 2020-09-10 16:54:33 -05:00
a044170e4e Move (add) requirements from build.yml to requirements.txt 2020-09-10 16:54:23 -05:00
3932bfe08f Move test into package
I had thought this was related to the wrong files ending up in the
bundle, but I was mistaken.
2020-09-10 16:53:47 -05:00
7ffc6bed45 Add as_integer_ratio for circuitpython 2020-09-10 16:53:17 -05:00
6768677843 Caveat about circuitpython support 2020-09-07 07:19:47 -05:00
8ac922bae5 appease black 2020-09-07 07:13:31 -05:00
310602b752 update pypi metadata 2020-09-07 06:59:44 -05:00
e653e9712c update installation instruction 2020-09-07 06:53:00 -05:00
7be58a7aaf update pypi metadata 2020-09-07 06:52:53 -05:00
f492fd5daf Fix markup error only seen on rtd (WHY) 2020-09-06 21:53:30 -05:00
63b12a2bf5 a different way to monkeypatch Decimal 2020-09-06 21:47:14 -05:00
de4534c3a5 run unit tests 2020-09-06 21:47:05 -05:00
06bb249da3 appease build processes again 2020-09-06 21:41:50 -05:00
51ad1cf764 appease readthedocs? 2020-09-06 21:39:38 -05:00
309217fac4 fix badges 2020-09-06 21:36:08 -05:00
96ad199a51 appease pre-commit 2020-09-06 21:34:47 -05:00
a46b1926f9 Doc improvements 2020-09-06 21:29:46 -05:00
295c579265 correct package metadata 2020-09-06 16:30:47 -05:00
fd99b90214 supply auth during release process 2020-09-06 16:24:41 -05:00
dcae1eb794 Documentation fixing, TODO fixing 2020-09-06 16:16:27 -05:00