Skip to content

Latest commit

 

History

History
126 lines (72 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

126 lines (72 loc) · 3.29 KB

Change log

lsst-rsp is versioned with semver.

Find changes for the upcoming release in the project's changelog.d directory.

0.7.0 (2025-01-27)

New features

  • added get_query_history() function

0.6.6 (2025-01-23)

Bug fixes

  • Pass in session as a keyword argument to initialization of TAP classes

0.6.5 (2025-01-15)

Other changes

  • If the auto notebook pulls from GitHub time out, log an error and keep going rather than crashing.

0.6.4 (2024-08-16)

New features

  • Set the default DAF_BUTLER_CACHE_DIRECTORY path to a sibling directory of the TMPDIR directory if moved into the scratch directory instead of using a subdirectory.

Bug fixes

  • When using a scratch directory as the root of directory of temporary files, set the mode on that directory to 0700 if it has to be created.

0.6.3 (2024-08-15)

New features

  • Conditionally set environment variable DAF_BUTLER_CACHE_DIRECTORY

0.6.2 (2024-07-29)

New features

  • Create user-specific TMPDIR under /scratch if applicable.

0.6.1 (2024-06-17)

Bug fixes

  • Allow for the relative location of the logging source used in the two-Python model.

0.6.0 (2024-06-13)

New features

  • Handle RESET_USER_ENV inside lsst.rsp.startup.
  • Add utility functions to get values that were constants in the single-Python model but now are not.

0.5.5 (2024-05-09)

Backward-incompatible changes

  • Stop forcing the value of FIREFLY_HTML, since newer versions of the Firefly plugin do not want it to be set. It must be set in the Nublado configuration if needed.

0.5.4 (2024-05-09)

Bug fixes

  • Fix creation of the parent directory for the logging configuration.

0.5.3 (2024-05-09)

New features

  • Add RSPClient, a configured HTTP client for services in the same RSP instance.

Bug fixes

  • Create the path to the logging profile directory if it doesn't exist.

0.5.2 (2024-04-22)

Bug fixes

  • If the user credentials directory $HOME/.lsst does not exist, create it.

0.5.1 (2024-04-11)

Bug fixes

  • Fix working directory for git config --get when checking whether a local Git repository needs to be updated.

0.5.0 (2024-04-11)

New features

  • Add an lsst.rsp.startup module and launch-rubin-jupyterlab entry point to replace most of the runlab.sh script in sciplat-lab. This handles startup and configuration of the Rubin-customized JupyterLab.

0.4.3 (2024-03-22)

Bug fixes

  • Raise ValueError for invalid arguments to utility functions rather than bare Exception.

Other changes

  • lsst-rsp now uses the Ruff linter and formatter instead of Black, flake8, isort, and pydocstyle.
  • lsst-rsp now uses uv to set up a development environment.