Skip to content
Open
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
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Release notes
=============

v1.0.12 2025-12-02
------------------

* Include the 2-Yukawa structure factor model
* Add Ruff pre-commit hooks for developers
* Figures are cached between builds for CI speed up
* Plugin model location docs updated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing: * Include the truncated octahedran model.

This doc is for user-facing changes. I wouldn't mention developer changes (pre-commit hook and figure caching).

Copy link
Collaborator Author

@krzywon krzywon Dec 18, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The truncated octahedran model wasn't included in v1.0.12.


v1.0.11 2025-08-19
------------------

* Integration of Ruff linting into CI
* Code cleanup to fix linting errors
* Fix map() bug in "sasfit_compare"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this case there are no user-facing changes. Maybe * Maintenance release. No significant changes.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd argue * Fix map() bug in "sasfit_compare" is a user-facing change.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is in the "explore" directory, so it is not part of the public code base.


v1.0.10 2025-06-25
------------------
* Reorganisation of project structure for wheel support
Expand Down