Panoptes-utils

Latest version: v0.2.47

Safety actively analyzes 723650 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

0.2.23

-------------------

Changed
^^^^^^^

* Simplified docker docker images. (227)

* Consolidation of Dockerfile to support images:
* ``panoptes-base`` serves as a base image for all docker services.
* ``panoptes-utils:latest`` installs editable ``panoptes-utils`` module from github ``develop`` branch.
* ``panoptes-utils:develop`` is used for testing and can be built locally with the ``docker/setup-local-environment.sh`` script.
* Tests on GH and Travis use the ``docker/setup-local-environment.sh`` script for building test images.
* `miniforge <https://github.com/conda-forge/miniforge>`_ used to install a ``conda`` environment with ``conda-forge`` as default channels. Forces 64bit support.
* Multi-arch builds are supported on ``gcr.io`` via the ``cloudbuild.yaml`` file. Built with ``buildx`` plugin to docker. Currently ``linux/amd64`` and ``linux/arm64``.
* Extra zsh plugins in the docker image.
* Properly disable auto-update of zsh.
* Cleanup of entrypoint for better loading of environment.

Fixes
^^^^^

* ``Pillow`` fights.

Removes
^^^^^^^

* Dependencies: ``pyarrow`` too hard to build on arm. ``hvplot`` and ``holoviews`` not needed in default install.

0.2.22

-------------------

Changed
^^^^^^^

* Changed ``dir`` to ``directory`` in disk space check. (226)
* Pass the git folder to the build context when making local docker images. (226)

0.2.21

-------------------

Added
^^^^^

* Added ``arm64`` build for Docker based off ``ubuntu`` image. (223)

Changed
^^^^^^^

* Docker

* Changed base image to ``ubuntu``. (223)
* ``amd64`` and ``arm64`` images built by default. (223)
* Ubuntu has changed ``sextractor`` to ``source-extractor`` (yay). (223)

* Config Server

* Better parsing of directories entry in config server. (222)
* Make config server less noisy. (222)

* Bump PyYaml to latest for security warning. (222)
* Remove pendulum because too hard to build on `arm processors <https://github.com/sdispater/pendulum/issues/457>`_. (#223)

0.2.20

Not secure
-------------------

Moving to python 3.8.

Changed
^^^^^^^

* **Breaking** Python minimum version changed to ``3.8``. (217)
* Running pytest locally will generate coverage report in terminal. (218)
* Lots of documentation. (218)
* Removing the environment section from the readme. (218)
* Config Server (217)

* Better logging.
* Cleaning up doctests.
* Removing all dynamic server items from this repo as they are not needed.
* Wait for config_server to start.
* Fixing starting within fixture.
* Config items no longer assume any defaults for either directories or files. A config file name is always required and it should always be an absolute path. (218)
* Adding test file for config items. (218)
* ``panoptes-config-server`` re-worked and now includes ``run``, ``get``, and ``set`` subcomamnds. (221)

* Testing (218)

* Log files are rotated for each testing run.
* Fix env vars (mostly need to make sure the ``export`` option exists in the ``env`` file.
* Pytest commands moved to ``setup.cfg`` instead of ``run-tests.sh``
* Remove old markers
* Setting ``--strict-markers`` options.
* Add ``astrometry`` marker for tests requiring solve and ``theskyx`` marker for running alongside TheSkyX.
* Coverage reports generated in xml and output in terminal.

* Serializers update. (217)

* Make the parsing and serializing functions public.
* Use pendulum for parsing times instead of astropy Time.
* Better naming of public functions. (218)

0.2.19

Not secure
-------------------

Straight past ``0.2.19``.


Changed
^^^^^^^

* Removed ``bin/panoptes-config-server`` and created an entry_point in ``setup.cfg``. (212)
* Removed old developer items in favor of those in ``panoptes-pocs``. (212)
* Consolidate docker files, consistent naming with other repos. (210, 212)

0.2.17

Not secure
-------------------

``0.2.16`` was released with an error and this is a hotfix.

Added
^^^^^

* Added CR2 file testing to GitHub Actions. (125, 205)
* A ``wait_for_events`` generic utility, mostly pulled from POCS. (92, 206)
* Supports single ``callback`` that can be used for interrupting, custom logging, etc. (208)

Changed
^^^^^^^

* Remove the ``validate_collection`` requirement from the database types, making any collection is now valid. (204)
* Rearrange some of the ``panoptes.utils.database`` modules. (204)

Removed
^^^^^^^

* Remove ``error.InvalidCollection``. (204)
* Unused items in ``conftest.py``. (204)

Page 4 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.