Skip to content

Commit

Permalink
Merge pull request #219 from hakonanes/prepare-0.6.0-release
Browse files Browse the repository at this point in the history
Prepare for 0.6.0 release
  • Loading branch information
hakonanes committed Jun 5, 2024
2 parents 5622c4d + 20e9787 commit e48680a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0>`_
this project tries its best to adhere to
`Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.

2024-05-12 - version 0.6.0
2024-06-06 - version 0.6.0
==========================

Added
-----
- Explicit support for Python 3.11.
- Added Pre-Commit for code formatting.
- Added deprecation tools for deprecating functions, parameters, methods, and
properties.
- pre-commit configuration file for code formatting.
- Deprecation tools for deprecating functions, parameters, methods, and properties.

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion diffsims/release_info.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "diffsims"
version = "0.6rc1"
version = "0.6.0"
author = "Duncan Johnstone, Phillip Crout"
copyright = "Copyright 2017-2024, The diffsims developers"
# Initial committer first, then listed by line additions
Expand Down
6 changes: 3 additions & 3 deletions doc/user/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ install diffsims from source is to clone the repository from `GitHub
pip install --editable .

The source can also be downloaded as tarballs or zip archives via links like
`https://github.com/pyxem/diffsims/archive/v<major.minor.patch>/diffsims-<major.minor.patch>.tar.gz`_,
where the version ``<major.minor.patch>`` can be e.g. ``0.5.1``, and ``tar.gz`` can be
exchanged with ``zip``.
``https://github.com/pyxem/diffsims/archive/v<major.minor.patch>/
diffsims-<major.minor.patch>.tar.gz``, where the version ``<major.minor.patch>`` can be
e.g. ``0.5.1``, and ``tar.gz`` can be exchanged with ``zip``.

.. _https://github.com/pyxem/diffsims/archive/v<major.minor.patch>/diffsims-<major.minor.patch>.tar.gz: https://github.com/pyxem/diffsims/archive/v<major.minor.patch>/diffsims-<major.minor.patch>.tar.gz
4 changes: 3 additions & 1 deletion doc/user/related_projects.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ Related, open-source projects that users of diffsims might find useful:
- `pyxem <https://pyxem.readthedocs.io/en/stable>`_: Python library for
multi-dimensional diffraction microscopy. Uses diffsims.
- `orix <https://orix.readthedocs.io/en/stable>`_: Python library for handling crystal
orientation mapping data. diffsims uses on orix.
orientation mapping data. diffsims uses orix.
- `kikuchipy <https://kikuchipy.org/en/stable>`_: Python library for processing,
simulating and indexing of electron backscatter diffraction (EBSD) patterns. Uses
diffsims.
- `abtem <https://abtem.github.io/doc/intro.html>`_: Flexible Python package for
simulating transmission electron microscopy experiments from first principles.

0 comments on commit e48680a

Please sign in to comment.