Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 1.2 KB

Changelog

Version 0.2.0-alpha

This is the next alpha release of minterpy, which adds several new functionalities and enhances code quality and performance.

new features

  • partial derivatives for canonical and Newton polynomials
  • support of arbitrary positive lp_degree
  • ordinary regression based on multivariate polynomials as the first extra feature

maintenance

  • bug fixes
  • adding API documentation
  • improvement of user documentations
  • clean-up: deletion of code/comments, which are no longer used
  • introduction of a corporate design including logo and banner to docs, repository, README etc.

This code is still marked as experimental and there is no issuance, that neither everything works as expected, nor if further releases will break the current API.

Version 0.1.0-alpha

This is the initial alpha release of minterpy. It contains general structures to perform the polynomial interpolation task in multiple dimensions:

  • Multivariate polynomial bases (ABC + concrete implementations)
  • Base transformations
  • Interpolation schemes

This code is still highly experimental and there is no issuance, that neither everything works as expected, nor if further releases will break the current API.