Skip to content

Commit

Permalink
Merge pull request #282 from kdere/master
Browse files Browse the repository at this point in the history
bumped verion to v0.9.5
  • Loading branch information
kdere committed Feb 19, 2020
2 parents 2b817bf + fd02485 commit 2850771
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ htmlcov
MANIFEST

# Sphinx
docs/source/api
# kpd commented out the api stuff
#docs/source/api
docs/_build

# Eclipse editor project files
Expand Down
2 changes: 1 addition & 1 deletion ChiantiPy/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'''
the current version of the ChiantiPy package
'''
__version_info__ = ('0','9', '4')
__version_info__ = ('0','9', '5')
__version__ = '.'.join(__version_info__)
17 changes: 17 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
Changelog
===========


Changes from 0.9.4 to 0.9.5
===========================

this is a bug-fix release.

a bug in the inherited method base._IntensityRatio() had a problem if lines were selected from different ions


Changes from 0.9.3 to 0.9.4
===========================

this is a bug-fix release.

changes in version 0.9.2 continued to give problems with ions that included autoionization rates


Changes from 0.9.3 to 0.9.3
===========================

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
# built documents.
#
# The short X.Y version.
version = '0.9.4'
version = '0.9.5'
# The full version, including alpha/beta/rc tags.
release = '0.9.4'
release = '0.9.5'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
4 changes: 2 additions & 2 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ChiantiPy Documentation

Welcome to the ChiantiPy documentation. ChiantiPy is a pure Python package for performing calculations of astrophysical spectra using the `CHIANTI atomic database <http://www.chiantidatabase.org/>`_.

The latest version of ChiantiPy is 0.9.4 and is compatible with CHIANTI database version 9.0. It is not compatible with previous versions
The latest version of ChiantiPy is 0.9.5 and is compatible with CHIANTI database version 9.0. It is not compatible with previous versions

ChiantiPy v0.9.4 is released under the OSI approved ISC license. From `Wikipedia <https://en.wikipedia.org/w/index.php?title=ISC_license&oldid=664696993>`_: The ISC license is a permissive free software license written by the Internet Software Consortium (ISC). It is functionally equivalent to the simplified BSD and MIT/Expat licenses, ...
ChiantiPy v0.9.5 is released under the OSI approved ISC license. From `Wikipedia <https://en.wikipedia.org/w/index.php?title=ISC_license&oldid=664696993>`_: The ISC license is a permissive free software license written by the Internet Software Consortium (ISC). It is functionally equivalent to the simplified BSD and MIT/Expat licenses, ...

`CHIANTI <http://www.chiantidatabase.org/>`_ consists of a database of atomic data that can be used to interpret spectral lines and continua emitted from high-temperature, optically-thin astrophysical sources.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
setup(name = 'ChiantiPy',
description = 'a Python interface to the CHIANTI atomic database for astrophysical spectroscopy',
long_description = long_description,
version = '0.9.4',
version = '0.9.5',
author = 'Ken Dere',
author_email = 'kdere@gmu.edu',
url = 'https://github.com/chianti-atomic/ChiantiPy',
Expand Down

0 comments on commit 2850771

Please sign in to comment.