Skip to content

Commit

Permalink
Update CHANGELOG.rst and clean up tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
oerc0122 committed Nov 21, 2024
1 parent 3640a1a commit 77a194d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@
support addition of Spectrum2DCollection and improve
maintainability.

- Entire build system rework, migrating to ``pyproject.toml`` form
with ``meson-python``, ``cibuildwheel`` and removing
``versioneer`` to simplify future development and maintenance.

`v1.3.2 <https://github.com/pace-neutrons/Euphonic/compare/v1.3.1...v1.3.2>`_
-----------------------------------------------------------------------------
Expand Down Expand Up @@ -619,7 +622,7 @@
- Default Monkhorst-Pack meshes (i.e. [6, 6, 6] in ``euphonic-dos``
and [20, 20, 20] in ``sample_sphere_structure_factor()``) have
been replaced by default grid-spacing values.

- The scaling of density of states has changed, due to a change
in implementation

Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ install_command =
--upgrade \
--upgrade-strategy eager \
{opts} \
{packages} \
--config-setting=setup-args='--vsenv'
{packages}
deps =
numpy
-r{toxinidir}/tests_and_analysis/tox_requirements.txt
Expand Down Expand Up @@ -88,7 +87,7 @@ commands =
[testenv:py310-minrequirements-linux]
whitelist_externals = rm
install_command =
python -m pip install --force-reinstall {opts} {packages} --config-setting=setup-args='--vsenv'
python -m pip install --force-reinstall {opts} {packages}
platform =
linux: linux
deps =
Expand Down

0 comments on commit 77a194d

Please sign in to comment.