Skip to content

Commit

Permalink
Prepare for the release of version 0.1.3 (#90)
Browse files Browse the repository at this point in the history
* prepare for release 0.1.3

* Update HISTORY.rst

* Update HISTORY.rst
  • Loading branch information
carnisj authored Aug 13, 2021
1 parent 0f278f4 commit 6efbc44
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
Version 0.1.3
-------------

* Refactor: allow the user to not provide a mask in the BCDI PRTF calculations (3D and
2D)

* Refractor: split bcdi.experiment.experiment_utils module into smaller modules

* Refactor: enforce project's guidelines for the code style and the docstrings

* Create a dodo.py file (doit package) to simplify the life of contributors: now they
just need to run doit at the same level as setup.py and verify that all checks pass
before sending their pull request

* Create a CONTRIBUTING.md file

Version 0.1.2
-------------

Expand Down
2 changes: 1 addition & 1 deletion bcdi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
# authors:
# Jerome Carnis, carnis_jerome@yahoo.fr
"""The main bcdi package, which contains the whole framework."""
__version__ = "0.1.2"
__version__ = "0.1.3"

0 comments on commit 6efbc44

Please sign in to comment.