Releases: sdss/sdsstools
Releases · sdss/sdsstools
sdsstools 1.2.2
- Ensure that logging to file happens with rich handler.
sdsstools 1.2.1
- Improve logging with
rich
and do not use custon exception hook withRichHandler
. - Lint using
ruff
.
sdsstools 1.2.0
- #36 Add the option to use a
RichHandler
handler for console logging instead of the defaultStreamHandler
. This can be enabled by passinguse_rich_handler
toget_logger()
. For now this is not the default but it may become so in a future version. - Update
invoke
to 2.1.3.
sdsstools 1.1.0
- #35 Add support to reload a
Configuration
. If the configuration is based on files on disk and those have changed, the files will be read again. - Add the option to print the time of a log message in
StreamFormatter
by doinglog.sh.formatter.print_time = True
.
sdsstools 1.0.2
- Do not fail CLI if the root of the package cannot be found.
sdsstools 1.0.1
sdsstools 1.0.1
sdsstools 1.0.0
- Python 3.6 and 3.7 are not supported anymore.
- Removed the vendorised copy of
releases
.releases
is not maintained anymore and should probably not be used. If you want to continue using it, use0.5.4
or the normal installation ofreleases
. - Full support for Python 3.11.
sdsstools 0.5.4
NOTE: this will be the last version that supports Python 3.6 and 3.7 and that includes a copy of releases
.
- Add
.pytest_cache
and.nox
to directories removed bysdss clean
. - Add a new task
sdss sjd
that returns the current SJD.
sdsstools 0.5.3
- Fix annoying extra printout in
get_sjd()
.
sdsstools 0.5.2
- Fix
get_sjd()
which used the current time instead of UTC time, and had an additionalint()
which screwed up the calculation.