8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720362f commit 28adeb8Copy full SHA for 28adeb8
CHANGES.rst
@@ -1,3 +1,16 @@
1
+v3.5.0
2
+======
3
+
4
+* ``entry_points()`` now returns an ``GroupedEntryPoints``
5
+ object, a tuple of all entry points but with a convenience
6
+ property ``groups`` and ``__getitem__`` accessor. Further,
7
+ accessing a group returns an ``EntryPoints`` object,
8
+ another tuple of entry points in the group, accessible by
9
+ name. Construction of entry points using
10
+ ``dict([EntryPoint, ...])`` is now deprecated and raises
11
+ an appropriate DeprecationWarning and will be removed in
12
+ a future version.
13
14
v3.4.0
15
======
16
0 commit comments