Skip to content
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
10 changes: 1 addition & 9 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@ Release notes

.. current developments

2025.1.0
=====

**Removed:**

* Removed fallback version handling in `src/pyobjcryst/version.py`.


Version 2024.X.X
Version 2024.2.2
----------------

Changes
Expand Down
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ If you use diffpy.srfit in a scientific publication, we would like you to cite t

and

V. Favre-Nicolin and R. Cerný
`FOX, 'free objects for crystallography': a modular approach to ab initio structure determination
from powder diffraction
<https://doi.org/10.1107/S0021889802015236>`__,
*J. Appl. Cryst.* **35**, 734-743 (2002)
V. Favre-Nicolin and R. Cerný,
`FOX, 'free objects for crystallography': a modular approach to
ab initio structure determination from powder diffraction
<https://doi.org/10.1107/S0021889802015236>`__,
*J. Appl. Cryst.* **35**, 734-743 (2002)

The second paper describes the c++ crystallographic objects in
``ObjCryst++`` that are wrapped by ``pyobjcryst``
Expand Down Expand Up @@ -123,7 +123,7 @@ displayed in a jupyter notebook:
Getting Started
---------------

You may consult our `online documentation <https://pyobjcryst.readthedocs.io/en/stable/>`_ for tutorials and API references.
You may consult our `online documentation <https://diffpy.github.io/pyobjcryst>`_ for tutorials and API references.

Alternative methods of installation
-----------------------------------
Expand Down
23 changes: 23 additions & 0 deletions news/fbv.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* Removed fallback version handling in `src/pyobjcryst/version.py`.

**Fixed:**

* <news item>

**Security:**

* <news item>
23 changes: 23 additions & 0 deletions news/link-QPA.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news added: Trivial change to index.rst

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
23 changes: 23 additions & 0 deletions news/readme.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* <news item>

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* Code brought up to scikit-package level 5 standards with automated release workflows

**Security:**

* <news item>
23 changes: 23 additions & 0 deletions news/remove-template.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news added: Remove the documentation template and add QPA notebook in documentation.

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
23 changes: 23 additions & 0 deletions news/rm-copied-notebook.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
**Added:**

* No news added: Remove the copied notebooks after building the documentation.

**Changed:**

* <news item>

**Deprecated:**

* <news item>

**Removed:**

* <news item>

**Fixed:**

* <news item>

**Security:**

* <news item>
Loading