Skip to content

Releases: panoptes/panoptes-utils

v0.2.23

14 Aug 18:23
aea4199
Compare
Choose a tag to compare

0.2.23

Added

  • Github Actions for releases.

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.

v0.2.22

27 Jul 21:30
Compare
Choose a tag to compare

Minor release mostly fixing usage of reserved dir keyword in the get_free_space function.

v0.2.21

06 Jul 00:58
Compare
Choose a tag to compare

Bringing arm64 images to POCS, this will allow for running on a raspberry pi using the ubuntu 64 image.

Also includes some quick fixes for the configuration server. Bringing us one step closer to the Reconciliation with POCS!

v0.2.20

06 Jul 00:50
Compare
Choose a tag to compare
Merge branch 'release-v0.2.20'

v0.2.1

05 Mar 06:32
Compare
Choose a tag to compare
Merge branch 'release-0.2.1'

v0.1.0: More Documentation Cleanup (#122)

04 Mar 20:57
0a0633a
Compare
Choose a tag to compare

On the road to cleanups for repo.

v0.0.8: Version bump and update of Changelog (#47)

18 Feb 02:34
f9c0ff5
Compare
Choose a tag to compare

The pre-release for an upcoming consolidation from other repositories.