~savoy

https://tilde.team/~savoy

hobbyist programmer, mostly python and slowly getting more with rust

additional links and contact methods can be found at my homepage linked above

~savoy/holonet-discuss

Last active a month ago

~savoy/holonet-announce

Last active a month ago

~savoy/holo-devel

Last active a month ago

~savoy/holo-announce

Last active a month ago

~savoy/holo-mail-devel

Last active a month ago

~savoy/holo-mail-announce

Last active a month ago

~savoy/tilde-devel

Last active 5 months ago

~savoy/tilde-announce

Last active 5 months ago

~savoy/ade-announce

Last active 8 months ago

~savoy/mailcap-announce

Last active 11 months ago
View more

Recent activity

ade v0.11.1 released 8 months ago

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

ade v0.11.0 released 8 months ago

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.

ade v0.10.3 released 9 months ago

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.

ade v0.10.2 release 9 months ago

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.

ade v0.10.1 release 9 months ago

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.

ade v0.10.0 release 9 months ago

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,

ade v0.9.3 release 11 months ago

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.

ade v0.9.2 release 11 months ago

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.

ade v0.9.1 release 11 months ago

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