Flamme

Latest version: v0.0.16

Safety actively analyzes 681866 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.0.10

What's Changed
* Improve `DuplicatedRowSection` by durandtibo in https://github.com/durandtibo/flamme/pull/226
* Fix left/right paddings in null figures by durandtibo in https://github.com/durandtibo/flamme/pull/227
* Add skewness metric for continuous distribution by durandtibo in https://github.com/durandtibo/flamme/pull/228
* Add kurtosis metric for continuous distribution by durandtibo in https://github.com/durandtibo/flamme/pull/229
* Fix some warnings by durandtibo in https://github.com/durandtibo/flamme/pull/230
* Add `yscale` to `ColumnDiscreteSection` by durandtibo in https://github.com/durandtibo/flamme/pull/231
* Add function to find non-NaN values in an array by durandtibo in https://github.com/durandtibo/flamme/pull/232
* Improve `ColumnContinuousSection` by durandtibo in https://github.com/durandtibo/flamme/pull/233
* Improve `ColumnTemporalContinuousSection` by durandtibo in https://github.com/durandtibo/flamme/pull/234
* Improve `ColumnContinuousSection` by durandtibo in https://github.com/durandtibo/flamme/pull/235
* Remove debugging logs by durandtibo in https://github.com/durandtibo/flamme/pull/236
* Add `add_analyzer` to `MappingAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/237
* Improve `ColumnTemporalContinuousSection` by durandtibo in https://github.com/durandtibo/flamme/pull/238
* Move `auto_yscale_continuous` to `utils` by durandtibo in https://github.com/durandtibo/flamme/pull/239
* Add `compute_statistics` by durandtibo in https://github.com/durandtibo/flamme/pull/240
* Add `ColumnContinuousAdvancedSection` by durandtibo in https://github.com/durandtibo/flamme/pull/241
* Add `ColumnContinuousAdvancedAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/242
* Improve `ColumnContinuousAdvancedSection` by durandtibo in https://github.com/durandtibo/flamme/pull/243
* Add `ChoiceAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/244
* Add `NumUniqueSelection` by durandtibo in https://github.com/durandtibo/flamme/pull/245
* Add CDF to some figures by durandtibo in https://github.com/durandtibo/flamme/pull/246
* Update CDF plot by durandtibo in https://github.com/durandtibo/flamme/pull/247
* Add `MostFrequentValuesSection` by durandtibo in https://github.com/durandtibo/flamme/pull/248
* Add `MostFrequentValuesAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/249
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/flamme/pull/250
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/flamme/pull/252
* Add missing tests by durandtibo in https://github.com/durandtibo/flamme/pull/253
* Release version `0.0.10` by durandtibo in https://github.com/durandtibo/flamme/pull/254


**Full Changelog**: https://github.com/durandtibo/flamme/compare/v0.0.9...v0.0.10

0.0.9

What's Changed
* Fix nightly workflow by durandtibo in https://github.com/durandtibo/flamme/pull/219
* Add support for python 3.12 by durandtibo in https://github.com/durandtibo/flamme/pull/220
* Create CODE_OF_CONDUCT.md by durandtibo in https://github.com/durandtibo/flamme/pull/221
* Add pull request template by durandtibo in https://github.com/durandtibo/flamme/pull/222
* Add contributing guidelines by durandtibo in https://github.com/durandtibo/flamme/pull/223
* Add issue templates by durandtibo in https://github.com/durandtibo/flamme/pull/224
* Release version `0.0.9` by durandtibo in https://github.com/durandtibo/flamme/pull/225


**Full Changelog**: https://github.com/durandtibo/flamme/compare/v0.0.8...v0.0.9

0.0.8

What's Changed
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/flamme/pull/186
* Add `figure2html` function by durandtibo in https://github.com/durandtibo/flamme/pull/187
* Add script to compare figure size by durandtibo in https://github.com/durandtibo/flamme/pull/188
* Add `readable_xticklabels` by durandtibo in https://github.com/durandtibo/flamme/pull/189
* Improve `NullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/190
* Improve `TemporalNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/191
* Improve `GlobalTemporalNullValueAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/192
* Improve `ColumnTemporalNullValueAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/193
* Refactor null sections by durandtibo in https://github.com/durandtibo/flamme/pull/194
* Add `figsize` to some analyzers/sections by durandtibo in https://github.com/durandtibo/flamme/pull/195
* Improve `ColumnDiscreteSection` by durandtibo in https://github.com/durandtibo/flamme/pull/196
* Fix warning in `readable_xticklabels` by durandtibo in https://github.com/durandtibo/flamme/pull/197
* Improve `ColumnTemporalDiscreteSection` by durandtibo in https://github.com/durandtibo/flamme/pull/198
* Close figures in sections by durandtibo in https://github.com/durandtibo/flamme/pull/199
* Improve colormap in `ColumnTemporalDiscreteSection` by durandtibo in https://github.com/durandtibo/flamme/pull/200
* Add `sorted_nan` by durandtibo in https://github.com/durandtibo/flamme/pull/201
* Rename and improve `sortnan` by durandtibo in https://github.com/durandtibo/flamme/pull/202
* Add `mixed_typed_sort` by durandtibo in https://github.com/durandtibo/flamme/pull/203
* Update `ColumnTemporalDiscreteSection` to work with `str` by durandtibo in https://github.com/durandtibo/flamme/pull/204
* Improve `ColumnContinuousSection` by durandtibo in https://github.com/durandtibo/flamme/pull/205
* Add boxplot to `ColumnContinuousSection` by durandtibo in https://github.com/durandtibo/flamme/pull/206
* Add `remove_nan` by durandtibo in https://github.com/durandtibo/flamme/pull/207
* Improve `ColumnTemporalContinuousSection` by durandtibo in https://github.com/durandtibo/flamme/pull/208
* Improve continuous analyzers by durandtibo in https://github.com/durandtibo/flamme/pull/209
* Update docstrings by durandtibo in https://github.com/durandtibo/flamme/pull/212
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/flamme/pull/213
* Fix some matplotlib warnings by durandtibo in https://github.com/durandtibo/flamme/pull/214
* Fix warnings in unit tests by durandtibo in https://github.com/durandtibo/flamme/pull/215
* Minor improvements for sections by durandtibo in https://github.com/durandtibo/flamme/pull/216
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/flamme/pull/217
* Release version `0.0.8` by durandtibo in https://github.com/durandtibo/flamme/pull/218


**Full Changelog**: https://github.com/durandtibo/flamme/compare/v0.0.7...v0.0.8

0.0.7

What's Changed
* Add `analyzers` to `MappingAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/182
* Add `sections` to `SectionDict` by durandtibo in https://github.com/durandtibo/flamme/pull/183
* Release version `0.0.7` by durandtibo in https://github.com/durandtibo/flamme/pull/184


**Full Changelog**: https://github.com/durandtibo/flamme/compare/v0.0.6...v0.0.7

0.0.6

What's Changed
* Rename `StripStringDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/170
* Add `StripStringSeriesTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/172
* Add `ColumnDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/171
* Update dependencies by durandtibo in https://github.com/durandtibo/flamme/pull/173
* Add `SequentialSeriesTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/174
* Testing and deps improvements by durandtibo in https://github.com/durandtibo/flamme/pull/175
* Add experimental columns by durandtibo in https://github.com/durandtibo/flamme/pull/176
* Improve columns by durandtibo in https://github.com/durandtibo/flamme/pull/177
* Rename some modules by durandtibo in https://github.com/durandtibo/flamme/pull/178
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/flamme/pull/179
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/flamme/pull/180
* Release version `0.0.6` by durandtibo in https://github.com/durandtibo/flamme/pull/181


**Full Changelog**: https://github.com/durandtibo/flamme/compare/v0.0.5...v0.0.6

0.0.5

What's Changed
* Add `BaseSeriesTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/151
* Add `ToNumericSeriesTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/152
* Add missing tests by durandtibo in https://github.com/durandtibo/flamme/pull/153
* Add `ToDatetimeSeriesTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/154
* Add `series_column_types` by durandtibo in https://github.com/durandtibo/flamme/pull/155
* Add `BaseDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/156
* Add `ToNumericDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/157
* Add missing tests by durandtibo in https://github.com/durandtibo/flamme/pull/158
* Fix transformer naming by durandtibo in https://github.com/durandtibo/flamme/pull/159
* Add `StripStrDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/160
* Add `NullColumnDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/161
* Add `ToDatetimeDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/162
* Add `ColumnSelectionDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/163
* Add `SequentialDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/164
* Rename modules by durandtibo in https://github.com/durandtibo/flamme/pull/165
* Add `DecimalToNumericDataFrameTransformer` by durandtibo in https://github.com/durandtibo/flamme/pull/166
* Remove preprocessors by durandtibo in https://github.com/durandtibo/flamme/pull/167
* Rename `TransformedIngestor` by durandtibo in https://github.com/durandtibo/flamme/pull/168
* Release version `0.0.5` by durandtibo in https://github.com/durandtibo/flamme/pull/169


**Full Changelog**: https://github.com/durandtibo/flamme/compare/v0.0.4...v0.0.5

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.