Tag: radiocarbon

  • Install iosacal with conda

    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 strict Once the…

  • IOSACal in Google Colab

    Google Colab is a popular notebook service that you can run directly from your browser. Python is natively supported and it’s fairly easy to run a Jupyter notebook, even with custom dependencies like Numpy and Matplotlib. You can run IOSACal in Google Colab! I have added a new short how-to guide in the official documentation.…

  • Research papers and case studies using iosacal

    Research papers and case studies using iosacal

    I have updated the documentation of iosacal with a new page that lists all research papers and case studies where the software gets a mention for being used. The list is at https://iosacal.readthedocs.io/en/latest/literature.html and it’s longer than I thought, with 6 papers ranging from Norway to Antarctica, from the Last Glacial Maximum to the European…

  • IOSACal 0.6 released with new features for simulation and quantiles

    I’m happy to announce that IOSACal version 0.6 was released on October 1st, 2022. IOSACal 0.6 brings new features for simulating radiocarbon dates and obtaining quantiles, added respectively by Hythem Sidky and Roger Creel, who both contributed to IOSACal for the first time. I want to thank both for their efforts to share improvements to…

  • IOSACal on the web: quick calibration of radiocarbon dates
  • IOSACal 0.4

    IOSACal 0.4

    IOSACal is an open source program for calibration of radiocarbon dates. A few days ago I released version 0.4, that can be installed from PyPI or from source. The documentation and website is at http://c14.iosa.it/ as usual. You will need to have Python 3 already installed. The main highlight of this release are the new…