Commit graph

3376 commits

Author SHA1 Message Date
Pete Davison
08b2a6441e Add precision and separator optional params to decimal() 2021-07-09 09:57:13 +00:00
Will McGugan
2e2239c44c
Merge pull request #1330 from willmcgugan/dependabot/pip/sphinx-4.0.3
Bump sphinx from 4.0.2 to 4.0.3
2021-07-07 22:42:53 +01:00
Will McGugan
1ee7f73816
Merge pull request #1327 from willmcgugan/dependabot/pip/sphinx-copybutton-0.4.0
Bump sphinx-copybutton from 0.3.3 to 0.4.0
2021-07-07 22:42:31 +01:00
dependabot[bot]
03f6368308
Bump sphinx from 4.0.2 to 4.0.3
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-06 13:03:04 +00:00
Will McGugan
c9afafdd68 version bump 2021-07-05 15:35:29 +01:00
Will McGugan
73d43566ff
Merge pull request #1315 from willmcgugan/auto-repr-fix
fixes
2021-07-05 15:34:10 +01:00
Will McGugan
8411f0021e test fix 2021-07-05 15:29:26 +01:00
Will McGugan
8105943b89 no need for win test 2021-07-05 15:04:46 +01:00
Will McGugan
125ef57842 provisional type fix 2021-07-05 14:57:59 +01:00
Will McGugan
59f699e2ed version bump 2021-07-05 14:56:42 +01:00
dependabot[bot]
586a7d5062
Bump sphinx-copybutton from 0.3.3 to 0.4.0
Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton) from 0.3.3 to 0.4.0.
- [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases)
- [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md)
- [Commits](https://github.com/executablebooks/sphinx-copybutton/compare/v0.3.3...v0.4.0)

---
updated-dependencies:
- dependency-name: sphinx-copybutton
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 13:03:40 +00:00
Will McGugan
3cf97f151d divide edge 2021-07-04 21:11:00 +01:00
Will McGugan
e9f96c8b4f last yield 2021-07-04 20:58:42 +01:00
Will McGugan
5a71691cfa edge case fix 2021-07-04 20:52:35 +01:00
Will McGugan
785fa724dd experiment 2021-07-04 20:16:29 +01:00
Will McGugan
1201d61172 tests, remove debug 2021-07-04 20:09:30 +01:00
Will McGugan
cff2f22812 segment split and tests 2021-07-04 19:59:06 +01:00
Will McGugan
076175d5fa logging 2021-07-04 17:20:57 +01:00
Will McGugan
b07fa41923 fix split cells 2021-07-04 17:16:15 +01:00
Will McGugan
783a4379ef optimization 2021-07-04 17:02:27 +01:00
Will McGugan
7e3067ed84 fix split 2021-07-04 16:45:05 +01:00
Will McGugan
c389560295 fix for end condition 2021-07-04 16:35:03 +01:00
Will McGugan
9bd27b8656 divide fixes 2021-07-04 16:21:24 +01:00
Will McGugan
5c00ba8f26 added split_cells 2021-07-04 15:56:52 +01:00
Will McGugan
d3261e86dd Version bump 2021-07-04 12:18:02 +01:00
Will McGugan
d6f4648133 fix infinite loop in divide 2021-07-04 12:14:38 +01:00
Will McGugan
03b2c71193
Merge pull request #1310 from willmcgugan/dependabot/pip/mypy-0.910
Bump mypy from 0.902 to 0.910
2021-06-28 17:58:10 +01:00
dependabot[bot]
3f5eb5b097
Bump mypy from 0.902 to 0.910
Bumps [mypy](https://github.com/python/mypy) from 0.902 to 0.910.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.902...v0.910)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-28 16:53:20 +00:00
Will McGugan
e2e8b49c39
Merge pull request #1299 from willmcgugan/dependabot/pip/types-dataclasses-0.1.5
Bump types-dataclasses from 0.1.4 to 0.1.5
2021-06-28 17:51:17 +01:00
Will McGugan
d926952066 tests 2021-06-27 16:01:12 +01:00
Will McGugan
253b3ea40e type fix 2021-06-27 08:03:02 +01:00
Will McGugan
a905b3da4c override angular 2021-06-27 07:59:46 +01:00
Will McGugan
17b554de13 test and angular fix 2021-06-27 07:54:02 +01:00
Will McGugan
69aa9e6a57 don't cut at end 2021-06-27 07:09:54 +01:00
Will McGugan
c54ff2a880 rename 2021-06-26 20:54:26 +01:00
Will McGugan
feb6edc6a6 added LineSegments 2021-06-26 20:52:08 +01:00
Will McGugan
e8ef73c0cf Added Segment.divide 2021-06-26 18:37:24 +01:00
Will McGugan
b0ca4d3829 fixes 2021-06-26 13:02:24 +01:00
Will McGugan
51165f4b21 Merge branch 'pretty-classes' 2021-06-18 21:09:26 +01:00
Will McGugan
eecded871f doc fix 2021-06-18 20:49:41 +01:00
Will McGugan
d0f50bc4b8 words 2021-06-18 20:44:23 +01:00
Will McGugan
e5246436cd
Merge pull request #1300 from willmcgugan/pretty-classes
Pretty classes
2021-06-18 20:43:47 +01:00
Will McGugan
6e97016e22 test fix 2021-06-18 20:37:33 +01:00
Will McGugan
56b4c53274 auto import 2021-06-18 20:27:13 +01:00
Will McGugan
3281af6f3b auto repr 2021-06-18 20:24:05 +01:00
dependabot[bot]
e53d4ca56c
Bump types-dataclasses from 0.1.4 to 0.1.5
Bumps [types-dataclasses](https://github.com/python/typeshed) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-dataclasses
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-18 13:04:35 +00:00
Will McGugan
41cc6a6ff2 added meta to Style 2021-06-17 22:31:08 +01:00
Will McGugan
6ac54d06ed fix for pretty printing classes 2021-06-16 09:04:16 +01:00
Will McGugan
56e7158629
Merge pull request #1291 from cclauss/codepsell
Fix typos discovered by codespell
2021-06-14 07:44:17 +01:00
Will McGugan
194e638ce0
Merge pull request #1293 from willmcgugan/dependabot/pip/sphinx-copybutton-0.3.3
Bump sphinx-copybutton from 0.3.1 to 0.3.3
2021-06-14 07:34:54 +01:00