Skip to content

Releases: JensKrumsieck/ChemSharp

1.0.15

27 Jan 17:01
Compare
Choose a tag to compare

Update three.js in ChemSharp.Molecules.Blazor (#36 ) fixes a security vulnerability in threejs
Full Changelog: v1.0.14...v1.0.15

1.0.14

24 Jan 18:03
Compare
Choose a tag to compare

New Features

  • Create Molecules via Stream using public static async Task<Molecule> CreateFromStreamAsync(Stream data, string ext) 0684aea
  • Create Molecules from String using public static Molecule CreateFromString(string data, string ext) 252fbe6
  • Add Support for .mol Files fixing #35 9dab1da
  • Add Bindings for HelixToolkit.Wpf 7d72e1a

Minor Stuff

  • Update Dependencies
  • Add Directory.Build.props

Full Changelog: v1.0.13...v1.0.14

1.0.13 [Hotfix]

05 Dec 17:17
Compare
Choose a tag to compare

Fixes issue with ChemSharp.Molecules.Blazor Package on publish (.gitkeep was listed as asset)

Full Changelog: v1.0.12...v1.0.13

1.0.12

05 Dec 11:06
Compare
Choose a tag to compare

CHANGELOG

  • Improve Blazor Molecule Package
  • Remove Rendering Package

Full Changelog: v1.0.11...v1.0.12

1.0.11

25 Nov 12:39
Compare
Choose a tag to compare

Changelog

  • Add ChemSharp.Molecules.Blazor (first release)
  • Mark ChemSharp.Rendering as obsolete
  • Update dependencies

Full Changelog: v1.0.10...v1.0.11

1.0.10

06 Aug 09:25
Compare
Choose a tag to compare

Changelog

  • Bugfix: Fixed a Bug with Mercury generated pdb files (dc3c8e9)

  • Regex Improvements

  • Updated Dependencies

1.0.9

02 Jul 08:58
Compare
Choose a tag to compare

CHANGELOG

  • Add Nuget Icon
  • Fix Whitespace handling in cifs (OLEX)
  • Add Tag Property to Atoms
  • Update MSTest Packages

1.0.8

18 Jun 09:21
Compare
Choose a tag to compare

CHANGELOG

  • [fix] Add PDB to MoleculeFactory-Method
  • Use Parallel in Bond-Detection
  • Performance improvements

1.0.7

16 Jun 09:38
f365eaa
Compare
Choose a tag to compare

CHANGELOG

  • Added PDB Support (only Atoms, Bonds are auto generated)
  • Fix Mol2 Parsing with converted pdb files
  • Update dependencies

1.0.6

20 May 17:24
Compare
Choose a tag to compare

[Hotfix] Fixes Nullreference error in a where clause
[Hotfix] Does not fail test for bond.Atoms after atoms are renamed
[Added] Added manual Cache update to call when atoms are renamed (atoms are used as dictionary key)