Skip to content

Commit

Permalink
bumped version and added changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
iancze committed Dec 26, 2022
1 parent 9473192 commit 32c24a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
7 changes: 2 additions & 5 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,12 @@ help:
CI-NOTEBOOKS := ci-tutorials/PyTorch.ipynb ci-tutorials/gridder.ipynb ci-tutorials/optimization.ipynb ci-tutorials/crossvalidation.ipynb ci-tutorials/initializedirtyimage.ipynb
clean:
rm -rf _build
# rm -rf ${CI-NOTEBOOKS}
rm -rf ci-tutorials/.ipynb_checkpoints
rm -rf ci-tutorials/runs
rm -rf ${CHARTS}
rm -rf ci-tutorials/alma.jpg
rm -rf ci-tutorials/mock_data.npz
rm -rf _static/baselines/build/baselines.csv

# ci-tutorials/%.ipynb: ci-tutorials/%.py ${CHARTS}
# jupytext --to ipynb --execute $<

# baseline table
_static/baselines/build/baselines.csv: _static/baselines/src/print_conversions.py
mkdir -p _static/baselines/build
Expand Down
7 changes: 6 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@

# Changelog

## v0.1.3

- Added the {func}`mpol.fourier.make_fake_data` routine and the [Mock Data tutorial](ci-tutorials/fakedata.md).
- Fixed a bug in the [Dirty Image Initialization](ci-tutorials/initializedirtyimage.md) tutorial so that the dirty image is delivered in units of Jy/arcsec^2.

## v0.1.2

- Switched documentation backend to [MyST-NB](https://myst-nb.readthedocs.io/en/latest/index.html).
- Switched documentation theme to [Sphinx Book Theme](https://sphinx-book-theme.readthedocs.io/en/latest/index.html).
- Added {class}`~mpol.fourier.NuFFT` layer, allowing the direct forward modeling of un-gridded :math:`u,v` data. Closes GitHub issue [#17](https://github.com/MPoL-dev/MPoL/issues/17).
- Added {class}`~mpol.fourier.NuFFT` layer, allowing the direct forward modeling of un-gridded $u,v$ data. Closes GitHub issue [#17](https://github.com/MPoL-dev/MPoL/issues/17).

## v0.1.1

Expand Down
2 changes: 1 addition & 1 deletion src/mpol/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.13dev"
__version__ = "0.1.13"

0 comments on commit 32c24a0

Please sign in to comment.