Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.0 #30

Merged
merged 9 commits into from
Jul 4, 2017
Merged

1.3.0 #30

merged 9 commits into from
Jul 4, 2017

Conversation

todofixthis
Copy link
Contributor

@todofixthis todofixthis commented Jul 4, 2017

IMPORTANT: When registering extension filters, please list each filter as its own entry point. The current functionality (loading entire modules) is deprecated and will be removed in v1.4.

See http://filters.readthedocs.io/en/latest/extensions.html#legacy-extensions-loader for more information.

  • FilterExtensionRegistry is now a subclass of class_registry.EntryPointClassRegistry.
    • This requires a small change to the way extension filters are registered. See above notice for more information.
  • Added filters.macros.FilterMacroType, which acts as a base type for all functions decorated with @filter_macro.
    • FilterMacroType doesn't do anything on its own, but it is useful for identifying a filter macro when paired with an issubclass check (important: use issubclass, not isinstance!).
  • Potential fix for filters fails to install using setuptools #23.
  • Minor documentation cleanup.

@todofixthis todofixthis merged commit d18550c into master Jul 4, 2017
@todofixthis todofixthis deleted the release/1.3.0 branch July 4, 2017 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant