Skip to content

Commit 9a3457c

Browse files
author
Ingeborg Gjerde
committed
bump version and update changes
1 parent a611f7d commit 9a3457c

2 files changed

Lines changed: 27 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changes
22

3+
4+
## Version 1.0.3
5+
6+
_2026-03-31_
7+
8+
Add:
9+
- Reusable helpers in `tests/conftest.py`
10+
- Extended test coverage:
11+
- clipping
12+
- markers
13+
- single point plots
14+
- marker only plots
15+
- unfilled markers
16+
- dashed lines
17+
- contour hatches
18+
- FM layers
19+
- FM test routing
20+
- geo-pattern artists
21+
- rotated/aligned text
22+
- added xfail tests for known gaps: NaN-separated lines should split into two polylines, and FM gridlines should route to dedicated grid layers
23+
24+
Tidy
25+
- output pngs and xdfs are saved locally in `tests/artifacts`
26+
- removed duplicated test code in `mpldfx/test_backend_ezdxf.py`
27+
28+
329
## Version 1.0.3
430

531
_2026-02-24_

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "mpldxf"
3-
version = "1.0.3"
3+
version = "1.0.4"
44
description = "A fork of mpldxf - a matplotlib backend to write DXF drawings. Modified by NGI to handle geotechnical plots"
55
authors = ["David Kent",
66
"Jon-Michael Josefsen <jmj@ngi.no>",

0 commit comments

Comments
 (0)