Changes in version 2.0.6 (2026-04-04) - Stash all net_matrix_* functions in dev folder Changes in version 2.0.5 (2025-07-03) - Added net_matrix_ipf(), net_matrix_optim(), net_matrix_lp() and net_matrix_entropy() functions. - Replaced orig_col, dest_col and flow_col argument names in, sum_unilat(), sum_region() and sum_country() with orig, dest and flow. - Allow orig, dest and flow argument names in, sum_bilateral, sum_region() and sum_country() to be non-characters. - Added sum_unilat() alias of sum_region() and sum_country() - Replaced orig_col, dest_col and flow_col argument names in all other functions - Added labels.pos.adjust = FALSE in mig_chord() - Default colour ordering in mig_chord() based on union(.$orig, .$dest) - Include na_rm option in sum_region() and sum_country() Changes in version 2.0.4 (2023-11-18) - Direct demo users to mig_chord() pkgdown site - Fixed colour ordering in mig_chord() when order is set - Added nb_non_zero() to deal with negative native born population estimates from World Bank data - Changed function name of rescale_nb() to nb_scale_global() - Changed function name of match_pob_tot() to match_birthplace_tot() - Changed argument names in ffs_demo(), ffs_diff() and ffs_rates() to more intuitive values (stock_start instead of s1, stock_end instead of s2, births instead of b, deaths instead of d and seed instead of m - Added code to create dict_ims - Added countries based on older political geography to dict_ims and column in data frame to indicate not in UN IMS data. - Added korea_gravity, combining korea_dist, korea_pop, and korea_reg and additional distance, contiguity, area and economic measures. - Removed korea_dist, korea_pop, and korea_reg - Updated examples in index_*() functions for changes in Korean data Changes in version 2.0.3 (2022-10-28) - Dropped sum_turnover() and sum_bilateral() - Fixed axis upper limits in mig_chord() - Added label_squeeze option to mig_chord() - Added region_ac2022 and region_wb column to dict_ims - Replaced ipf functions in ffs_demo() and sub-functions with mipfp::Ipfp - Added return option in ffs_demo() to output only estimted flow array unless otherwise stated - Added name_short column to dict_ims - Simplified sum_od() code to directly work with outputs from ffs_demo() and provide margin sums Changes in version 2.0.2 (2021-12-02) - Added method option to birth_mat() - Added sum_bilat() for sum_bilateral() - Added sum_country() Changes in version 2.0.1 (2021-10-30) - Added a NEWS.md file to track changes to the package. - Added hex logo - Added pkgdown - Github actions working - Added str_wrap_n() - Added mig_chord() - Added dict_ims - Replace sum_turnover() with sum_region() - Replace counter() with sum_bilateral()