Releases: jupyter/jupyter_events
Releases · jupyter/jupyter_events
v0.10.0
v0.9.1
0.9.1
Maintenance and upkeep improvements
- Update Release Scripts #96 (@blink1073)
- chore: update pre-commit hooks #95 (@pre-commit-ci)
- chore: update pre-commit hooks #94 (@pre-commit-ci)
- Update ruff and typing #93 (@blink1073)
- chore: update pre-commit hooks #92 (@pre-commit-ci)
Contributors to this release
v0.9.0
0.9.0
Bugs fixed
- Clean up linting and fix a bug that was found #91 (@blink1073)
Maintenance and upkeep improvements
- Clean up linting and fix a bug that was found #91 (@blink1073)
- Adopt ruff format #90 (@blink1073)
- Normalize "jsonschema[format-nongpl]" in pyproject.toml #86 (@frenzymadness)
Contributors to this release
v0.8.0
0.8.0
Bugs fixed
- Allow for string annotations in listener signature #88 (@blink1073)
Maintenance and upkeep improvements
- Adopt sp-repo-review #89 (@blink1073)
- Bump actions/checkout from 3 to 4 #84 (@dependabot)
- Add more PyPI URLs #82 (@pydanny)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dependabot | @pre-commit-ci | @pydanny | @Zsailer
v0.7.0
0.7.0
Enhancements made
Bugs fixed
- Improve usability of jp_read_emitted_events fixture #74 (@kevin-bates)
Maintenance and upkeep improvements
- Migrate RefResolver to referencing.Registry #80 (@hbcarlos)
- Use local coverage #73 (@blink1073)
- Clean up license #67 (@dcsaba89)
- Add more linting #65 (@blink1073)
Contributors to this release
(GitHub contributors page for this release)
@blink1073 | @dcsaba89 | @hbcarlos | @kevin-bates | @pre-commit-ci | @Zsailer
v0.6.3
0.6.3
Maintenance and upkeep improvements
- Clean up typing #64 (@blink1073)
Contributors to this release
v0.6.2
0.6.2
Maintenance and upkeep improvements
- Decrease pyyaml dependency floor to increase compatibility #63 (@kevin-bates)
Contributors to this release
v0.6.1
0.6.1
Maintenance and upkeep improvements
- Remove artificial cap on jsonschema dependency #61 (@kevin-bates)
- Try dropping jsonschema dependency #59 (@bretttully)
Contributors to this release
v0.6.0
0.6.0
Maintenance and upkeep improvements
- Add typing file #60 (@blink1073)
- More lint cleanup #56 (@blink1073)
- Add more ci checks #53 (@blink1073)
- Allow releasing from repo #52 (@blink1073)
- Adopt ruff and address lint #51 (@blink1073)
- Use base setup dependency type #47 (@blink1073)
- Clean up CI #45 (@blink1073)
- CI Cleanup #44 (@blink1073)
- Bump actions/checkout from 2 to 3 #42 (@dependabot)
- Add dependabot #41 (@blink1073)
- Maintenance cleanup #36 (@blink1073)
- Clean up CI checks #35 (@blink1073)
- Clean up pyproject and ci #33 (@blink1073)
Documentation improvements
Contributors to this release
v0.5.0
0.5.0
Enhancements made
- Add pytest plugin for testing events in other libraries #23 (@Zsailer)
- improve error messages for absent/invalid schema path #22 (@dlqqq)
Bugs fixed
- specify utf-8 encoding for loading/dumping yaml #29 (@bollwyvl)
- use safe loaders and dumpers in yaml lib #28 (@dlqqq)
Maintenance and upkeep improvements
- add jsonschema[format-nongpl], core event schema #31 (@bollwyvl)
- Add CLI tests, return codes, version #30 (@bollwyvl)
- Set version floor on jsonchema #25 (@kevin-bates)
- Testing that the
.emit
call is a no-op when no listeners are registered. #24 (@Zsailer)
Documentation improvements
Contributors to this release
(GitHub contributors page for this release)
@bollwyvl | @dlqqq | @kevin-bates | @Zsailer