Version History¶
v0.6.1¶
Use
unittest.IsolatedAsyncioTestCase
instead of the abandoned asynctest package.Use pre-commit instead of a custom pre-commit hook; see the README.md for instructions.
Format the code with black 20.8b1.
Requirements:
ts_salobj 6
ts_xml 7
ts_idl 2
v0.6.0¶
Modernize the unit tests.
ATPneumaticsCsc
: modernize simulation mode handling. This requires ts_salobj 6.ATPneumaticsCsc
: addversion
class variable, to set thecscVersions
field of thesoftwareVersions
event.Modernize doc/conf.py for documenteer 0.6 and add intersphinx mappings for ts_xml and ts_salobj.
Requirements:
ts_salobj 6
ts_xml 7
ts_idl 2
v0.5.5¶
Update Jenkinsfile.conda to Jenkins Shared Library
Pinned the ts-idl and ts-salobj version in conda recipe
Change conda package name to ts-atpneumaticssimulator
Requirements:
ts_salobj 5.11
ts_xml 4
ts_idl 1
v0.5.2¶
Add
tests/test_black.py
to verify that files are formatted with black. This requires ts_salobj 5.11 or later.Update
tests/test_csc.py
to useBaseCscTestCase.check_bin_script
.Update
.travis.yml
to removesudo: false
to github travis checks pass once again.
Requirements:
ts_salobj 5.11
ts_xml 4
ts_idl 1
v0.5.1¶
Include conda package build configuration.
Added a Jenkinsfile to support continuous integration and to build conda packages.
Requirements:
ts_salobj 5.4
ts_xml 4
ts_idl 1
v0.5.0¶
Major changes:
Modernize CSC unit test to use
lsst.ts.salobj.BaseCscTestCase
.Added a revision history.
Code formatted by
black
, with a pre-commit hook to enforce this. See the README file for configuration instructions.
Requirements:
ts_salobj 5.4
ts_xml 4
ts_idl 1
v0.2.0¶
Updated for changes to the ATPneumatics XML
Requirements:
ts_xml develop commit 3470860 (2019-02-08) or later
ts_salobj 3.8