- Feb 22, 2024
-
-
BRONES Romain authored
* remove old deploy script
-
- Feb 07, 2024
-
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
* Typo on 'M' for month in the dict
-
- Feb 06, 2024
-
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
-
Operateur authored
* Remove one layer of package, split in files * Now use a unique entry point function for extraction * Add support for multiexport (list, dict) and timedelta * Add deploy script with a quick test
-
Operateur authored
-
Operateur authored
-
Operateur authored
-
Operateur authored
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
* Attribute type casting improved * Unique entry function "extract" * Multiexport * Timedelta
-
- Dec 13, 2023
-
-
BRONES Romain authored
-
- Nov 21, 2023
-
-
BRONES Romain authored
* Now usable for GetNearest
-
- Oct 31, 2023
-
-
BRONES Romain authored
* Simply using dtyp of asarray result in all True except for empty
-
BRONES Romain authored
* This is a quick fix, needs more work. * Cast was always to float, which fails for boolean. * Better handle all the type values and ask for a better cast.
-
- Aug 07, 2023
-
-
BRONES Romain authored
* The return of the command is a tuple string, spearator ';' * correctly convert timestamp and value
-
- Jul 24, 2023
-
-
BRONES Romain authored
* typo naming...
-
BRONES Romain authored
Easier to debug
-
- Jun 23, 2023
-
-
BRONES Romain authored
* Move to a single "extract" function entry point. It will redirect then to dedicated function for cases (Spectrum, ...) and for the method wanted (nearset, average, all...) * Handle that the attribute is a list, then perform extraction for each attrivute in list * (!) Still buggy
-
- Mar 16, 2023
-
-
BRONES Romain authored
-
- Nov 17, 2022
-
-
BRONES Romain authored
-
BRONES Romain authored
* For now, import pythontools only give access to core features. This will change in the future.
-
BRONES Romain authored
* Old 'self' attribute existed * move to pandas.DataFrame return
-
BRONES Romain authored
- Nov 16, 2022
-
-
BRONES Romain authored
-
BRONES Romain authored
-
BRONES Romain authored
-
- Nov 10, 2022
-
-
BRONES Romain authored
* The previous code did not handle the retry correctly
-
- May 24, 2022
-
-
BRONES Romain authored
-
- May 23, 2022
-
-
BRONES Romain authored
* Fix the extractor in error message
-
BRONES Romain authored
* Multiply the number of points per the number of elements
-
BRONES Romain authored
* Add a infoattr function to retrieve the information about attribute dimension. * When we have a 1D spectrum, switch to GetAttBetweenDates * Serve a Pandas DataFrame Also: * Add Date format on helps * Avoid running minmaxmean function
-
- Apr 25, 2022
-
-
BRONES Romain authored
* Add __init__.py in core (empty for now) * Add a bash source script yo load Python3 env and add the directory to pyhton path * Add a .gitignore * Cut out some code in ArchiveExtractor.betweenDates to outside functions
-