Flamme

Latest version: v0.0.16

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

Scan your dependencies

Page 3 of 3

0.0.4

What's Changed
* Fix logging message by durandtibo in https://github.com/durandtibo/flamme/pull/135
* Add `load_text` by durandtibo in https://github.com/durandtibo/flamme/pull/136
* Add more features to `Reporter` by durandtibo in https://github.com/durandtibo/flamme/pull/137
* Add `NoRepeatReporter` by durandtibo in https://github.com/durandtibo/flamme/pull/138
* Remove `overwrite` option in `Reporter` by durandtibo in https://github.com/durandtibo/flamme/pull/139
* Improve `NullColumnPreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/140
* Fix some warnings by durandtibo in https://github.com/durandtibo/flamme/pull/141
* Add `DuplicatedRowSection` by durandtibo in https://github.com/durandtibo/flamme/pull/144
* Add `DuplicateRowAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/145
* Improve `DuplicatedRowSection` by durandtibo in https://github.com/durandtibo/flamme/pull/146
* Fix naming of `DuplicatedRowAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/147
* Null value analyzer by durandtibo in https://github.com/durandtibo/flamme/pull/148
* Add `DecimalToNumericPreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/149
* Release version 0.0.4 by durandtibo in https://github.com/durandtibo/flamme/pull/150


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

0.0.3

What's Changed
* Update dependencies by durandtibo in https://github.com/durandtibo/flamme/pull/126
* Add more logging message by durandtibo in https://github.com/durandtibo/flamme/pull/127
* Improve table in `ColumnTemporalNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/128
* Update `human_byte` by durandtibo in https://github.com/durandtibo/flamme/pull/129
* Add `GlobalTemporalNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/130
* Rename some modules by durandtibo in https://github.com/durandtibo/flamme/pull/131
* Add `GlobalTemporalNullValueAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/132
* Release version 0.0.3 by durandtibo in https://github.com/durandtibo/flamme/pull/133
* Update cyclic import workflow by durandtibo in https://github.com/durandtibo/flamme/pull/134


**Full Changelog**: https://github.com/durandtibo/flamme/compare/v0.0.2...v0.0.3

0.0.2

What's Changed
* Update null values analyzers by durandtibo in https://github.com/durandtibo/flamme/pull/114
* Update null values analyzers by durandtibo in https://github.com/durandtibo/flamme/pull/115
* Add `compute_null_per_col` by durandtibo in https://github.com/durandtibo/flamme/pull/116
* Add `NullColumnPreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/117
* Add `ColumnSelectionPreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/118
* Add `ColumnTemporalNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/119
* Add `ColumnTemporalNullValueAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/120
* Add figure to `ColumnTemporalNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/121
* Improve `ColumnTemporalNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/122
* Add table to `ColumnTemporalNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/123
* Rename some classes by durandtibo in https://github.com/durandtibo/flamme/pull/124
* Release version 0.0.2 by durandtibo in https://github.com/durandtibo/flamme/pull/125


**Full Changelog**: https://github.com/durandtibo/flamme/compare/v0.0.1...v0.0.2

0.0.1

What's Changed
* Set up repo by durandtibo in https://github.com/durandtibo/flamme/pull/1
* Create dependabot.yml by durandtibo in https://github.com/durandtibo/flamme/pull/2
* Add base ingestor class by durandtibo in https://github.com/durandtibo/flamme/pull/3
* Add `sanitize_path` by durandtibo in https://github.com/durandtibo/flamme/pull/4
* Add CI workflows by durandtibo in https://github.com/durandtibo/flamme/pull/5
* Create dependency-review.yml by durandtibo in https://github.com/durandtibo/flamme/pull/6
* Add parquet ingestor by durandtibo in https://github.com/durandtibo/flamme/pull/7
* Add badges by durandtibo in https://github.com/durandtibo/flamme/pull/8
* Add `human_file_size` by durandtibo in https://github.com/durandtibo/flamme/pull/9
* Add CSV ingestor by durandtibo in https://github.com/durandtibo/flamme/pull/10
* Add base section class by durandtibo in https://github.com/durandtibo/flamme/pull/11
* Partial implementation of `NullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/12
* Add nightly workflow by durandtibo in https://github.com/durandtibo/flamme/pull/13
* Add `NullValueAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/14
* Add utility functions by durandtibo in https://github.com/durandtibo/flamme/pull/16
* Update null value analyzer by durandtibo in https://github.com/durandtibo/flamme/pull/15
* Improve null value section by durandtibo in https://github.com/durandtibo/flamme/pull/17
* Rename project by durandtibo in https://github.com/durandtibo/flamme/pull/18
* Add demo script by durandtibo in https://github.com/durandtibo/flamme/pull/19
* Add nightly package workflow by durandtibo in https://github.com/durandtibo/flamme/pull/20
* Add bar figure to null value section by durandtibo in https://github.com/durandtibo/flamme/pull/21
* Add `ColumnDtypeSection` by durandtibo in https://github.com/durandtibo/flamme/pull/22
* Add `ColumnTypeSection` by durandtibo in https://github.com/durandtibo/flamme/pull/23
* Add type analyzers by durandtibo in https://github.com/durandtibo/flamme/pull/24
* Add `NanValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/25
* Add `NanValueAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/26
* Add `SectionDict` by durandtibo in https://github.com/durandtibo/flamme/pull/27
* Add `setup_object` by durandtibo in https://github.com/durandtibo/flamme/pull/29
* Add `MappingAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/28
* Add `column_types` by durandtibo in https://github.com/durandtibo/flamme/pull/30
* Improve column type analyzer by durandtibo in https://github.com/durandtibo/flamme/pull/31
* Remove column data type analyzer/section by durandtibo in https://github.com/durandtibo/flamme/pull/32
* Add `FilteredAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/33
* Add `save_text` by durandtibo in https://github.com/durandtibo/flamme/pull/34
* Add `sort_by_keys` by durandtibo in https://github.com/durandtibo/flamme/pull/35
* Add analyzer factory utilities by durandtibo in https://github.com/durandtibo/flamme/pull/36
* Bump mkdocs-material from 9.4.6 to 9.4.7 by dependabot in https://github.com/durandtibo/flamme/pull/38
* Bump ruff from 0.1.2 to 0.1.3 by dependabot in https://github.com/durandtibo/flamme/pull/40
* Add `DiscreteDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/41
* Add `DiscreteDistributionAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/42
* Update discrete distribution analysis by durandtibo in https://github.com/durandtibo/flamme/pull/43
* Minor improvement by durandtibo in https://github.com/durandtibo/flamme/pull/44
* Bump pandas from 2.1.1 to 2.1.2 by dependabot in https://github.com/durandtibo/flamme/pull/39
* Add `EmptySection` by durandtibo in https://github.com/durandtibo/flamme/pull/45
* Update discrete distribution analyzer by durandtibo in https://github.com/durandtibo/flamme/pull/46
* Remove `NanValueAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/47
* Bump plotly from 5.17.0 to 5.18.0 by dependabot in https://github.com/durandtibo/flamme/pull/37
* Add partial `MonthlyNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/49
* Add `MonthlyNullValueAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/50
* Minor improvements by durandtibo in https://github.com/durandtibo/flamme/pull/51
* Add `MonthlyNullValueSection` by durandtibo in https://github.com/durandtibo/flamme/pull/52
* Add pypi workflow by durandtibo in https://github.com/durandtibo/flamme/pull/53
* Update dependencies by durandtibo in https://github.com/durandtibo/flamme/pull/54
* Update monthly null section by durandtibo in https://github.com/durandtibo/flamme/pull/55
* Refactor temporal null section by durandtibo in https://github.com/durandtibo/flamme/pull/56
* Add partial `TemporalContinuousDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/57
* Add `TemporalContinuousDistributionAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/58
* Update `TemporalContinuousDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/59
* Add table to `TemporalContinuousDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/60
* Update `TemporalContinuousDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/61
* Improve `DiscreteDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/62
* Improve report formatting by durandtibo in https://github.com/durandtibo/flamme/pull/66
* Rename modules by durandtibo in https://github.com/durandtibo/flamme/pull/67
* Bump ruff from 0.1.3 to 0.1.4 by dependabot in https://github.com/durandtibo/flamme/pull/65
* Bump mkdocs-material from 9.4.7 to 9.4.8 by dependabot in https://github.com/durandtibo/flamme/pull/63
* Bump pyarrow from 13.0.0 to 14.0.0 by dependabot in https://github.com/durandtibo/flamme/pull/64
* Add `ContinuousDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/68
* Bump pyarrow from 14.0.0 to 14.0.1 by dependabot in https://github.com/durandtibo/flamme/pull/69
* Update dependencies by durandtibo in https://github.com/durandtibo/flamme/pull/70
* Update dependencies and workflows by durandtibo in https://github.com/durandtibo/flamme/pull/75
* Add `ContinuousDistributionAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/76
* Add missing parts to `ContinuousDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/77
* Add table and figure to `ContinuousDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/78
* Add missing tests by durandtibo in https://github.com/durandtibo/flamme/pull/79
* Improve `ContinuousDistributionAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/80
* Improve naming in tests by durandtibo in https://github.com/durandtibo/flamme/pull/81
* Add `log_y` option to `ContinuousDistributionAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/82
* Add `log_y` option to `TemporalContinuousDistributionAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/83
* Add partial `TemporalDiscreteDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/84
* Add `TemporalDiscreteDistributionAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/85
* Add figure to `TemporalDiscreteDistributionSection` by durandtibo in https://github.com/durandtibo/flamme/pull/86
* Add `BasePreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/87
* Add `ToNumericPreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/88
* Add missing preprocessors tests by durandtibo in https://github.com/durandtibo/flamme/pull/89
* Add `ToDatetimePreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/90
* Add `StripStrPreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/91
* Add `SequentialPreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/92
* Add `setup_ingestor` by durandtibo in https://github.com/durandtibo/flamme/pull/93
* Add `PreprocessorIngestor` by durandtibo in https://github.com/durandtibo/flamme/pull/94
* Add `find_columns_type` by durandtibo in https://github.com/durandtibo/flamme/pull/95
* Add `find_columns_decimal` by durandtibo in https://github.com/durandtibo/flamme/pull/96
* Add `find_range` by durandtibo in https://github.com/durandtibo/flamme/pull/97
* Add range options to `ContinuousDistributionAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/98
* Add `BaseReporter` by durandtibo in https://github.com/durandtibo/flamme/pull/99
* Add `Reporter` by durandtibo in https://github.com/durandtibo/flamme/pull/100
* Add missing tests to reporters by durandtibo in https://github.com/durandtibo/flamme/pull/101
* Fix bug in str of `SequentialPreprocessor` by durandtibo in https://github.com/durandtibo/flamme/pull/102
* Add `Ingestor` by durandtibo in https://github.com/durandtibo/flamme/pull/103
* Minor improvements by durandtibo in https://github.com/durandtibo/flamme/pull/104
* Add gx demo by durandtibo in https://github.com/durandtibo/flamme/pull/105
* Add `MarkdownSection` by durandtibo in https://github.com/durandtibo/flamme/pull/107
* Add `MarkdownAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/108
* Minor improvements by durandtibo in https://github.com/durandtibo/flamme/pull/109
* Update temporal null section by durandtibo in https://github.com/durandtibo/flamme/pull/110
* Add `ColumnSubsetAnalyzer` by durandtibo in https://github.com/durandtibo/flamme/pull/111
* Minor improvements by durandtibo in https://github.com/durandtibo/flamme/pull/112
* Release version 0.0.1 by durandtibo in https://github.com/durandtibo/flamme/pull/113

New Contributors
* durandtibo made their first contribution in https://github.com/durandtibo/flamme/pull/1
* dependabot made their first contribution in https://github.com/durandtibo/flamme/pull/38

**Full Changelog**: https://github.com/durandtibo/flamme/commits/v0.0.1

Page 3 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.