Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
deepanshs committed Jun 7, 2021
1 parent 11c8d90 commit 322061c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
v0.1.1
v0.2.0
------

What's new!
'''''''''''

- Added :func:`~mrinversion.utils.to_Haeberlen_grid` function to convert the 3D :math:`\rho(\delta_\text{iso}, x, y)`
distribution to :math:`\rho(\delta_\text{iso}, \zeta_\sigma, \eta_\sigma)` distribution.

Changes
'''''''

- Update code to comply with updated csdmpy library.
2 changes: 1 addition & 1 deletion mrinversion/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# -*- coding: utf-8 -*-

__version__ = "0.1.1"
__version__ = "0.2.0"

0 comments on commit 322061c

Please sign in to comment.