Removal of features without warning (Path.closed)
See original GitHub issueDear @regebro, I was very happy to find your library and I am using it in several projects: NNGT and DeNSE (as it was an optional dependency it does not appear in the manifest though, so GitHub does not know about it for its dependency graph).
This is just to let you know that, as a dependency published on PyPI, I would expect features such as the closed
property of path to be deprecated before being removed, so as to not break code immediately for everyone who might be using the library.
Am I correct in thinking that this could have been kept using
@property
def closed(self):
return isinstance(self, Close)
as an object property?
Issue Analytics
- State:
- Created 4 years ago
- Comments:25 (17 by maintainers)
Top Results From Across the Web
Chapter 6F - MUTCD 2009 Edition - FHWA
Sign or Plaque Sign Designation Section Conventional Road Freeway or Exp...
Stop R1‑1 6F.06 30 x 30* —
Stop (on Stop/Slow Paddle) R1‑1 6E.03 18...
Read more >The art of removing features and products - Mixpanel
Even after features or products are deemed to have little to no value, teams keep them around for ages instead of responsibly removing...
Read more >How to suppress Pandas Future warning ? - Stack Overflow
Found this on github... import warnings warnings.simplefilter(action='ignore', category=FutureWarning) import pandas.
Read more >Suppress Warnings - MATLAB & Simulink - MathWorks
MATLAB displays no warning. Turn the warning on, and try to remove a nonexistent path: warning('on',id) rmpath('folderthatisnotonpath').
Read more >The try-with-resources Statement - Exceptions
See Java Language Changes for a summary of updated language features in Java ... The try -with-resources statement ensures that each resource is...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Here’s some functions to make the code easier if you want:
Which could use the start code block:
https://xkcd.com/1172/