Dev #280

Merged
altavir merged 99 commits from dev into master 2021-04-16 19:45:55 +03:00
altavir commented 2021-04-16 19:45:44 +03:00 (Migrated from github.com)

0.3.0-dev-6

Added

  • ScaleOperations interface
  • Field extends ScaleOperations
  • Basic integration API
  • Basic MPP distributions and samplers
  • bindSymbolOrNull
  • Blocking chains and Statistics
  • Multiplatform integration
  • Integration for any Field element

Changed

  • Exponential operations merged with hyperbolic functions
  • Space is replaced by Group. Space is reserved for vector spaces.
  • VectorSpace is now a vector space
  • Buffer factories for primitives moved to MutableBuffer.Companion
  • NDStructure and NDAlgebra to StructureND and AlgebraND respectively
  • Real -> Double
  • DataSets are moved from functions to core
  • Redesign advanced Chain API
  • Redesign MST. Remove MSTExpression.
  • Move MST to core

Deprecated

Removed

  • Nearest in Domain. To be implemented in geometry package.
  • Number multiplication and division in main Algebra chain
  • contentEquals from Buffer. It moved to the companion.
  • MSTExpression

Fixed

  • Ring inherits RingOperations, not GroupOperations
## 0.3.0-dev-6 ### Added - ScaleOperations interface - Field extends ScaleOperations - Basic integration API - Basic MPP distributions and samplers - bindSymbolOrNull - Blocking chains and Statistics - Multiplatform integration - Integration for any Field element ### Changed - Exponential operations merged with hyperbolic functions - Space is replaced by Group. Space is reserved for vector spaces. - VectorSpace is now a vector space - Buffer factories for primitives moved to MutableBuffer.Companion - NDStructure and NDAlgebra to StructureND and AlgebraND respectively - Real -> Double - DataSets are moved from functions to core - Redesign advanced Chain API - Redesign MST. Remove MSTExpression. - Move MST to core ### Deprecated ### Removed - Nearest in Domain. To be implemented in geometry package. - Number multiplication and division in main Algebra chain - `contentEquals` from Buffer. It moved to the companion. - MSTExpression ### Fixed - Ring inherits RingOperations, not GroupOperations
Sign in to join this conversation.
No description provided.