|
cbb5462fcb
|
spelling fix and wrong import
|
2020-09-20 16:32:17 -07:00 |
|
|
d14182998b
|
various fixes
|
2020-09-20 16:32:17 -07:00 |
|
|
794ebb6b37
|
repetition related fixup
|
2020-09-20 16:32:16 -07:00 |
|
|
bab40474a0
|
Add repetitions and split up code into traits
|
2020-09-20 16:32:16 -07:00 |
|
|
22b2834d55
|
Documentation improvements
|
2020-05-17 22:59:54 -07:00 |
|
|
8a404a2602
|
Allow setting subpattern identifier in constructors
|
2020-05-17 14:12:27 -07:00 |
|
|
ee8f015172
|
add subpattern_t type (generalizattion of SubPattern and GridRepetition)
|
2020-05-12 14:17:17 -07:00 |
|
|
c236fdb81b
|
Add __repr__ methods to most objects`
These are closer to what __str__ should be and will likely change in the
future.
|
2020-05-11 20:31:07 -07:00 |
|
|
c79eee2a8c
|
Stricter locking (lock contained ndarrays and turn lists into tuples)
|
2020-05-11 19:29:00 -07:00 |
|
|
157df47884
|
Improve type annotations based on mypy errors
|
2020-05-11 19:09:35 -07:00 |
|
|
00394a62f0
|
Formally allow instances to point to None (i.e. an 'empty' pattern)
|
2020-05-11 18:58:57 -07:00 |
|
|
f8c49cdb5e
|
Add setter/getter for .pattern to catch wrong types
|
2020-05-11 18:52:17 -07:00 |
|
|
fa8fc52dd6
|
Improve consistency of ndarray members
|
2020-05-11 18:49:30 -07:00 |
|
|
334633662e
|
Remove extra __author__ declarations
|
2020-05-11 18:41:13 -07:00 |
|
|
e9244055c6
|
Add type check for SubPattern's pattern arg
|
2020-03-14 15:53:35 -07:00 |
|
|
5adabfd25a
|
Docstring format change
(new param and return format)
Also some minor code formatting fixes in utils
|
2020-02-17 21:02:53 -08:00 |
|
|
f2e6548d21
|
fix locking issue in __deepcopy__
|
2019-12-13 21:18:31 -08:00 |
|
|
e0db621595
|
allow locking of all objects
|
2019-12-13 21:18:31 -08:00 |
|
|
f3669f2dfd
|
fixup mirroring for subpatterns
|
2019-12-06 22:19:16 -08:00 |
|
|
4bc51f765f
|
custom __copy__ for SubPattern and GridRepetition
the difference between copy/deepcopy should be whether a copy is made of
the contained pattern
|
2019-12-06 22:19:11 -08:00 |
|
|
7b0a567625
|
.mirrored should be an ndarray
|
2019-12-04 23:30:46 -08:00 |
|
|
16c6bfc70a
|
Cosmetic changes to argument lists
|
2019-05-17 00:39:46 -07:00 |
|
|
38f64f7c62
|
Use __slots__ for class members
Also use the other sort of type hints for instance variables
|
2019-05-17 00:37:56 -07:00 |
|
|
0b962999b2
|
Add arbitrary identifier for labels and subpattern/repetition
|
2019-05-17 00:34:01 -07:00 |
|
|
a461446059
|
Custom deepcopy() implementations to help speed things up
|
2019-05-15 00:19:37 -07:00 |
|
|
9ecd34b2f7
|
Cast offsets to float
|
2019-04-18 01:12:51 -07:00 |
|
|
539198435c
|
Add .copy() and .deepcopy() convenience methods
|
2019-03-31 14:13:12 -07:00 |
|
|
8dfd856e18
|
Subtattern .as_pattern() should deepcopy
|
2018-10-28 13:34:37 -07:00 |
|
|
f580e784f7
|
Add mirroring functions to patterns/subpatterns
|
2018-04-14 15:29:19 -07:00 |
|
|
87c2ef5948
|
use pyclipper for polygon cutting
|
2017-10-17 11:09:53 -07:00 |
|
|
0a7c26bb08
|
No need to subclass 'object' in python3
|
2017-08-12 19:30:31 -07:00 |
|
jan
|
5bf486ac81
|
Add all files to repository
|
2016-03-15 19:12:39 -07:00 |
|