Skip to content

Releases: edrewitz/xmACIS2Py

xmACIS2Py 2.2.2 Released

03 Apr 02:12

Choose a tag to compare

xmACIS2Py 2.2.2

image image

xmACIS2Py 2.2.2

(C) Eric J. Drewitz 2025-2026

Documentation & Jupyter Lab Examples

New Features

Nothing at this time

Improvements

  1. Changed the visibility of all imports and background functions from public to private. This will allow for a much cleaner and more concise drop-down menu when using tab completion in Jupyter Notebooks or in VS Code.

Bug Fixes

  1. None at this time.

xmACIS2Py 2.2.1 Released

23 Jan 03:02
c26668c

Choose a tag to compare

xmACIS2Py 2.2.1

image image

xmACIS2Py 2.2.1

(C) Eric J. Drewitz 2025-2026

Documentation & Jupyter Lab Examples

New Features

Nothing at this time

Improvements

  1. Changed the default argument of clear_recycle_bin=True to clear_recycle_bin=False due to feedback that most users probably do not want this. I did not want to remove clear_recycle_bin given some users may still want to keep it. From now on, manually set clear_recycle_bin=True to clear recycle/trash bin with each run of a script that uses the WxData clients. This keeps xmACIS2Py up with the WxData 1.2.5 update.

Bug Fixes

  1. None at this time.

xmACIS2Py 2.2 Released

16 Jan 22:17
0773c51

Choose a tag to compare

xmACIS2Py 2.2

image image

xmACIS2Py 2.2

(C) Eric J. Drewitz 2025-2026

Documentation & Jupyter Lab Examples

New Features

None at this time.

Improvements

  1. Added the option hide_bar_labels (Default=False) to hide the bar labels for some users who may wish to reduce clutter on the figure. This is especially useful for users who are plotting a large temporal span of data.

Bug Fixes

  1. Fixed a bug not displaying the x_axis datetime formatting properly in the precipitation summary graphics.

xmACIS2Py2.1.1 Released

16 Jan 00:42
e4dc5c1

Choose a tag to compare

xmACIS2Py 2.1.1

image image

xmACIS2Py 2.1.1

(C) Eric J. Drewitz 2025-2026

Documentation & Jupyter Lab Examples

New Features

None at this time.

Improvements

None at this time.

Bug Fixes

  1. Fixed minor typos stats table.

xmACIS2Py 2.1 Released

15 Jan 23:40

Choose a tag to compare

xmACIS2Py 2.1

image image

xmACIS2Py 2.1

(C) Eric J. Drewitz 2025-2026

Documentation & Jupyter Lab Examples

New Features

None at this time.

Improvements

  1. Changed the bar graph colors from gray to red (above normal) and blue (below normal) for Average Temperature Departure.

  2. Added the Max, Min and Mean values for the period on the graphics.

Bug Fixes

  1. Fixed minor typos in HDD/CDD/GDD graphics.

  2. Fixed typos in stats table graphics for Average Temperature/Average Temperature Departure

xmACIS2Py 2.0 Released

13 Jan 04:21
f0553d2

Choose a tag to compare

xmACIS2Py v1.2.4 Release Notes

10 Mar 06:52
10ab1d1

Choose a tag to compare

image image

New Features & Bug Fixes In xmACIS2Py v1.2.4

  1. Made Major Graphical Improvements (especially to text-boxes)

  2. Added the ability for users to plot the running mean for temperature graphics

  3. Added the ability for users to plot the running sum for precipitation graphics

  4. Added growing degree days (GDD)

  5. Made plots showing summaries for a single variable (Max T, Min T, Avg T, AvgT Departure, HDD, CDD and GDD)

  6. Fixed the issue with the dates sometimes writing over the titles in the temperature summary.
    Made the titles colored textboxes below the top of the subplot.

  7. Changed the colors of the textboxes on the growing degree days summary to green and orange.

xmACIS2Py Documentation