2023-01-11 11:41:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.8.1
5.8.1
Bugs fixed
- fix: mro_trait can be unbound when the class is not in mro
Documentation improvements
- Add more api docs
|
2023-01-08 12:22:01 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-traitlets: updated to 5.8.0
5.8.0
Enhancements made
-Shell command-line tab-completion via `argcomplete`
- Define `trait.__doc__` = `trait.help` for better API Docs
Maintenance and upkeep improvements
- Expose more attributes for typing
- Fix lint
Documentation improvements
- Additional `Application` examples and docs
|
2022-12-13 08:13:58 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.7.1
5.7.1
Bugs fixed
- fix: some descriptors raise AttributeError
|
2022-12-09 10:25:10 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.7.0
5.7.0
Enhancements made
- Performance: decrease runtime overhead for constructing HasTraits (up to 20x \
faster)
Maintenance and upkeep improvements
- Minor fixes for Application.aliases
- Adopt ruff and address lint
|
2022-11-30 22:32:29 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.6.0
5.6.0
Maintenance and upkeep improvements
- Adopt jupyter releaser
- Use base setup dependency type
- More CI Cleanup
- More maintenance cleanup
- Add project description
- Bump actions/setup-python from 2 to 4
- Bump actions/checkout from 2 to 3
- Bump pre-commit/action from 2.0.0 to 3.0.0
- Bump actions/upload-artifact from 2 to 3
- Add dependabot
- Add more typings
- Format changelog
|
2022-10-19 19:27:11 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.5.0
5.5.0
* Clean up application typing
* Update tests and docs to use non-deprecated functions
* Clean up version handling
* Prep for jupyter releaser
* Format the changelog
|
2022-09-13 10:02:36 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.4.0
5.4.0
- Fix version_info
- Make generated config files more lintable
- Fix union trait from string
- Add security.md, and tidelift bage
|
2022-08-31 07:57:26 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/py-traitlets) PKGREVISION++
|
2022-08-31 07:50:13 by Makoto Fujiwara | Files touched by this commit (1) |
Log message:
(devel/py-traitlets) regen PLIST
|
2022-07-02 10:01:07 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-traitlets: updated to 5.3.0
5.3.0
- Fix traitlet name in docstring
- Re-support multiple-alias key for ArgParseConfigLoader
|