taylor (2.1-focal) UNRELEASED; urgency=medium

  * New macro MY_JET_FUN and MY_COEF_FUN

  * MY_SCAL is now MY_COEF

  * New arithmetics for MY_COEF: tree < nsym > < deg >, and myfloat (default)

  * New fprintf, fscanf, and sscanf of MY_JET

  * New flag expression that allows use of expressions in input	files

  * Macros GetNumSymbols and SetNumSymbols are now GetJetNumSymbols
	and SetJetNumSymbols respectively.

  * Macros GetJetCoefficient and SetJetCoefficient merged into JetCoefficient

  * Internal changes such as the use of enum for different arithmetic

  * taylor1 compatibility with fortran77

  * Manual updates

taylor (2.0.4-focal) UNRELEASED; urgency=medium

  * feature addition:  added Expression Translation

  * bug fix:  fixed a typo in Code 1.c

taylor (2.0.3-focal) UNRELEASED; urgency=medium

  * bug fix:  issues with:  x'=1/x; jet all degree 10;

taylor (2.0.2-focal) UNRELEASED; urgency=medium

  * minor updates
   - added supplort for complex number arithmetic. The following Complex
	types are supported: double, long double, quadruple, and arbitrary
	precision (using GNU mpc library).
   - updated taylor_step_ODE_NAME to allow users to pass NULL
	to order_return and step_size_retrun pointers.
   - added Macros GetNumSymbols and GetJetVarDegree to get the current
	degree and symbol for MY_JET variables.
   - corrected Minor bugs/typos in example 9.4.
   - updated manual.

 -- Joan Gimeno <joan@maia.ub.es> Fri, 25 Nov 2022 12:16:20 -0600

taylor (2.0.1-focal) UNRELEASED; urgency=medium

  * minor updates
    - Removed static variables number_of_jet_vars, number_of_symbols,
      degree_of_jet_vars, monomial_counts, monomial_offsets and
      size_of_jet_variable from output files.
    - Rename symbolic constants _SIZE_OF_JET_VAR_ to
      _MAX_SIZE_OF_JET_VAR, _DEGREE_OF_JET_VARS to
      _MAX_DEGREE_OF_JET_VARS and _NUMBER_OF_SYMBOLS to
      _NUMBER_OF_MAX_SYMBOLS
    - In taylor_step_xxx, allow user to pass NULL to ht, and order.
    - Update Makefile in doc/example2 to use -jet_library jet_1.

 -- Joan Gimeno <joan@maia.ub.es> Fri, 04 Oct 2022 22:16:20 -0600

taylor (2.0.0-focal) UNRELEASED; urgency=medium

  * Initial packing from source release. (Closes: #000000)

 -- Maorong Zou <mzou@math.utexas.edu>  Thu, 8 Sept 2022 13:04:20 -0600
