You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
# [1.8.0]
8
+
### Added
9
+
- Hex*/QuadGrid objects now support `merge_tol` for merging approximately coincident points
10
+
11
+
### Changed
12
+
- Improvement on performance of mesh assembly (5x+)
13
+
- Improvement on performance of optimization (20x+)
14
+
- Minor API change: use `mesh.settings.property` instead of `mesh.settings['property']`
15
+
- Chopping propagation now doesn't overwrite already defined wires within the same block; it's possible to chop two surrounding blocks and the middle one will have different gradings on appropriate wires
16
+
- Bugfixes:
17
+
- Correct center point of OneCoreDisk
18
+
- Correct inner angle calculation for optimization
19
+
20
+
7
21
# [1.7.1]
8
22
### Changed
9
23
- Bugfix: wrong grading propagation on inverted wires
0 commit comments