Releases: WeirauchLab/COSMO
Releases · WeirauchLab/COSMO
Release 1.1.4
- no code changes in this release; abandoned the separate
githubbranch 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
moodsMakefile target, hopefully; (correctly) check for required dependencies withpython -c - many small improvements to the README's installation instructions, including help for Podman
Zenodo release
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)
- set default directory for
-p/--pwmdirusingCOSMO_PWMDIRenvironment variable entry_pointsdoesn't work for regular.pyscripts, so stop doing that- instead, create symlinks to the
.pyscripts (without the extension) in themake installtarget
- instead, create symlinks to the
- 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
cosmoandcosmostatsprograms now
Release 1.1.1 (GitHub)
- Make the
-N/--number(number of background scans) option tocosmostats.pyoptional; when omitted, detect from existing files on the filesystem. - Add a
setup.pyfor local installation plus aDockerfile(in case you don't already have a Python 2.7 installation available) - Many documentation fixes.