------------------
*New:*
- Improve the :class:`~factory.SelfAttribute` syntax to fetch sub-attributes using the ``foo.bar`` syntax;
- Add ``factory.ContainerAttribute`` to fetch attributes from the container of a :class:`~factory.SubFactory`.
- Provide the :func:`~factory.make_factory` helper: ``MyClassFactory = make_factory(MyClass, x=3, y=4)``
- Add :func:`~factory.build`, :func:`~factory.create`, :func:`~factory.stub` helpers
*Bug fix:*
- Allow ``classmethod``/``staticmethod`` on factories
*Deprecation:*
- Auto-discovery of ``factory.Factory.FACTORY_FOR`` based on class name is now deprecated