More free functions#2038
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2038 +/- ##
==========================================
+ Coverage 95.64% 95.66% +0.01%
==========================================
Files 30 30
Lines 8962 9040 +78
Branches 1328 1344 +16
==========================================
+ Hits 8572 8648 +76
- Misses 240 241 +1
- Partials 150 151 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2038 +/- ##
==========================================
+ Coverage 95.64% 95.75% +0.10%
==========================================
Files 30 30
Lines 8962 9356 +394
Branches 1328 1391 +63
==========================================
+ Hits 8572 8959 +387
- Misses 240 242 +2
- Partials 150 155 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
@adam-urbanczyk Are the 2D operations ever going to get the history feature? |
Co-authored-by: AU <adam-urbanczyk@users.noreply.github.com>
I think so, but not in this PR. I quickly tried, but got some issues that need to be investigated. |
|
OK, if the latest commit is green, I'm going to merge this. NB: RTD stopped reporting status (but builds fine), not sure how to solve ATM. |
This PR should reach (rough) feature parity with
Shape.*Closes #1812This enables e.g.
selection = f.outerWire() & f.edges('|X')Big experimental change. Added a
HistoryandOpclass. History instance can be passed now to many ops viahistory=kwarg. Name for the operation can be specified vianame=. It can be later queried like so: