Releases: lmmentel/mendeleev
Releases · lmmentel/mendeleev
v0.13.0
v0.12.1
v0.12.0
What's Changed
- Configure concurrency in github actions by @lmmentel in #82
- Fix abundancies for elements with single stable isotope by @lmmentel in #80
- Add
IsotopeDecayMode
model and data by @lmmentel in #84 - Update boiling and melting point data, by @lmmentel in #88
- Include compatibility with python 3.11.
Full Changelog: v0.11.0...v0.12.0
Release v0.11.0
What's Changed
- Update data.rst by @Eben60 in #66
- Set discovery_location for Zinc to null by @lmmentel in #68
- Change "Oxidation states" to "Commonly occurring oxidation states" by @Eben60 in #69
- Add International Chemical Identifier property by @lmmentel in #76
- Update data for isotopes by @lmmentel in #74
- Update oxidataion states and add method to fetch values by @lmmentel in #77
- Documentation fixes by @lmmentel in #78
New Contributors
Full Changelog: v0.10.0...v0.11.0
Release v0.10.0
What's Changed
- Fix README - conda installation. See #40 by @chicolucio in #41
- Fix the vdw_radius_rt values to correspond to the reference by @lmmentel in #46
- Enable comparing Elements for equality by @lmmentel in #43
- Make math markup readable by using raw strings by @kalvdans in #48
- Use r before string constants containing literal backslashes by @kalvdans in #53
- Refactor by @lmmentel in #62
- Correct specific heat capacity values and add molar heat capacities by @lmmentel in #61
- Update dependencies by @lmmentel in #63
New Contributors
- @chicolucio made their first contribution in #41
Full Changelog: v0.9.0...v0.10.0
0.9.0 Update density values
- Correct density data with CRC Handbook of Chemistry and Physics as the data source PR#39 that fixes issue #38.
- Fix plotly based visualizations not rendering at https://mendeleev.readthedocs.io.
- Add DOI number to citation.
Refactor visualizations and add plotly support
- Enable plotting periodic tables with plotly as well as bokeh backends
throughmendeleev.vis.plotly.periodic_table_plotly
andmendeleev.vis.bokeh.periodic_table_bokeh
functions. - Add
mendeleev.vis.periodic_table
function for convenient periodic table plotting wrapping both plotting
backends. - Refactored the
mendeleev.vis
module so it can be wasily extended with plotting backends. - Add
CITATION.cff
file.