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

v2.0 release #93

Merged
merged 1 commit into from
Jan 21, 2025
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: 1 addition & 6 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Change Log
==========

v1.1
v2.0
~~~~

This version gives the ``atomic_physics`` API a much needed tidy up.
Expand All @@ -12,11 +12,6 @@ A major design goal for the tidy up was to make things more obvious for the user
comes at the expense of some function names now being quite a bit more verbose, but
that feels like a worthwhile price to pay for clarity!

NB I was a bit
sloppy and forgot to change the version number before making some of these changes so
some breaking changes ended up leaking into the v1.0.3 release. If this causes problems
open an issue and I'll go back and sort that out.

Misc:

* We now have a documentation build. Closes `#32 <https://github.com/OxfordIonTrapGroup/atomic_physics/issues/32>`_
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
project = "atomic-physics"
author = "Thomas Harty"
release = "1"
release = "2.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "atomic_physics"
version = "1.0.3"
description = "Nascent toolkit for calculating state energies, transition matrix elements, rate equations, obe solver, etc"
version = "2.0.0"
description = "Lightweight python library for calculations based on atomic structure"
authors = ["hartytp <[email protected]>"]

[tool.poetry.dependencies]
Expand Down
Loading