Skip to content

Latest commit

 

History

History
128 lines (71 loc) · 8.47 KB

CHANGELOG.md

File metadata and controls

128 lines (71 loc) · 8.47 KB

Changes in autodoc-traits

1.2

1.2.2 - 2024-04-17

(full changelog)

Maintenance and upkeep improvements

Continuous integration improvements

1.2.1 - 2023-09-27

(full changelog)

Maintenance and upkeep improvements

1.2.0 - 2023-09-08

1.2.0 fixes compatibility with sphinx 7.2 and increases the minimum required sphinx version from 2 to 4.

(full changelog)

Bugs fixed

Contributors to this release

The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.

(GitHub contributors page for this release)

@consideRatio (activity) | @manics (activity) | @minrk (activity)

1.1

1.1.0 - 2022-12-20

(full changelog)

Enhancements made

Bugs fixed

  • register traits with a help string as documented for autoclass #33 (@minrk)
  • avoid putting c.Class.trait annotation on non-config traits #32 (@minrk)
  • Add tests, add docstrings, and fix small bugs #28 (@consideRatio)

Maintenance and upkeep improvements

Documentation improvements

Continuous integration improvements

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @minrk

1.0

1.0.0 - 2022-12-06

Let's call it 1.0!

(full changelog)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Contributors to this release

(GitHub contributors page for this release)

@blink1073 | @consideRatio | @minrk | @willingc | @yuvipanda

0.1

0.1.0 - 2021-10-22

0.1.0 is the first stable release of autodoc-traits. It fixes compatibility with sphinx 4 from the previously published 0.1.0dev prerelease.

Merged PRs

  • add publish github action #4 (@minrk)
  • Remove unused import of deprecated PyClassmember #3 (@minrk)
  • Remove duplicates in documenting trait members #1 (@rkdarst)

Contributors to this release

(GitHub contributors page for this release)

@betatim | @minrk | @rkdarst | @welcome | @willingc