Skip to content

Releases: aemsenhuber/collresolve

Release of version 1.2

03 Oct 19:21
Compare
Choose a tag to compare

Version 1.2 of the library

  • Change setup.py to use setuptools instead of distutils.core for improved functionality
  • Update reference to the publication in README.md collresolve.c

Release of version 1.1

03 Dec 14:58
Compare
Choose a tag to compare
Version 1.1 of the library

- Re-implement the classifier and neural network algorithms to remove dependency on foreign code
- Fix a bug in the Python bindings where a flag was not correctly interpreted
- Add missing collresolve_radius() Fortran binding
- Re-license the library under Apache License 2.0
- Update README.md