Skip to content

Commit

Permalink
REL: update CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lbluque committed Jun 10, 2023
1 parent a34f4c0 commit 3725cab
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
# [Unreleased]
Use this section to keep track of changes in the works.
### Added
* openmp parallelization when computing correlation and cluster interaction vectors. #338 @lbluque
### Changed
### Fixed
* Fix #353 appending in `Sublattice.restricted_sites` property. #355 @qchempku2017
* Fix #334 getting subclasses of non-abstract classes. #335 @lbluque
### Removed
### Deprecated

# [v0.4.0](https://github.com/CederGroupHub/smol/releases/tag/v0.4.0) (2023-06-09)
### Added
* openmp parallelization when computing correlation and cluster interaction vectors. #338 @lbluque
* stochastic SQS generation functionality. #344 @lbluque
* enumeration of symmetrically distinct supercell matrices. #344 @lbluque
### Fixed
* Fix #334 getting subclasses of non-abstract classes. #335 @lbluque
* Fix #353 appending in `Sublattice.restricted_sites` property. #355 @qchempku2017
* Use jsanitize to serialize dicts/lists of msonables. #354 @lbluque
* Use site_mappings in `StructureWrangler.process_entry`. #363 @lbluque

# [v0.3.1](https://github.com/CederGroupHub/smol/releases/tag/v0.3.1) (2023-02-07)
### Changed
* Save ensemble as attributed in `SampleContainer` add `get_sampled_structures`. #326 @lbluque
Expand Down

0 comments on commit 3725cab

Please sign in to comment.