# Version : 0.6.0

## Fix
- Fix some urls
- Use correct syntax to display no legends in mf_map() calls
- Update authors info


# Version : 0.5.0

## Fix
- Fix some urls 
- Fix package level doc in roxygen

## Feat
- add code meta and cff info



# Version : 0.4.1

## Fix
- Use mapsf conditionally
- declare sf when needed

## Feat
- Add .bib for managing references.
- Customize css to improve readability of vignettes. 


# Version : 0.4.0

- suggest the use of [`mapsf`](https://riatelab.github.io/mapsf/) instead of [`cartography`](https://cran.r-project.org/web/packages/cartography/index.html) for mapping results (functions examples, vignette) 
- the `MTA` package does not import cartography and reshape2 anymore. 
- Update of the vignette on conceptual background (new references).
- Update of the input data (geopackage instead of .RData).
- Use raw data instead of RData files 



# Version : 0.3.0

## New features
* A new function is created for synthetizing 2 deviations and 2 functions created to synthetize graphically the deviations 
(plot_bidev and plot_mst).  


## Minor changes
* mapmst does not produce cartography anymore (in order to be not dependant of the cartography package to map the results).
Now, the function output is a list of objects :
1 - A sf object, ordered according to the mst results (from 0 to 7)
2 - A vector giving recommended colors for mapping the results
3 - A vector giving an help to interpretation for mapping legend.
The function is renamed map_mst. 

* mst title function renamed "Multiscalar Typology (3 deviations)"

## Breaking changes
* The MTA package does not accept sp object anymore. Only sf objects.