Tags give the ability to mark specific points in history as being important
-
-
-
0.3.2
Release: FairyEx 0.3.201d011ed · ·Fix an issue introduced in 0.3.0 where unvalid child leads to wrong naming in the DataFrame outputted by DarkSol.query() method. - Raise an error again if a membership is not found.
-
0.3.1
Release: FairyEx 0.3.143927d7d · ·Add support of collection for property: - Add collection argument in DarkSol.query_property() - Fix collection of property in DarkSol.query()
-
0.3.0
Release: FairyEx 0.3.07ebb844b · ·Implement collection query: - Implement DarkSol.query_collection() method - Implement collection argument in DarkSol.extract(), DarkSol.query() and DarkSol.query_children() - Update documentation to include collection - Update documentation to improve clarity (!) Breaking change: - period_type and pivot are now keyword only
-
0.2.6
Release: FairyEx 0.2.63748c14a · ·.filter_children_from_parent() apply filter on all objects of children_class and not the given children; this should fix it: - Fix filtering on children (credit: Petr Louša) - Add unit testing for .filter_children_from_parent() - Code cleaning of 'queryex.py'
-
0.2.5
Release: FairyEx 0.2.5427695ed · ·Starting 0.2.3, query_children() with filtering on parent were not working properly; this should fix it.
-
0.2.4
Release: FairyEx 0.2.4ba2e073d · ·Fix property unit for FiscalYear: - Property unit can now be different for FiscalYear and Interval, while always the same before.
-
0.2.3
Release: FairyEx 0.2.318c98da4 · ·Small code optimisation to have faster repetitive query, ie when .query() method is called multiple time with similar arguments.
-
0.2.2
Release: FairyEx 0.2.2682f2db1 · ·Fix how key_index are read: - FiscalYear values are now read even if the solution contains period_id beyond 4 - Day, Week and Month values will be able to be extracted in a future release
-
-
0.2.0
Release: FairyEx 0.2.01585deb0 · ·- New query method: .query_sample_name() - Update documentations to include last versions updates
-
0.1.4
Release: FairyEx 0.1.4bce1a44f · ·Add __version__ ''' import fairyex as fx print(fx.__version__) '''
-
0.1.3
Release: FairyEx 0.1.3a7754dbb · ·Make period_type more flexible: - 'Interval' can be written 'interval' or 'i' - 'FiscalYear' can be written 'Fiscal Year', 'fiscalear', 'Year', 'yearly' or 'y'
-
-
0.1.1
Release: FairyEx 0.1.16c0e3313 · ·First release of FairyEx as a package, with all extraction feature and query error message.