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.19

What's Changed

Changes 🚀

  • Add a util func until_true() by @TaiSakuma in https://github.com/simonsobs/nextline/pull/122

Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.18...v0.7.19

- Python
Published by github-actions[bot] over 1 year ago

nextline - v0.7.18

What's Changed

Changes 🚀

  • Handle exception instead of re-raise on finished by @TaiSakuma in https://github.com/simonsobs/nextline/pull/121

Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.17...v0.7.18

- Python
Published by github-actions[bot] over 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 close an internal transition when already closed, add tests on StateMachine by @TaiSakuma in https://github.com/simonsobs/nextline/pull/94
  • Add type hints to all defs and enable disallow_untyped_defs by @TaiSakuma in https://github.com/simonsobs/nextline/pull/96
  • Replace sys.gettrace() with threading.gettrace() by @TaiSakuma in https://github.com/simonsobs/nextline/pull/97
  • Add test on WithContext by @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_or from nextline_test_utils by @TaiSakuma in https://github.com/simonsobs/nextline/pull/101
  • Format code with ruff by @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 Nextline to Imp by @TaiSakuma in https://github.com/simonsobs/nextline/pull/69
  • Replace subscriptions with hooks in Continuous by @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 .coveragerc to pyproject.toml by @TaiSakuma in https://github.com/simonsobs/nextline/pull/60
  • Add the cache option to PubSubItem by @TaiSakuma in https://github.com/simonsobs/nextline/pull/62
  • Fix a bug in PubSubItem by @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 event arg to the on_start_run() and on_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 PubSubItem by @TaiSakuma in https://github.com/simonsobs/nextline/pull/54
  • Rename close() to aclose() in PubSubItem by @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 Timer never times out if timeout is None by @TaiSakuma in https://github.com/simonsobs/nextline/pull/50
  • Move aiterable() to utils by @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.10

This release was made because v0.7.9 wasn't pushed to PyPI

Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.9...v0.7.10

- Python
Published by github-actions[bot] over 1 year ago

nextline - v0.7.9

What's Changed

Changes 🚀

  • Number each trace call by @TaiSakuma in https://github.com/simonsobs/nextline/pull/49

Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.8...v0.7.9

- Python
Published by github-actions[bot] over 1 year ago

nextline - v0.7.8

What's Changed

Changes 🚀

  • Add DOI to CITATION.cff by @TaiSakuma in https://github.com/simonsobs/nextline/pull/45
  • Update README.md and CITATION.cff for 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 apluggy to 1.0 by @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 started of run_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.4

What's Changed

Changes 🚀

  • Add on_finished hook to the state machine by @TaiSakuma in https://github.com/simonsobs/nextline/pull/32

Full Changelog: https://github.com/simonsobs/nextline/compare/v0.7.3...v0.7.4

- 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.2

What's Changed

Changes 🚀

  • Delay the instantiation of Machine until start() by @TaiSakuma in https://github.com/simonsobs/nextline/pull/22

Full Changelog: https://github.com/simonsobs/nextline/compare/v0.6.1...v0.6.2

- Python
Published by github-actions[bot] about 2 years ago

nextline - v0.6.1

What's Changed

Changes 🚀

  • Add options trace_threads and trace_modules by @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

nextline - v0.5.7

- Python
Published by github-actions[bot] over 2 years ago

nextline - v0.5.6

- Python
Published by github-actions[bot] over 2 years ago

nextline - v0.5.5

- Python
Published by github-actions[bot] over 2 years ago

nextline - v0.5.4

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.5.3

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.5.2

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.5.1

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.5.0

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.4.3

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.4.2

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.4.1

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.4.0

- Python
Published by github-actions[bot] almost 3 years ago

nextline - v0.3.11

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.10

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.9

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.8

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.7

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.6

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.5

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.4

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.3

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.2

- Python
Published by github-actions[bot] about 3 years ago

nextline - v0.3.1

- Python
Published by github-actions[bot] over 3 years ago

nextline - v0.3.0

- Python
Published by github-actions[bot] over 3 years ago

nextline - v0.2.1

- Python
Published by github-actions[bot] over 3 years ago

nextline - v0.2.0

- Python
Published by github-actions[bot] over 3 years ago

nextline - v0.1.12

- Python
Published by github-actions[bot] almost 4 years ago

nextline - v0.1.11

- Python
Published by github-actions[bot] almost 4 years ago

nextline - v0.1.10

- Python
Published by github-actions[bot] almost 4 years ago

nextline - v0.1.9

- Python
Published by github-actions[bot] almost 4 years ago

nextline - v0.1.8

- Python
Published by github-actions[bot] almost 4 years ago

nextline - v0.1.7

- Python
Published by github-actions[bot] almost 4 years ago

nextline - v0.1.6

- Python
Published by github-actions[bot] almost 4 years ago

nextline - v0.1.5

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.1.4

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.1.3

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.1.2

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.1.1

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.1.0

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.0.8

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.0.7

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.0.6

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.0.5

- Python
Published by github-actions[bot] about 4 years ago

nextline - v0.0.4

- Python
Published by TaiSakuma almost 5 years ago