You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.8 KiB

4 weeks ago
  1. Changelog
  2. =============
  3. Version 2.0.x
  4. -------------
  5. ### Version 2.0.5 (under development)
  6. ### Version 2.0.4 (2019/11)
  7. - Extended conversion of number types to formulae
  8. - (minor) changed `constant_part` to function for `Polynomial`
  9. - (minor) added an additional operator on polynomials
  10. - Fix for compilation with Xcode 11
  11. ### Version 2.0.3 (2019/01)
  12. Requires carl with branch `master14` or a carl version between 17.12 and 18.08
  13. - Extended bindings for arithmetic operations
  14. - Fixed negation comparison
  15. - Improved error output in installation
  16. - Extended documentation
  17. - Improved and extended setup
  18. ### Version 2.0.2 (2017/12)
  19. Requires carl version >= 17.12
  20. - Adaptions to changes in carl
  21. - Extended bindings for rational functions and factorized rational functions
  22. - `Variable` constructor no longer returns an existing variable if a variable with that name exists
  23. - `expand()` allows to obtain the expanded polynomial and rational function
  24. - Added methods for getting information about pycarl configuration
  25. - Extended build script:
  26. * uses config file
  27. * support for disabling build of CLN and parser bindings
  28. * fixed debug build type
  29. ### Version 2.0.1 (2017/08)
  30. Requires carl version >= 17.08
  31. - Added conversions between CLN and GMP
  32. - Added variable and integer pickling support. Throw errors if pickling is not supported
  33. - Added hash functions
  34. - Hide factorization caches for user
  35. - Depend on [carl-parser](https://github.com/smtrat/carl-parser) for parsing routines
  36. - Check for carl version
  37. - Fixed issues when CLN is not available
  38. ### Version 2.0.0 (2017/05)
  39. - First version with support for CLN and GMP.
  40. This means that no longer all operators are supported as it would be ambiguous
  41. - Using bigint
  42. Version 1.2.x
  43. -------------
  44. ### Version 1.2.1 (2017/04)
  45. - Arbitrary-size integers (CLN and GMP)
  46. ### Version 1.2.0 (2017/03)
  47. - Start of this changelog