Recent Releases of yowl

yowl - v0.4

What's Changed

  • Scanner work on &str + rewrite join in Builder by @chem-william in https://github.com/chem-william/yowl/pull/17
  • Ignore single quotes by @chem-william in https://github.com/chem-william/yowl/pull/20
  • update criterion by @chem-william in https://github.com/chem-william/yowl/pull/21
  • add semver checks to CI
  • update other dependencies

Full Changelog: https://github.com/chem-william/yowl/compare/v0.3.0...v0.4

- Rust
Published by chem-william about 1 year ago

yowl - v0.3.0

What's Changed

  • expose mendeleev element directly from aromatic by @chem-william in https://github.com/chem-william/yowl/pull/11
  • Remove aliphatic by @chem-william in https://github.com/chem-william/yowl/pull/12
    • we've removed aliphatic and aromatic and instead combined it in a single Symbol enum. This also means we can remove the distinction between Aliphatic and BracketSymbol::Aliphatic
  • Consolidate symbols by @chem-william in https://github.com/chem-william/yowl/pull/13
  • Proper directionality by @chem-william in https://github.com/chem-william/yowl/pull/15
  • debracket has been removed
  • mendeleev::{Element, Isotope} are now re-exported through yowl
  • A bit more documentation here and there
  • Internal changes

Full Changelog: https://github.com/chem-william/yowl/compare/v0.2.0...v0.3.0

- Rust
Published by chem-william about 1 year ago

yowl - v0.2.0

Mostly changes behind the scenes.

Notably, we now depend on mendeleev which I think will benefit consumers of our library. For example, now all the properties encoded in mendeleev should be available on Element

- Rust
Published by chem-william about 1 year ago

yowl - v0.1.0

The first release!

- Rust
Published by chem-william about 1 year ago