Recent Releases of dao-analyzer

dao-analyzer - Zenodo Release

There are no changes. This release just triggers zenodo's crawler.

- Python
Published by daviddavo about 3 years ago

dao-analyzer -

  • Updated README and ABOUT to add CSCW's demo
  • Updated cache-scripts
  • Fixed small typo on Aragon's votes graph title

- Python
Published by daviddavo about 3 years ago

dao-analyzer - v1.2.2

Changes since 1.1.2 (2022-08-09)

  • Fixed #117 (No Name Given not showing)
  • Improved network selector
  • Added the DAOADWPATH env variable
  • Fixed problems with DataPoint component when value was 0
  • System of Dash Components (faster loading time)
  • Fixed error with Dropdown
  • Improved installation and setup
  • Added cli options to daoa-server
  • Minor visual improvements

- Python
Published by daviddavo over 3 years ago

dao-analyzer - v1.1.2

  • Fixing #100
  • Added logging rotations

- Python
Published by daviddavo over 3 years ago

dao-analyzer - v1.1.0

  • Added filter dropdown by DAO activity
  • Added filter DAOs by Network
  • Added DAOstack creation date
  • Added URL search params
  • Bugs removed

- Python
Published by daviddavo over 3 years ago

dao-analyzer - v1.0.1

Added equality stats to aragon

- Python
Published by daviddavo over 3 years ago

dao-analyzer - v1.0.0

Version 1.0.0 🎉

  • Added timezone to last_update
  • Updated some things in cache_scripts
    • Made all collectors updatable
  • Created install scripts and published to pypi
  • Added ABOUT page
  • Added more Aragon Names
  • Changed activity plots to calendar plots
  • Using organizations store (faster response time)
  • Added filtering (DAOs active last year)
  • Added participation equality stats
  • Added CITATION.cff
  • Added total members graph to Aragon DAOs
  • Changed frontend
    • Now using bootstrap
    • Changed header (logo and keyphrase)
    • Changed favicon
    • Added number of DAOs below the dropdown menu
    • Added disclaimers to some charts
    • Removed charts subtitles
    • Added platform and dao info
    • Added card with dao/platform datapoints
    • Changed last update location
    • Added current version to footer
    • Changed images to bootstrap icons

- Python
Published by daviddavo over 3 years ago

dao-analyzer - v0.8.2

0.8.2 - 2022-03-30

  • Changed last_update
  • Fixed Docker workflow
  • Display sections using tabs
  • Pinned some dependencies until problem is solved in dash

- Python
Published by daviddavo almost 4 years ago

dao-analyzer - v0.8.1

0.8.1 - 2022-03-28

  • Showing timezone in last update
  • Solved pandas warnings
  • Fixed init.sh
  • Using last_update instead of block information

Full Changelog: https://github.com/Grasia/dao-analyzer/compare/v0.8.0...v0.8.1

- Python
Published by daviddavo almost 4 years ago

dao-analyzer - v0.8.0

0.8.0 - 2022-03-24

  • Obtaining holdings of DAOs (ERC-20 tokens)
  • Displaying assets of DAOs
    • Assets with values using treemap
    • Assets with unknown value using a table
  • Mobile view optimizations
  • Making DAO address smaller (#53)
  • Showing last update time
  • Fixed #58
  • Fixed #61
  • Added JoinCacheRequester

- Python
Published by daviddavo almost 4 years ago

dao-analyzer - v0.7.2

  • Added version number to footer

- Python
Published by daviddavo about 4 years ago

dao-analyzer - v0.7.1

  • Supporting Python 3.10
  • Removed deprecated things
  • Refactored (vectorized) some Pandas code
  • Added Matomo Analytics support
  • Made some more collectors updatable
  • Fixed some tests
  • Fixed some newly updatable cache_scripts
  • Made data updatable while running
    • Added advisory file locking to datawarehouse
    • CacheRequester respects the datawarehouse file lock, and keeps the data in memory if possible
    • cache_scripts are run on a temp folder without disturbing the datawarehouse

- Python
Published by daviddavo about 4 years ago

dao-analyzer - v0.7.0

0.7.0 - 2021-11-30

The cache_scripts backend update This has more or less the same functionality still

  • Half the lines of code, a lot of new capabilities
  • FIXED an important bug which caused some items to not be requested. Now every request is made to the same block.
  • Fixed some important bugs
  • Improved some requests so they take less time
  • Added update mode so subsequent requests take less time (enabled by default)
  • Changed .csv format of the datawarehouse to .arr (apache's feather)
  • Displaying progress bars usign tqdm, and other progress methods
  • Added caching to DAOHaus DAO Names
  • Modified metadata format, now includes last update and blocks
  • Added CLI option to select which collectors to run
  • Added CLI option to select the date of the block to request
  • Added CLI option to select where to download the data
  • Logging to file inside datawarehouse

Full Changelog: https://github.com/Grasia/dao-analyzer/compare/v0.6.0...v0.7.0

- Python
Published by daviddavo over 4 years ago

dao-analyzer - v0.6.1

  • Added method of selecting which networks to update on CLI
  • Added aragon names retrieval (from Aragon Client's code)
  • Added url sharing capabilities (each DAO now has a different URL)
  • FIXED problem with data retrieval (was only retrieving first 5k items

- Python
Published by daviddavo over 4 years ago

dao-analyzer - v0.6.0

The cache_scripts update!

  • Added CLI to cache_scripts
    • You can choose which platforms to update
    • You can select if you want to stop on errors
    • Added progress bar for long processes
  • Added logger to cache_scripts
  • Added support for more networks in cache_scripts
  • Solved some Aragon issues in cache_scripts (#18)
  • Now obtaining all DAOHaus DAO names (#30)

- Python
Published by daviddavo over 4 years ago