Skip to content

Update README for improved chemical formula parser #207

@bertiewooster

Description

@bertiewooster

I am working on updating README.rst for the improved formula parsing #205. A few questions regarding the updated parsing which no longer accepts malformed chemical formulas such as "Ch4"--ChemPy will now raise a ParseError, rather than simply stopping at the last valid element (that formula was previously parsed to C aka carbon):

  • Should we call this a breaking change? I'm thinking not, because it doesn't break any valid chemical formulas (that I'm aware of). Maybe just call it an improved parser...
  • Should we note the version as of which this change was made? If so, what do we plan to name the next version?

Also, is it all right if I append to .gitignore

.vscode/

so that Visual Studio Code configuration files will be ignored?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions