hobbyist programmer, mostly python and slowly getting more with rust
additional links and contact methods can be found at my homepage linked above
From savoy to ~savoy/ade-announce
Version 0.11.1 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.11.1 This release contains a flash fix for the calendar used by ade for June/July/August 2022. Please update ade as soon as possible in order to maintain data integrity. --- Changed: - The calendar for June/July/August has been modified. - supplierInvoiceDateId takes precedence over the default dateId when
From savoy to ~savoy/ade-announce
Version 0.11.0 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.11.0 --- Added: - User-defined structures in report configuration for pivot outputs. Although not required (will default to a sheet named after the table and cell B4), allows for more flexibility in data output. - Pivot table configuration can now choose to be formatted or not.
From savoy to ~savoy/ade-announce
Version 0.10.3 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.10.3 --- Mostly bug changes regarding adhoc reports and pivot formatting. Changed: - The formatting option has been (very quickly) deprecated. It is no longer necessary to enable the feature; any file generated without a template will be automatically formatted.
From savoy to ~savoy/ade-announce
Version 0.10.2 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.10.2 --- Significant bugs and some small features added in this release. Bugs fixes: - With the change from directly accessing raw cursors in pyodbc to using sqlalchemy, add_hierarchy() was still attempting to pull a DataFrame with a raw cursor and .fetchall(). The fix allows new numbers to be added to the local database.
From savoy to ~savoy/ade-announce
Version 0.10.1 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.10.1 When creating spreadsheets for any ade report, duplicate filenames would automatically create a new file with a version tag (i.e. client_revenue_v1). Due to the sorting method used, the attempt to find the most recent version to +1 to it would crash due to using regex on a Path object instead of a string. This version corrects this behavior and multiple versioned reports past v1 can now be safely created.
From savoy to ~savoy/ade-announce
Version 0.10.0 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.10.0 This release contains new features on adhoc data and pivot table formatting. Any template-less report has the option to enable automatic formatting based on its type. A "data" report indicated in reports.yaml, a report without a template with the option "formatting=True", or a true adhoc report created through the REPL, are all candidates for this feature. The original Output dataframe, which can also be included now with pivot tables, will be sent to the spreadsheet formatted as a proper table,
From savoy to ~savoy/ade-announce
Version 0.9.3 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.9.3 This release contains a fix correcting the URL for code documentation. In the ade window, navigating to Help -> Code documentation will take you to the correct URL.
From savoy to ~savoy/ade-announce
Version 0.9.2 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.9.2 This release mostly consists of a patch to allow SQLAlchemy to work within the PyInstaller executable. The two additional features include small library changes that have yet to be implemented into ade and as such didn't warrant a minor upgrade. --- Bug fixes: - SQLAlchemy works within PyInstaller executables.
From savoy to ~savoy/ade-announce
Version 0.9.1 of ade has been released! https://git.sr.ht/~savoy/ade/refs/0.9.1 This release contains only some important bug fixes. --- Bug fixes: - The makefile now works correctly with PyInstaller expecting a string path instead of a Path object. - The default config.yaml options for `server` and `reference` have been