Recent Releases of nextline
nextline - v0.7.20
What's Changed
Changes 🚀
- Resolve warnings in tests by @TaiSakuma in https://github.com/simonsobs/nextline/pull/158
- Fix a type by @TaiSakuma in https://github.com/simonsobs/nextline/pull/159
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.19...v0.7.20
- Python
Published by github-actions[bot] about 1 year ago
nextline - v0.7.17
What's Changed
Changes 🚀
- Fix type errors by @TaiSakuma in https://github.com/simonsobs/nextline/pull/92
- Make
closean internal transition when alreadyclosed, add tests onStateMachineby @TaiSakuma in https://github.com/simonsobs/nextline/pull/94 - Add type hints to all defs and enable
disallow_untyped_defsby @TaiSakuma in https://github.com/simonsobs/nextline/pull/96 - Replace
sys.gettrace()withthreading.gettrace()by @TaiSakuma in https://github.com/simonsobs/nextline/pull/97 - Add test on
WithContextby @TaiSakuma in https://github.com/simonsobs/nextline/pull/98 - Fix tests, add pragma for coverage by @TaiSakuma in https://github.com/simonsobs/nextline/pull/99
- Use
st_none_orfromnextline_test_utilsby @TaiSakuma in https://github.com/simonsobs/nextline/pull/101 - Format code with
ruffby @TaiSakuma in https://github.com/simonsobs/nextline/pull/102 - Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in https://github.com/simonsobs/nextline/pull/111
- Support Python 3.13 by @TaiSakuma in https://github.com/simonsobs/nextline/pull/112
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.16...v0.7.17
- Python
Published by github-actions[bot] over 1 year ago
nextline - v0.7.16
What's Changed
Changes 🚀
- Clean code around the finite state machine by @TaiSakuma in https://github.com/simonsobs/nextline/pull/68
- Move code from
NextlinetoImpby @TaiSakuma in https://github.com/simonsobs/nextline/pull/69 - Replace subscriptions with hooks in
Continuousby @TaiSakuma in https://github.com/simonsobs/nextline/pull/70 - Clean code, update tests by @TaiSakuma in https://github.com/simonsobs/nextline/pull/71
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.15...v0.7.16
- Python
Published by github-actions[bot] over 1 year ago
nextline - v0.7.15
What's Changed
Changes 🚀
- Remove an unnecessary synchronization, update type hints and tests by @TaiSakuma in https://github.com/simonsobs/nextline/pull/64
- Skip a test on GitHub Actions by @TaiSakuma in https://github.com/simonsobs/nextline/pull/65
- Update type hints and tests on the finite state machine by @TaiSakuma in https://github.com/simonsobs/nextline/pull/67
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.14...v0.7.15
- Python
Published by github-actions[bot] over 1 year ago
nextline - v0.7.14
What's Changed
Changes 🚀
- Move from
.coveragerctopyproject.tomlby @TaiSakuma in https://github.com/simonsobs/nextline/pull/60 - Add the
cacheoption toPubSubItemby @TaiSakuma in https://github.com/simonsobs/nextline/pull/62 - Fix a bug in
PubSubItemby @TaiSakuma in https://github.com/simonsobs/nextline/pull/63
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.13...v0.7.14
- Python
Published by github-actions[bot] over 1 year ago
nextline - v0.7.13
What's Changed
Changes 🚀
- Add the
eventarg to theon_start_run()andon_end_run()hooks by @TaiSakuma in https://github.com/simonsobs/nextline/pull/56
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.12...v0.7.13
- Python
Published by github-actions[bot] over 1 year ago
nextline - v0.7.12
What's Changed
Changes 🚀
- Set asyncio events in the finally block by @TaiSakuma in https://github.com/simonsobs/nextline/pull/52
- Add logging by @TaiSakuma in https://github.com/simonsobs/nextline/pull/53
- Clean code and tests for
PubSubItemby @TaiSakuma in https://github.com/simonsobs/nextline/pull/54 - Rename
close()toaclose()inPubSubItemby @TaiSakuma in https://github.com/simonsobs/nextline/pull/55
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.11...v0.7.12
- Python
Published by github-actions[bot] over 1 year ago
nextline - v0.7.11
What's Changed
Changes 🚀
- Make
Timernever times out iftimeoutisNoneby @TaiSakuma in https://github.com/simonsobs/nextline/pull/50 - Move
aiterable()toutilsby @TaiSakuma in https://github.com/simonsobs/nextline/pull/51
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.10...v0.7.11
- Python
Published by github-actions[bot] over 1 year ago
nextline - v0.7.8
What's Changed
Changes 🚀
- Add DOI to
CITATION.cffby @TaiSakuma in https://github.com/simonsobs/nextline/pull/45 - Update
README.mdandCITATION.cfffor citation info by @TaiSakuma in https://github.com/simonsobs/nextline/pull/46
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.7...v0.7.8
- Python
Published by github-actions[bot] over 1 year ago
nextline - v0.7.7
What's Changed
Changes 🚀
- Update license copyright year range and add citation file by @TaiSakuma in https://github.com/simonsobs/nextline/pull/44
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.6...v0.7.7
- Python
Published by github-actions[bot] almost 2 years ago
nextline - v0.7.6
What's Changed
Changes 🚀
- Correct the minimum required version of
apluggyto1.0by @TaiSakuma in https://github.com/simonsobs/nextline/pull/40
New Contributors
- @dependabot made their first contribution in https://github.com/simonsobs/nextline/pull/37
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.5...v0.7.6
- Python
Published by github-actions[bot] almost 2 years ago
nextline - v0.7.5
What's Changed
Changes 🚀
- Make the arg
startedofrun_continue_and_wait()optional by @TaiSakuma in https://github.com/simonsobs/nextline/pull/33
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.4...v0.7.5
- Python
Published by github-actions[bot] almost 2 years ago
nextline - v0.7.3
What's Changed
Changes 🚀
- Update README.md by @TaiSakuma in https://github.com/simonsobs/nextline/pull/29
- Format the exception in the subprocess by @TaiSakuma in https://github.com/simonsobs/nextline/pull/31
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.2...v0.7.3
- Python
Published by github-actions[bot] almost 2 years ago
nextline - v0.7.2
What's Changed
Changes 🚀
- Let the spawned process exit after the output queue is empty by @TaiSakuma in https://github.com/simonsobs/nextline/pull/28
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.1...v0.7.2
- Python
Published by github-actions[bot] about 2 years ago
nextline - v0.7.1
What's Changed
Changes 🚀
- Postpone the logging of the loaded plugin list until
start()by @TaiSakuma in https://github.com/simonsobs/nextline/pull/26 - Update GitHub Actions workflows by @TaiSakuma in https://github.com/simonsobs/nextline/pull/27
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.0...v0.7.1
- Python
Published by github-actions[bot] about 2 years ago
nextline - v0.7.0
What's Changed
Changes 🚀
- Accept external plugins by @TaiSakuma in https://github.com/simonsobs/nextline/pull/23
- Pass around a context object to all plugin callback functions by @TaiSakuma in https://github.com/simonsobs/nextline/pull/24
- Update hook arguments, plugins, add hooks by @TaiSakuma in https://github.com/simonsobs/nextline/pull/25
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.6.2...v0.7.0
- Python
Published by github-actions[bot] about 2 years ago
nextline - v0.6.1
What's Changed
Changes 🚀
- Add options
trace_threadsandtrace_modulesby @TaiSakuma in https://github.com/simonsobs/nextline/pull/20 - Revert #20 partially by @TaiSakuma in https://github.com/simonsobs/nextline/pull/21
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.6.0...v0.6.1
- Python
Published by github-actions[bot] over 2 years ago
nextline - v0.6.0
What's Changed
Changes 🚀
- Replace TypeAlias by @TaiSakuma in https://github.com/simonsobs/nextline/pull/15
- Generate a release note on release by @TaiSakuma in https://github.com/simonsobs/nextline/pull/16
- Add type hints to all defs by @TaiSakuma in https://github.com/simonsobs/nextline/pull/17
- Trace only the main scrip by @TaiSakuma in https://github.com/simonsobs/nextline/pull/18
- Trace only the main thread by @TaiSakuma in https://github.com/simonsobs/nextline/pull/19
New Contributors
- @TaiSakuma made their first contribution in https://github.com/simonsobs/nextline/pull/15
Full Changelog: https://github.com/simonsobs/nextline/compare/v0.5.7...v0.6.0
- Python
Published by github-actions[bot] over 2 years ago