Recent Releases of mango

mango - Calendar 0.1.0a3

Big fix in module initialization

- Python
Published by juancobo6 8 months ago

mango - Calendar 0.1.0a2

Bug fix in module initialization

- Python
Published by juancobo6 8 months ago

mango - Calendar 0.1.0a1

Bug fix in pyproject.toml file

- Python
Published by juancobo6 8 months ago

mango - Calendar 0.1.0

mango-calendar v0.1.0 is the first standalone release of the calendar utilities previously included in mango-timeseries. This separation allows for more focused development and independent versioning.

- Python
Published by juancobo6 8 months ago

mango - Version 0.2.0

What's Changed

  • Bugfix/docs by @ggsdc in https://github.com/baobabsoluciones/mango/pull/113
  • Feature/create an empty configuration by @AntonioGonzalezSuarez in https://github.com/baobabsoluciones/mango/pull/115
  • Added badges to README by @ggsdc in https://github.com/baobabsoluciones/mango/pull/116
  • Added coverage to all current benchmark functions and updated documen… by @ggsdc in https://github.com/baobabsoluciones/mango/pull/117
  • Add uploadfromfolder function by @gvalleg in https://github.com/baobabsoluciones/mango/pull/121
  • Add dynamic rows in json view and Fix error writing json file by @gvalleg in https://github.com/baobabsoluciones/mango/pull/124
  • Changed the MacOS version. the latest has an M1 chip and has problems… by @ggsdc in https://github.com/baobabsoluciones/mango/pull/127
  • Fixed error on distance captured by @ggsdc in https://github.com/baobabsoluciones/mango/pull/126
  • Feature/countries in arcgis by @hugolarzabal in https://github.com/baobabsoluciones/mango/pull/125
  • Feature/update table by @hugolarzabal in https://github.com/baobabsoluciones/mango/pull/123
  • Release/v0.2.2 by @ggsdc in https://github.com/baobabsoluciones/mango/pull/129

Full Changelog: https://github.com/baobabsoluciones/mango/compare/v0.2.1...v0.2.2

- Python
Published by ggsdc over 1 year ago

mango - Version 0.2.0

  • released: 2023-12-21
  • description: genetic algorithms and more!
  • changelog:
    • added genetic algorithms that can be used in a wide range of problems.
    • added a new function to calculate the distance between two points using the haversine formula.
    • added a function to pivot the calendar
    • added correlation calculation between series.
    • bugfixes and improvements.

- Python
Published by ggsdc about 2 years ago

mango - Version 0.1.2

  • released: 2023-11-17
  • description: some small bugfixes and add haversine function
  • changelog:
    • fixed a bug on streamlit app saving the config file.
    • Add edit excels, csv and json files in streamlit app.
    • Add haversine function to calculate distance between two points.

- Python
Published by gvalleg over 2 years ago

mango - Version 0.1.0

  • released: 2023-11-07
  • description: first beta release of the library.
  • changelog:
    • fix bug fix on left join of Table class.
    • added improvements to Table class.
    • adapt load_excel function to return a list of dictionaries.
    • added new date functions.
    • drop images module.
    • removed pandas as a main dependency of the library. It is still needed in some submodules.
    • changed from setup.py to pyproject.toml.
    • added calendar datasets for Spain.
    • added a REST client to the AEMET to gather meteorological data.
    • added pydantic validation as a decorator that can be used in any function.

- Python
Published by ggsdc over 2 years ago

mango - Version 0.0.6

  • released: 2023-05-31
  • description: improvements to Table class

- Python
Published by ggsdc over 2 years ago

mango - Version 0.0.5

  • released: 2023-04-26
  • description: fixed some bugs in Table class.
  • changelog:
    • fixed error on mutate when table had one row.
    • allow group by None in sum_all and summarise
    • as_list applied on a dict returns a list of the dict instead of the keys.

- Python
Published by ggsdc over 2 years ago

mango -

version 0.0.4

  • released: 2023-04-19
  • description: logger classes and methods now can receive a logger name to be used
  • changelog:
    • Chrono class now receives a logger name to be used
    • log_time decorator now receives a logger name to be used

- Python
Published by ggsdc almost 3 years ago

mango - Version 0.0.3

version 0.0.3

  • released: 2023-04-18
  • description: minor changes to logging class Chrono and to the default logger
  • changelog:
    • minor changes to logging class Chrono: stop now reports the duration
    • default logger has a info level set up

- Python
Published by ggsdc almost 3 years ago

mango - Version 0.0.2

version 0.0.2

  • released: 2023-04-11
  • description: added class Table and added direct requests for arcgis od matrix calculation
  • changelog:
    • added class Table
    • added direct requests for arcgis od matrix calculationThe request can be made in two modes, sync and async. It defaults to sync and changes to async in case the requests has more than 10 origins or destinations.
    • minor fix to arcgis client

- Python
Published by ggsdc almost 3 years ago

mango - Version 0.0.1

version 0.0.1

  • released: 2023-03-09
  • description: initial version of mango library

- Python
Published by ggsdc almost 3 years ago