Skip to content

Commit

Permalink
Remove descale submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed May 16, 2024
1 parent 0f1ac14 commit a368307
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 473 deletions.
1 change: 0 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ Check out the `how to contribute <contribute>` section!
:caption: Functions
:titlesonly:

submodules/descale
submodules/exceptions
submodules/funcs
submodules/helpers
Expand Down
15 changes: 0 additions & 15 deletions docs/submodules/descale.rst

This file was deleted.

1 change: 0 additions & 1 deletion vsscale/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .descale import * # noqa: F401, F403
from .exceptions import * # noqa: F401, F403
from .funcs import * # noqa: F401, F403
from .helpers import * # noqa: F401, F403
Expand Down
Loading

2 comments on commit a368307

@shssoichiro
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand why this was removed. I went to use it today, in the same script I use every week, and found out it's gone.

@LightArrowsEXE
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's an old function with performance issues. We recommend you use DescaleTarget for the time being.

Please sign in to comment.