Releases: simonsobs/nextline-schedule
Releases · simonsobs/nextline-schedule
v0.4.1
What's Changed
Changes 🚀
- Replace a factory method of FSM with a config dict by @TaiSakuma in #86
- Add type hints to all defs and enable
disallow_untyped_defs
by @TaiSakuma in #87 - Format code with
ruff
by @TaiSakuma in #92 - Replace the same code as in
nextline-test-utils
by @TaiSakuma in #93 - Update
test_queue.py
as a stateful test by @TaiSakuma in #107 - Update tests by @TaiSakuma in #112
- Add a stateful test on the auto mode by @TaiSakuma in #114
- Update tests by @TaiSakuma in #116
- Update tests by @TaiSakuma in #117
- Add tests by @TaiSakuma in #118
- Add tests on Python 3.13 in GitHub Actions by @TaiSakuma in #119
- Support Python 3.13 by @TaiSakuma in #121
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
Changes 🚀
- Update coverage config by @TaiSakuma in #53
- Require
nextline>=0.7.13
by @TaiSakuma in #55 - Update tests by @TaiSakuma in #54
- Require
pytest-httpx>=0.21.3
by @TaiSakuma in #56 - Update the development status to beta by @TaiSakuma in #57
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
Changes 🚀
- Require
nextline>=0.7.12
by @TaiSakuma in #47
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
Changes 🚀
- Delete deprecated GraphQL query
loadScript
(moved to sub namespace) by @TaiSakuma in #42 - Add GraphQL mutations for moving an item position in the queue by @TaiSakuma in #43
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
Changes 🚀
- Rename GraphQL objects, update tests, and clean code by @TaiSakuma in #18
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
Changes 🚀
- Import TestClient from nextline_graphql by @TaiSakuma in #15
- Adapt the namespace
ctrl
in GraphQL queries by @TaiSakuma in #16 - Require
nextline-graphql 0.7.8
or later by @TaiSakuma in #17
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.9
What's Changed
Changes 🚀
- Turn the Waiting state into a sub-state of Auto by @TaiSakuma in #12
- Require nextline-graphql 0.7.7 or later by @TaiSakuma in #13
Full Changelog: v0.2.8...v0.2.9
v0.2.8
What's Changed
Changes 🚀
- Update GitHub Actions workflow pypi.yml by @TaiSakuma in #11
Full Changelog: v0.2.7...v0.2.8
v0.2.7
What's Changed
Changes 🚀
- Replace TypeAlias and Union by @TaiSakuma in #4
- Add py.typed by @TaiSakuma in #5
- Turn on
trace_threads
andtrace_modules
in a test by @TaiSakuma in #6 - Add query
version
to GraphQL schema by @TaiSakuma in #8 - Move a test module by @TaiSakuma in #9
- Require nextline-graphql 0.7.6 or later by @TaiSakuma in #10
Full Changelog: v0.2.6...v0.2.7