Skip to content

Symbolica 0.7.0

Compare
Choose a tag to compare
@benruijl benruijl released this 10 Jun 17:22
· 134 commits to main since this release

Symbolica 0.7.0 is released!

License changes

  • Non-commercial users are now allowed to run Symbolica on one core and instance per device for free without requiring a sign-up
  • License keys will now work offline. Remember to update the key!

Notable changes

  • Multiprecision floats can be used for evaluations
  • Introduce error propagating float
  • Series can now be constructed using a relative depth

Upgrade notice

  • Offline keys have been deprecated
  • rug::Float does not implement Real anymore. Use .into() to convert to the wrapper type Float that does operations that do not lose precision (see here)