NEWS
FisPro 1.1.4 (2023-03-16)
- Fix S3 generic/method consistency warnings
FisPro 1.1.3 (2023-01-09)
- Fix M1mac deprecated-declarations warnings
FisPro 1.1.2 (2022-12-13)
- Fix CRAN check compiled code issues
FisPro 1.1.1 (2022-04-19)
FisPro 1.1 (2021-02-10)
Deprecated
- Classes
fis
, mf
, mf_trapezoidal
, mf_trapezoidal_inf
, mf_trapezoidal_sup
and mf_triangular
are now deprecated and will be removed in a future version, use Fis
, Mf
, MfTrapezoidal
, MfTrapezoidalInf
, MfTrapezoidalSup
, MfTriangular
classes instead
Major changes
- The
output_index
parameter of the Fis
infer_output
function is now 1-based indexed (the deprecated fis
was 0-based indexed in FisPro 1.0)
- New Classes to manage
Fis
: FisIn
, FisOutCrisp
, FisOutFuzzy
and Rule
Documentation
- Add vignette "User Guide"
FisPro 1.0 (2019-06-14)