Skip to content

Releases: WMD-group/ElementEmbeddings

v0.6.1

18 Sep 13:09
6c8bd34
Compare
Choose a tag to compare

What's Changed

🤷‍♂️ Other Changes

  • Overhaul pre-commit by @AntObi in #166
  • Fix parse_species to handle non-integer oxidation states by @AntObi in #170

Full Changelog: v0.6...v0.6.1

v0.6

07 Aug 12:51
795e6e0
Compare
Choose a tag to compare

What's Changed

🛠 Enhancements

  • Documentation updates and Species updates by @AntObi in #161

🤷‍♂️ Other Changes

Full Changelog: v0.5...v0.6

v0.5

05 Jul 13:34
25733e1
Compare
Choose a tag to compare

What's Changed

  • XenonPy and CGNF embeddings are now available in ElementEmbeddings
  • SpeciesEmbedddings are now supported with functions updated to support

🤷‍♂️ Other Changes

New Contributors

Full Changelog: v0.4.1...v0.5

v0.4.1

31 Jan 09:35
fbb3ae0
Compare
Choose a tag to compare

Package requirements have been loosened for better compatibility in python environments.

What's Changed

🤷‍♂️ Other Changes

Full Changelog: v0.4...v0.4.1

v0.4

23 Aug 17:48
3bcd214
Compare
Choose a tag to compare

What's Changed

  • Publication folder now updated with SMACT-crystal structure prediction scripts
  • oliynyk.json has been replaced with oliynyk.csv which contains the feature labels
  • oliynyk_preprocessed.csv has been added with the missing values imputed which is now the default oliynyk embedding

Automated release notes

Full Changelog: v0.3.1...v0.4

v0.3.1

07 Aug 12:14
Compare
Choose a tag to compare

What's Changed

  • Removed warning about standardisation when the Embedding class is instantiated

  • composition_featuriser allows custom columns to be used for featurising formulas

  • Remove warning by @AntObi in #85

  • Comp updates by @AntObi in #86

Full Changelog: v0.3.0...v0.3.1

v0.3.0

07 Aug 07:59
ba87938
Compare
Choose a tag to compare

What's Changed

  • Feature labels now preserved for representations where present
  • Linear representations (atomic numbers, pettifor scale) are now usable as one-hot encoded vectors
  • Fixed kwargs bug in dimension_plotter

Automated Release notes

Full Changelog: v0.2.0...v0.3.0

v0.2.0

07 Jul 16:34
31c227f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.2.0

v0.1.1

05 Jul 16:29
8dfcddf
Compare
Choose a tag to compare

What's Changed

  • Pinned dependencies in setup.py
  • Updated README.md

Automated release notes

Full Changelog: v0.1...v0.1.1

Initial Release

30 Jun 14:47
d3f3060
Compare
Choose a tag to compare

What's Changed

Version 0.1
This version of ElementEmbeddings includes:

  • Core module: Contains the Embedding class which performs the manipulation of distributed element representations
  • Composition module: Enables featurisation of chemical formula using the different element representations
  • Plotter module: Currently contains functions to plot similarity measures and two-dimensional projections of the element embeddings

Automated release notes:

New Contributors

  • @AntObi made their first contribution in #10
  • @github-actions made their first contribution in #31
  • @dependabot made their first contribution in #25

Full Changelog: https://github.com/WMD-group/ElementEmbeddings/commits/v0.1