Skip to content

Releases: WeirauchLab/COSMO

Release 1.1.4

21 Sep 17:40

Choose a tag to compare

  • no code changes in this release; abandoned the separate github branch because it wasn't worth the extra work just to swap out a couple of URLs linking to internal help documents
  • make the Dockerfile OCI-compatible by removing Bashisms
  • fix moods Makefile target, hopefully; (correctly) check for required dependencies with python -c
  • many small improvements to the README's installation instructions, including help for Podman

Zenodo release

26 Sep 21:53

Choose a tag to compare

Same as the v1.1.4 release, but Zenodo only recognizes new releases, so I had to do this to get a DOI.

Release 1.1.3 (GitHub)

07 Sep 06:56

Choose a tag to compare

  • set default directory for -p / --pwmdir using COSMO_PWMDIR environment variable
  • entry_points doesn't work for regular .py scripts, so stop doing that
    • instead, create symlinks to the .py scripts (without the extension) in the make install target
  • auto-generate an Environment Modules modulefile; give the option of installing as a module (useful in HPC environments)
  • many documention fixes and improvements to the Makefile's installation tasks
  • improvements to Docker container; actually contains cosmo and cosmostats programs now

Release 1.1.1 (GitHub)

06 Sep 08:32

Choose a tag to compare

  • Make the -N / --number (number of background scans) option to cosmostats.py optional; when omitted, detect from existing files on the filesystem.
  • Add a setup.py for local installation plus a Dockerfile (in case you don't already have a Python 2.7 installation available)
  • Many documentation fixes.