Skip to content

Commit e48680a

Browse files
authored
Merge pull request #219 from hakonanes/prepare-0.6.0-release
Prepare for 0.6.0 release
2 parents 5622c4d + 20e9787 commit e48680a

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

CHANGELOG.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@ The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0>`_
77
this project tries its best to adhere to
88
`Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
99

10-
2024-05-12 - version 0.6.0
10+
2024-06-06 - version 0.6.0
1111
==========================
1212

1313
Added
1414
-----
1515
- Explicit support for Python 3.11.
16-
- Added Pre-Commit for code formatting.
17-
- Added deprecation tools for deprecating functions, parameters, methods, and
18-
properties.
16+
- pre-commit configuration file for code formatting.
17+
- Deprecation tools for deprecating functions, parameters, methods, and properties.
1918

2019
Changed
2120
-------

diffsims/release_info.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "diffsims"
2-
version = "0.6rc1"
2+
version = "0.6.0"
33
author = "Duncan Johnstone, Phillip Crout"
44
copyright = "Copyright 2017-2024, The diffsims developers"
55
# Initial committer first, then listed by line additions

doc/user/installation.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ install diffsims from source is to clone the repository from `GitHub
6565
pip install --editable .
6666

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

7272
.. _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

doc/user/related_projects.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Related, open-source projects that users of diffsims might find useful:
77
- `pyxem <https://pyxem.readthedocs.io/en/stable>`_: Python library for
88
multi-dimensional diffraction microscopy. Uses diffsims.
99
- `orix <https://orix.readthedocs.io/en/stable>`_: Python library for handling crystal
10-
orientation mapping data. diffsims uses on orix.
10+
orientation mapping data. diffsims uses orix.
1111
- `kikuchipy <https://kikuchipy.org/en/stable>`_: Python library for processing,
1212
simulating and indexing of electron backscatter diffraction (EBSD) patterns. Uses
1313
diffsims.
14+
- `abtem <https://abtem.github.io/doc/intro.html>`_: Flexible Python package for
15+
simulating transmission electron microscopy experiments from first principles.

0 commit comments

Comments
 (0)