Skip to content

Releases: amisr/flipchem

v2021.2.3 Documentation and Citation Release

23 Nov 05:06
Compare
Choose a tag to compare

This release fixes an issue with the readthedocs building and provides a .zenodo.json for improved Zenodo citations.

v2021.2.2 Minor Feature Release

23 Nov 03:51
e151fe4
Compare
Choose a tag to compare

This release incorporates ion-neutral collisions with ions and Argon (thanks @FGuenzkofer!). Updated testing and docs to integrate these changes.

v2020.2.2 Bugfix Release

21 May 04:48
aa81806
Compare
Choose a tag to compare

This release fixes a bug in how _getltsza was called. Zenodo DOI was updated to generic. Updated testing and docs.

v2020.2.1 Bugfix Release

21 May 00:05
156cb6e
Compare
Choose a tag to compare

This is a minor bugfix release. It fixes a bug with the Flipchem class when using the altop keyword.

v2020.2.0 Major Release

27 Feb 00:48
22a5338
Compare
Choose a tag to compare

This release features several changes. The most significant change is an upgrade to a more recent version of the underlying flip-chem photochemistry model. Essentially, we are now wrapping flip-iri.f code. Previous releases were wrapping fortran code that pre-dated the Richards et. al 2010 and Richards 2011 publications.

Other major changes include:

  • merging Flipchem.get_point and Flipchem.get_point_fractions, use keyword fractions in Flipchem.get_point instead
  • the output units of all methods in both MSIS and Flipchem are now in SI units (e.g. densities are all in per cubic meter now)
  • revamped documentation, including a brief installation guide for windows, macos, and linux.

v2020.1.1 release

10 Feb 10:47
Compare
Choose a tag to compare

Same as v2020.1.0, but fixed a bug with Flipchem.get_point_fractions.

Thanks to Ilkka Virtanen for reporting the bug.

v2020.1.0 release

07 Feb 07:06
3d0c8c7
Compare
Choose a tag to compare

A full release of flipchem that works on Windows, macOS, and Linux!

Some changes include:

  1. two jupyter notebooks: one explaining the origin of the ion-neutral collision frequency formulas in msis.py and the other showing a small example of how to get altitude profiles of ion densities
  2. the "success" flag returned by flipchem is now returned as a boolean
  3. changes to setup.py to facilitate installation on windows machines.

v2020.0.9 release

02 Feb 21:47
Compare
Choose a tag to compare

This is the first release of the flipchem library wrapped in python.

It works and has been tested on Python 2.7, 3.6, 3.7, and 3.8 on Linux and Python 3.7 on macOS using homebrew.