Skip to content

Latest commit

 

History

History
41 lines (37 loc) · 2.11 KB

Changelog.md

File metadata and controls

41 lines (37 loc) · 2.11 KB

[Unreleased]

[0.6.0] - 2017-12-30

Changed

  • Enforce 100 character limit for code 159.
  • Using root-relative module imports 252.
  • Observatory is now a parameter for a POCS instance 195.
  • Better handling of simulator types 200.
  • Log improvements:
    • Separate files for each level and new naming scheme 165.
    • Reduced log format 254.
    • Better reusing of logger 192.
  • Single shared MongoClient connection 228.
  • Improvements to build process 176, 166.
  • State machine location more flexible 209, 219
  • Testing improvments 249.
  • Updates to many wiki pages.
  • Misc bug fixes and improvements.

Added

  • Merge PEAS into POCS 169.
  • Merge PACE into POCS 167.
  • Support added for testing of serial devices 164, 180.
  • Basic dome support 231, 248.
  • Polar alignment helper functions moved from PIAA 265.

Removed

  • Remove threading support from rs232.SerialData 148.

[0.5.1] - 2017-12-02

Added

  • First real release!
  • Working POCS features:
    • mount (iOptron)
    • cameras (DSLR, SBIG)
    • focuer (Birger)
    • scheduler (simple)
  • Relies on separate repositories PEAS and PACE
  • Automated testing with travis-ci.org
  • Code coverage via codecov.io
  • Basic install scripts