What's Changed
- Release for v1.0.0 by @BECATRUE in #27
- Release v1.1.1 by @BECATRUE in #31
- Remove Python 3.7 from the GitHub actions and add 3.11 by @kangz12345 in #33
- Change the deprecated
.dict()
to.model_dump()
by @kangz12345 in #43 - Support the visualization option in submission by @BECATRUE in #40
- A
scheduler
replica by @giwon2004 in #46 - Fetch the running experiment RID by @BECATRUE in #48
- Make an experiment fetcher by @giwon2004 in #41
- Unit test for scheduler-related proxy request by @giwon2004 in #54
- Modify an experiment to make logs and vcd file by @BECATRUE in #50
- Remove Python 3.8 by @BECATRUE in #58
- Send the result directory structure by @BECATRUE in #59
- Send H5 format result file, code, and vcd file of the specific RID by @BECATRUE in #62
- Set the override and level option of a specific TTL by @BECATRUE in #67
- Skip the unittest about submission temporarily by @BECATRUE in #65
- Set the voltage of a specific DAC by @BECATRUE in #71
- Read master dataset by @kangz12345 in #72
- Fix the experiment code to set DAC voltage by @BECATRUE in #74
- Use TTL name to set the override and level by @BECATRUE in #76
- Set the default profile of a specific DDS by @BECATRUE in #80
- Turn on and off TTL switch of a specific DDS by @BECATRUE in #83
- Set the attenuation of a specific DDS by @BECATRUE in #84
- Fix that fetching the scheduled queue works wrong by @BECATRUE in #86
DatasetTracker
by @kangz12345 in #88- Subscribe dataset modification by @kangz12345 in #90
- Track last deletion timestamps by @kangz12345 in #92
- Long polling for
get_dataset_modification()
by @kangz12345 in #94 - Return timestamp with the dataset by @kangz12345 in #95
- Get from local dataset by @kangz12345 in #96
- Resolve
FileNotFoundError
when fetching result directory by @BECATRUE in #98 - Use built-in type annotation by @kangz12345 in #99
- Fetch schedule in long-polling through
Subscriber
by @BECATRUE in #104 - Support class name in submission by @BECATRUE in #108
- Send schedule using web socket by @BECATRUE in #114
- Get current status of a specific experiment by @BECATRUE in #122
- Send dataset using websocket by @BECATRUE in #117
- Fetch RID list corresponding date and hour by @BECATRUE in #127
- Fetch dataset list corresponding RID by @BECATRUE in #128
- Fetch dataset from result file by @BECATRUE in #129
- Fix bug that last data is missed by @BECATRUE in #133
- Support for setting period of fetching dataset by @BECATRUE in #135
- Synchronize TTL status using queue by @BECATRUE in #131
- Remove codes handling results by @BECATRUE in #136
- Use
requirements.txt
instead of direct installation by @BECATRUE in #138 - Enable to set config file path when starting server by @BECATRUE in #143
- Merge
develop
torelease
for v2.0.0 by @BECATRUE in #140
New Contributors
- @kangz12345 made their first contribution in #33
- @giwon2004 made their first contribution in #46
Full Changelog: v1.1.1...v2.0.0