Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 946 Bytes

CHANGELOG.md

File metadata and controls

40 lines (22 loc) · 946 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Note: Version 0 of Semantic Versioning is handled differently from version 1 and above. The minor version will be incremented upon a breaking change and the patch version will be incremented for features.

[Unreleased]

Features

Fixes

Breaking

[1.0.0] - 2024-09-05

Features

  • Added calculate_price_many and calculate_price_many_checked to all bonding curves.

Fixes

Breaking

  • Removed "lossy" suffix on f64 curves: Exponential, Logarithmic, and Sigmoid.

[0.1.0] - 2024-08-21

Features

  • Initial release
  • Adds Linear, Quadratic, Exponential, Logarithmic, and Sigmoid bonding curves.
  • Adds fixed_point_to_float and float_to_fixed_point conversion functions.
  • Adds tests for all bonding curves.

Fixes

Breaking