Changelog for
python3-spglib-2.4.0-1.1.x86_64.rpm :
* Thu Apr 25 2024 Atri Bhattacharya
- Update to version 2.4.0:
* New features: - feat: Refactor CMake project (gh#spglib/spglib#397). - feat: Switch to importlib.resources (gh#spglib/spglib#308). - feat: Mark C functions as deprecated (gh#spglib/spglib#435). - feat: Explicitly mark exported API (gh#spglib/spglib#437).
* Bug fix: Python installation when running outside skbuild (gh#spglib/spglib#335).- Build fortran bindings and split put separate shared lib and devel packages for fortran.- BuildRequires: pkgconfig(gmock) required for tests.
* Sat Jan 06 2024 Stefan Brüns - update to 2.2.0:
* Breaking Changes: + refactor(database): standardize Hall symbols
* New Features: + Increase max attempts for reduced cells
* Bug fixes: fix: Fortran pkg-config file
* Documentation + Improve release documentation- update to 2.1.0:
* Breaking Changes: + Fortran spg get symmetry with site tensors
* New Features: + Add setup.cfg for python interface + Add layer group python interface + Improve cmake build + Move to pyproject.toml build + Add fortran tests and clean cmake + Add fortran interface test + Readthedocs + Change SPGCONST to const + Initial refactor for layer group implementation + tests: Refactor testing framework
* Bug fixes: + Fix a bug in layer groups + fix(layergroup): fix unique axis of monocli system + Validate type of MSG + Ensure thread-safety + Various fixes
* Documentation: + Update examples in C and Fortran + Clean up and documentation fix- Enable unit tests
* Sat Dec 03 2022 Dirk Müller - update to 2.0.2:
* Fix segmentation fault in spgms_get_symmetry_with_site_tensors with high symprec
* Fix possible segmentation fault in get_magnetic_dataset with high symprec
* Sun Sep 11 2022 Stefan Brüns - Update to version 2.0.1: See https://spglib.github.io/spglib/releases.html- Drop upstreamed 0001-Install-spglib-pkgconfig-into-LIBDIR.patch
* Sun Aug 07 2022 Dirk Müller - update to 1.16.5:
* Maintenance release including many minor fixes and improvements
* Bug fix of issue #157- add 0001-Install-spglib-pkgconfig-into-LIBDIR.patch to fix pkgconfig installation location
* Mon Dec 20 2021 Dirk Müller - update to 1.16.3:
* Collection of fixes and improvements.
* Fix wyckoff position database.
* Fix Delaunay reduction.
* Improvements of fortran interface.
* Added standardize_cell to fortran interface.
* Sat Jul 17 2021 Dirk Müller - update to 1.16.1:
* Bug fix of fortran wrapper.
* Minor update. Symmetry operations in spg_database.c for Hall numbers 212, 213, 214 are re-ordered to start by identity operation.- drop 0001-Fix-CMakeLists.txt.patch (upstream)
* Fri Feb 28 2020 andy great - Fix \"env-script-interpreter\" rpmlint warning
* Fri Feb 28 2020 andy great - Clean spec file.
* Thu Feb 13 2020 Stefan Brüns - Build and package python3 bindings.- Switch to cmake build, autoconf will be removed in the next version.
* Add 0001-Fix-CMakeLists.txt.patch