-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.6.1 #415
Release 0.6.1 #415
Conversation
Remove POCS as dependency Note: To use with mongo, pass `use_mongo=True` to the AAG constructor
* Get weather station port from config * Fixing first wind entry * Catch wind errors and handle
* Only parse for datetime if a str
* Adding codestyle check for peas.
And continue sending commands a bit after first getting the desired response, in case that helps with momentum.
Fix codestyle of test_sensors.py.
* Add more tests of peas/sensors.py. Test auto_detect_port, find_arduino_devices, and auto_detect_arduino_devices. * Rename auto_detect_port to detect_board_on_port (per feedback). Improve/fix docstrings. * Correct test name. * Workaround import issue with serial_handlers. It appears that under Travis the sys.path lookup of package peas.tests.serial_handlers fails, while it works on my laptop. Not yet sure why, but the error appeared when I removed the import of serial_handlers from test_sensors.py, so restoring that.
PEAS shell updates. * Prevent start command from being repeated. * Prevent load_* commands while timer loop is running. * Add command completion for last_reading and toggle_relay. * Improve error reporting/robustness of change_delay. * Add an age output to last_reading. * Improve error handling in last_reading. Fixes panoptes#371.
* Use service auth token (panoptes#384, see also panoptes#385) * Test basic upload * Remove download abilities until we need them
This gets the basics of the Horizon constraint into the code base. See panoptes#367 for future work. Thanks @brendan-o for laying the groundwork!
* Remove debug message when no WCS as we solve for it later in file anyway
Mount serial properties set in the config (leading up to panoptes#181). Fixes panoptes#376
Only symlinks in the top-level PANLOG dir, plus a single sub-dir. (panoptes#396)
Use os.path.join instead of string concatenation for building paths. Fix exception message output. Add ffmpeg to requirements, needed for timelapse creation. Fixes panoptes#395.
Fix panoptes#244 by documenting the status codes more precisely. Suppress debug message if a stable code is recieved before an echoed code.
* Adding `quiet` feature * Updating upload script * Use PAN_ID * Fixes dates * Better automated options
Only allow an object to be visited once. This is mostly useful for something like an engineering run where you have a set list of objects you want to observe once. Note that the "best" object is still selected for each call, i.e. this is __not__ a sequential scheduler. See also panoptes#402 for implementation. Thanks @jermainegug !
In preparation for panoptes#120, this is brining some consistency to the access of DB items so it will be easier to decouple from mongo if needed. Also: * Add a logger to PanMongo * Some docstrings * Rename testing file to be mongo specific
Closes panoptes#394 Awesome, thanks @jermainegug !
It says that the commits go back to September 2016, but I recall that you created a release much more recently (v0.6.0 on December 29, 2017) |
Perhaps the release branch should be created in panoptes/POCS and not in wtgee/POCS? |
Yes, I think so. I'll try that and update the docs accordingly. Still, it was branched off |
[0.6.1] - 2018-01-24
Fixed
Changed
per-run
directory with one symlink to main dir 396Added
Removed
Thanks @jamessynge, @jermainegug, @brendan-o, @AnthonyHorton, @wtgee