question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove deprecated stuff for v3.0

See original GitHub issue

This is a follow-up of

  • #5761 – Completely remove the deprecated “clobber” keyword for v3, as discussed. Users must switch to “overwrite” keyword now.
  • #6191 – Completely remove analytic_functions sub-package. Users must switch to modeling for blackbody.
  • #6200 – Completely remove GaussianAbsorption1D model. Users can construct such a thing by subtracting Gaussian1D from desired continuum model (e.g., Const1D).

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
pllimcommented, Feb 6, 2017

@bsipocz , looks like @astrofrog added the milestone (thanks, Tom!).

Also, I added “Last-before-release” tags here and in #5773. Is that correct?

1reaction
bsipoczcommented, Feb 5, 2017

@pllim @eteq - What about creating the 3.0 milestone now? There are already a few issues out there that will be relevant for that only, and I think it would be very helpful to milestone the asap to lower the chance of getting lost in the noise of open issues.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python 3.12.0 is to remove long-deprecated items
It seems to me that if the Python community continues in this direction, nothing will work more than 3 months after it's last...
Read more >
Remove deprecated `Message` method · Issue #8883 ...
Removed the method from the codebase. Added a changelog entry for 3.0 saying we've removed the previously deprecated method. All reactions.
Read more >
[META] Remove deprecated classes, methods, procedural ...
This plan issue is to deal with all the rest of the deprecated code to be removed that are outside of deprecated modules:...
Read more >
How long to wait before deleting a deprecated method? [closed]
Major version releases are a good time to remove deprecated methods. Minor releases should typically not contain breaking changes.
Read more >
Will deprecated items in Java be removed - Stack Overflow
Quite frankly, what the Java team usually do, is to deprecate the method and remove its implementation to the suggested method instead.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found