#iosacal — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #iosacal, aggregated by home.social.
-
IOSACal 0.7
IOSACal 0.7 was released yesterday. Here is a quick summary of what’s new. One of the standard plots rendered in the latest IOSACal version. It looks exactly as before. This long cycle was mostly about documentation improvements and some maintenance tasks, the boring but essential work that keeps the project going. Version 0.7 is already available in PyPI and conda-forge. There is an updated version record at Zenodo. All changes were contributed by Stefano Costa. Documentation […] -
Starting today, you can install iosacal with conda. This adds to the existing installation procedure with pip. Conda is a good fit for complex projects and has better tooling for reproducibility.
Installing iosacal can be achieved by adding conda-forge to your channels with:
conda config --add channels conda-forge conda config --set channel_priority strictOnce the conda-forge channel has been enabled, iosacal can be installed with conda:
conda install iosacalor with mamba:
mamba install iosacal