8000 Releases · IvanChernyshov/NistChemPy · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: IvanChernyshov/NistChemPy

1.0.4

08 May 12:13
Compare
Choose a tag to compare
  • Fixes bug with incorrect GET parameters within formula search.

  • Adds nistchempy.utils.get_crawl_delay function.

  • Adds nistchempy.requests.RequestConfig.max_attempts attribute to soften impact from potential server response errors.

  • Adds update script scrawling compounds vis formula search.

  • Refactors all update scripts.

1.0.3

06 May 08:44
Compare
Choose a tag to compare
  • Adds functionality to extract gas chromatogaraphy data via nistchempy.compound.Compound.get_gas_chromatography.

  • Adds functionality to set up requests kwargs via nistchempy.requests.RequestConfig.

  • Switches to src-layout and pyproject.toml.

  • Fixes small bugs.

1.0.2

28 Sep 22:21
20eb23b
Compare
Choose a tag to compare
  • Adds c.a. 10 000 of missing InChI strings to the pre-saved data on compounds (nistchempy.compound_list.get_all_data).
  • Fixes bug in update resulted in c.a. 10 000 of missing InChI strings.
  • Fixes chemical formula parser.
  • Adds reference to repo containing data extracted from NIST Chemistry WebBook (NistChemData).

1.0.1

28 Sep 12:12
Compare
Choose a tag to compare

Fixes several bugs:

  • error why saving spectra via the nistchepy.compound.NistCompound.save_spectra method;

  • removes unintended spaces in chemical formula.

1.0.0

24 Sep 23:31
Compare
Choose a tag to compare

The first stable release.

0