File: CHANGES.md

package info (click to toggle)
mpl-scatter-density 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,448 kB
  • sloc: python: 661; makefile: 4
file content (37 lines) | stat: -rw-r--r-- 1,053 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# 0.7 (2020-08-03)

-   Fix compatibility with Matplotlib 3.3. \[#30\]
-   Drop support for Python 2.7 and require Matplotlib\>=3. \[#30\]
-   Update package infrastructure. \[#31\]

# 0.6 (2019-05-28)

-   Avoid unecessary imports of Qt and Tk. \[#27\]

# 0.5 (2019-01-27)

-   Internal code reorganization to faciliate re-use in other packages.
    \[#26\]

# 0.4 (2018-09-04)

-   Added a keyword argment `update_while_panning` to set whether to
    compute the scatter denstiy map while panning and zooming. \[#16\]
-   Downsample when resizing interactive window. \[#14\]

# 0.3 (2017-10-29)

-   Added support for the `c=` argument, similar to the argument with
    the same name in Matplotlib\'s `scatter` function. \[#11\]
-   Added support for log axes. \[#11\]
-   Fixed support for flipped limits (e.g. xmax \< xmin). \[#11\]
-   Added support for setting vmin/vmax to functions to determine limits
    on-the-fly. \[#11\]

# 0.2 (2017-07-20)

-   Fix compatibility with the Jupyter notebook. \[#8\]

# 0.1 (2017-07-19)

-   Initial version.