Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for 0.6.0 release #219

Merged
merged 4 commits into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading