Skip to content

Releases: Chilipp/autodocsumm

v0.2.14: autoexception-support and class member fixes

23 Oct 18:49
v0.2.14
f81147e
Compare
Choose a tag to compare

What's Changed

  • Fix ObjectMember related deprecation/removal by @theOehrly in #99
  • Type hint mixin base class, fix some more minor style and typing issues by @theOehrly in #100
  • Don't document class attributes that are an alias to another object by @theOehrly in #101
  • Autoexception support by @Chilipp in #104

Full Changelog: v0.2.13...v0.2.14

v0.2.13: Add support for sphinx 8.0

05 Aug 12:08
v0.2.13
354e67b
Compare
Choose a tag to compare

What's Changed

  • Allow Sphinx >=8.0 and fix deprecations; allow Python 3.12; rework test workflow by @theOehrly in #98

Full Changelog: v0.2.12...v0.2.13

Implement autodocsumm_section_sorter

05 Jan 09:19
v0.2.12
6834615
Compare
Choose a tag to compare

This release implements a new configuration value autodocsumm_section_sorter thanks to @funkyfuture that allows a customization of the order of the autosummary tables, see #93.

What's Changed

New Contributors

Full Changelog: v0.2.11...v0.2.12

v0.2.11: Allow Sphinx version 7

02 May 12:52
v0.2.11
7009e5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.10...v0.2.11

v0.2.10: Allow Sphinx version 6

15 Jan 20:51
v0.2.10
8ce1412
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.9...v0.2.10

v0.2.9: Compatible version for sphinx 5.0

30 Jul 09:46
v0.2.9
27b7e1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.8...v0.2.9

Fix no links generated in summary table

19 Apr 11:25
v0.2.8
fcbd51b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.7...v0.2.8

v0.2.7: Minor fix with sphinx versioning

16 Sep 14:02
v0.2.7
255292a
Compare
Choose a tag to compare

This patch fixes some dependency definition (see #63, #64).

v0.2.6: Minor patch for deprecation warnings and license

28 Jun 18:37
46ea808
Compare
Choose a tag to compare

This patch resolves some minor deprecation warnings relevant for sphinx 4.0+, and uses the correct license classifier as the license changed to Apache-2.0 in v0.2.5.

v0.2.5: Changed license to Apache-2.0

28 Jun 11:57
Compare
Choose a tag to compare

This new release changes the license of autodocsumm (which was formerly licensed under GPL-2.0) to Apache-2.0 to make it better usable.