ef6c5df386
be more consistent about when copies are made
2024-07-29 03:13:23 -07:00
ad0adec8e8
numpy.array(..., copy=False) -> numpy.asarray(...)
...
For numpy 2.0
2024-07-29 02:37:48 -07:00
8fd6896a71
set stacklevel=1
2024-07-28 20:41:17 -07:00
97688ffae1
don't want to use context manager here
2024-07-28 20:32:55 -07:00
445c5690e1
use path.open
2024-07-28 20:32:55 -07:00
7e1f617274
fix bug where use_mmap was ignored
2024-07-28 20:32:53 -07:00
f304217d76
format is ok
2024-07-28 20:31:41 -07:00
ae21a2132e
handle int-based cell references
2024-07-28 20:31:41 -07:00
e159c80b0c
improve error generation and handling
2024-07-28 20:31:41 -07:00
5614eea3b4
Update DXF reading
2024-07-28 20:31:41 -07:00
39d9b88fa4
flatten indentation where it makes sense
2024-07-28 20:31:29 -07:00
9d5b1ef5e6
type annotation updates
2024-07-28 19:44:04 -07:00
6ec94fb3c3
import Sequence et al from collections.abc not typing
2024-07-28 19:33:16 -07:00
6db4bb96db
Create an ordering for everything
...
In order to make layouts more reproducible
Also add pattern.sort() and file.utils.preflight_check()
optionally don't sort elements
elements aren't re-ordered that often, sorting them is slow, and the
sort criteria are arbitrary, so we might want to only sort stuff by name
2024-06-03 17:00:20 -07:00
31863c9799
reduce compression level to improve speed
2024-06-03 16:53:14 -07:00
e2c7f8c8cc
various doc updates
2023-10-15 16:18:33 -07:00
91465b7175
don't keep track of y-mirroring separately from x
2023-10-15 16:18:33 -07:00
9a077ea2df
move to dicty layers and targets
2023-10-15 16:18:33 -07:00
de0d35d3d7
cleanup
2023-10-15 16:18:33 -07:00
f0a71bfb8b
redo library class naming
2023-10-15 16:18:33 -07:00
4eee4d19e9
cleanup
2023-10-15 16:18:33 -07:00
59c8f47f4d
update to newer ezdxf
2023-10-15 16:18:33 -07:00
1463535676
modernize type annotations
2023-10-15 16:18:33 -07:00
ada8c591a0
fix error message
2023-10-15 16:18:33 -07:00
e0939049dd
force 'wb' mode for gzipfile
2023-10-15 16:18:33 -07:00
5ffcadb362
always apply postprocess
2023-10-15 16:18:33 -07:00
1598582865
remove log messages
2023-10-15 16:18:32 -07:00
42ee4db989
Return WrapLibrary from read() and readfile()
2023-10-15 16:18:32 -07:00
d44374bf1f
writefile should write to a temporary file first
2023-10-15 16:18:32 -07:00
5452bc5608
more fixes and improvements
2023-10-15 16:18:32 -07:00
f4537a0feb
Lots of progress on tutorials
2023-10-15 16:18:32 -07:00
c31d7dfa2c
Add note about reproducibility for DXF
2023-10-15 16:18:32 -07:00
61b381cfaa
remove dead code
2023-10-15 16:18:32 -07:00
cca7cbaae1
formatting
2023-10-15 16:18:32 -07:00
b75c8de0c4
lots of fixes to get test_rep running
2023-10-15 16:18:32 -07:00
92f7fce6ff
improve gzipped file reproducibility
...
Mostly avoid writing the old filename and modification time to the gzip
header
2023-10-15 16:18:32 -07:00
6b01b43559
flake8-aided fixes
2023-10-15 16:18:32 -07:00
db9b39dbc0
fix more type issues
2023-10-15 16:18:32 -07:00
557c6c98dc
more wip -- most central stuff is first pass done
2023-10-15 16:18:32 -07:00
9efb6f0eeb
wip
2023-10-15 16:18:32 -07:00
d9ae8dd6e3
wip
2023-10-15 16:18:32 -07:00
c7f3e7ee52
Remove support for dose
...
Since there isn't GDS/OASIS level support for dose, this can be mostly
handled by using arbitrary layers/dtypes directly. Dose scaling isn't
handled as nicely that way, but it corresponds more directly to what
gets written to file.
2023-10-15 16:18:32 -07:00
f7a2edfe23
fix some type-related issues
2023-10-15 16:18:32 -07:00
7ca017d993
wip again
2023-10-15 16:18:32 -07:00
7aaf73cb37
WIP: make libraries and names first-class!
2023-10-15 16:18:32 -07:00
afcbd315ae
Fix extra vertex added during OASIS loading
2023-01-24 14:14:10 -08:00
8edb7b0956
round().astype() -> rint(...)
2023-01-11 18:29:28 -08:00
48b28351ed
speed up GDS writing
...
by preallocating xy array and directly rounding to target dtype
2022-06-08 21:12:39 -07:00
b5ddb5749c
fix calculation of displacements
2022-04-01 17:35:12 -07:00
fd0b2ba4cd
no longer ignore numpy types
2022-04-01 17:30:13 -07:00