Version History

v1.2.8

  • Update the version of ts-conda-build to 0.5 in the conda recipe.

v1.2.7

  • Fix the conda recipe.

v1.2.6

  • Update the version of ts-conda-build to 0.4 in the conda recipe.

v1.2.5

  • ups table: remove sconsUtils as a dependency.

v1.2.4

  • Fix a unit test warning.

  • Modernize unit tests to use bare asserts.

  • Use ts_pre_commit_config.

  • Jenkinsfile: use the shared library.

  • Remove scons support.

v1.2.3

  • pre-commit: update black to 23.1.0, isort to 5.12.0, mypy to 1.0.0, and pre-commit-hooks to v4.4.0.

  • Jenkinsfile: do not run as root.

v1.2.2

  • Correct parsing of returned value from the image name service client.

  • Simplify ImageNameServiceClient code and improve documentation.

v1.2.1

  • Add aiohttp as test and run dependencies in conda recipe.

v1.2.0

  • Fix an overly severe log message at import on operating systems without a CLOCK_TAI clock (e.g. macOS). Instead of a warning-level message that describes an error, issue a bland info-level message.

  • Run isort

  • Add isort and mypy to pre-commit and update other pre-commit software versions.

  • Add ImageNameServiceClient class

v1.1.2

  • Change the build system to use pyproject.toml.

v1.1.1

  • Fix a doc string to show using modify_environment from utils, not salobj.

  • Modernize the Jenkinsfile.

v1.1.0

v1.0.2

  • Fix a new mypy error by not checking DM’s lsst/__init__.py files.

v1.0.1

  • Fix incorrect use of pytest.approx in unit tests.

v1.0.0

  • The first release.