aab1061615
what if pretty
2022-06-08 12:33:47 +02:00
6096ad7f98
what if stringify?
2022-06-08 12:32:09 +02:00
d120984a7d
print context with github-script
2022-06-08 12:18:36 +02:00
838dcf4087
update for new doxygen
2022-06-08 11:49:55 +02:00
0880ff7242
update pylint disables for upgraded version
2022-06-07 07:26:55 +02:00
pre-commit-ci[bot]
23302134ca
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/pycqa/pylint: v2.13.9 → v2.14.1](https://github.com/pycqa/pylint/compare/v2.13.9...v2.14.1 )
2022-06-06 21:17:02 +00:00
0e256c3c80
Merge pull request #14 from jepler/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2022-05-24 21:53:34 +02:00
9a1e49ba08
Merge remote-tracking branch 'origin/main' into pre-commit-ci-update-config
2022-05-24 21:47:13 +02:00
05669f54f5
update pylint to latest stable (not a beta)
2022-05-24 21:45:47 +02:00
6007a78601
Merge pull request #13 from jepler/pre-commit-mypy
...
Run mypy during pre-commit
2022-05-24 17:52:59 +02:00
pre-commit-ci[bot]
254a24a753
[pre-commit.ci] pre-commit autoupdate
...
updates:
- https://github.com/python/black → https://github.com/psf/black
- [github.com/fsfe/reuse-tool: v0.12.1 → v1.0.0](https://github.com/fsfe/reuse-tool/compare/v0.12.1...v1.0.0 )
- [github.com/pre-commit/pre-commit-hooks: v2.3.0 → v4.2.0](https://github.com/pre-commit/pre-commit-hooks/compare/v2.3.0...v4.2.0 )
- [github.com/pycqa/pylint: v2.12.2 → v2.14.0-b1](https://github.com/pycqa/pylint/compare/v2.12.2...v2.14.0-b1 )
2022-05-23 21:05:01 +00:00
22a4a749b1
bump black version
2022-05-13 09:39:18 -05:00
0e1f74a755
Run mypy during pre-commit
2022-05-13 09:23:45 -05:00
97d2d90aea
Merge pull request #12 from jepler/pre-commit.ci
...
Pre commit.ci
2022-05-12 10:30:54 -05:00
Jeff Epler
3421ff43b4
bump black version
2022-05-12 10:19:45 -05:00
Jeff Epler
7d8c0f5524
try pre-commit.ci
2022-05-12 10:17:13 -05:00
Jeff Epler
c3382a04db
Add pull request template
2022-05-12 10:17:13 -05:00
3d18e3594d
Merge pull request #11 from jepler/update-black-ci-etc
...
Upgrade pylint, black
2022-02-16 09:18:09 -06:00
7f0d4370b5
Upgrade pylint, black
2022-02-16 08:44:48 -06:00
2aeae70edf
Merge pull request #10 from jepler/update-black-ci-etc
...
Update pre-commit & build
2022-02-15 16:46:19 -06:00
098dab7723
Update pre-commit & build
...
the CI is a bit closer to a cookie-cut ci, but still its own uniqueness.
2022-02-15 16:24:11 -06:00
251c846004
Merge pull request #8 from CedarGroveStudios/patch-1
...
Hardwire return values for domain limits of `arcsin` and `arccos`
2022-02-15 09:58:40 -06:00
Jeff Epler
0526762f47
add some doctests for the special values too
2022-02-15 09:53:28 -06:00
Jeff Epler
8d87dd4ba7
Add more test cases
2022-02-15 09:50:22 -06:00
Jeff Epler
c98ad66398
fix for pylint
2022-02-15 09:50:17 -06:00
Cedar Grove Maker Studios
4f5be4b3c2
change asin(-1) result to match math.asin(-1) = -pi/2 radians
...
```>>> math.asin(-1)
-1.5708
>>> Decimal.asin(-1)
Decimal('-1.570796326794896619231321692')```
also updated `acos` example; verified other examples, as well
2022-02-14 19:14:14 -08:00
Cedar Grove Maker Studios
5dbf41709b
update asin(-1) to equal -pi/2 rads to be consistent with math.asin
...
Also update acos example to reflect actual result rounded to 28 digits. Verified other examples, as well.
2022-02-14 19:05:09 -08:00
Cedar Grove Maker Studios
6424dcbdcf
address requested changes
...
3/2 pi rad is equal to -pi/2 rad
other changes were caused by file editing issues. sorry about that.
2022-02-14 16:26:51 -08:00
Cedar Grove Maker Studios
75b919036c
Hardwire return values for domain limits of arcsin and arccos
...
fix for issue #7
https://github.com/jepler/Jepler_CircuitPython_udecimal/issues/7
2022-02-14 11:32:46 -08:00
2356655f90
require more things
2021-11-03 14:26:19 -05:00
f6a2be6239
point readthedocs at the right requirements
2021-11-03 14:24:31 -05:00
822f993125
require specific sphinx version
2021-11-03 14:21:49 -05:00
caac804460
Merge pull request #6 from jepler/fix-circup-deps
...
Move most requirements to requirements_dev.txt
2021-08-20 19:35:29 -05:00
cbe997a1d5
adapt to name of test runner script
2021-08-20 19:15:27 -05:00
8c8e04d25c
Move most requirements to requirements_dev.txt
...
Closes : #5
2021-08-20 18:56:34 -05:00
97ba42ed99
Merge pull request #4 from jepler/lint-in-precommit
...
switch pylint to pre-commit
2021-02-16 20:39:04 -06:00
b8115ffe7a
Move pre-commit to its own workflow
2021-02-16 20:32:30 -06:00
cc78c8b27b
switch pylint to pre-commit
2021-02-16 20:25:20 -06:00
5c0c42ae94
Merge pull request #3 from jepler/moneyfmt
...
Add moneyfmt example
2021-02-14 08:59:50 -06:00
a0381ad368
Add moneyfmt example from https://docs.python.org/3/library/decimal.html#recipes
2021-02-14 08:55:16 -06:00
7513319e2e
Merge pull request #2 from jepler/misc-updates
...
upload bundles; bump ubuntu version
2021-02-09 21:44:36 -06:00
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