You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,8 @@
7
7
8
8
9
9
10
-
# graphfunctions v1.51
11
-
*(28 Nov 2024)*
10
+
# graphfunctions v1.52
11
+
*(18 Feb 2025)*
12
12
13
13
A suite of graph functions for Stata. The program is designed to be called by other programs, but it can be used as a standalone as well. The page will provide some minimum examples, but for the full scope, see the relevant help files.
14
14
@@ -18,7 +18,7 @@ Currently, this package contains:
18
18
|Program|Version|Updated|Description|
19
19
|----| ---- | ---- | ----- |
20
20
|[labsplit](#labsplit)| 1.1 | 08 Oct 2024 | Text wrapping |
21
-
|[catspline](#catspline)| 1.1|28 Nov 2024 | Catmull-Rom splines |
21
+
|[catspline](#catspline)| 1.2|18 Feb 2024 | Catmull-Rom splines |
22
22
|[arc](#arc)| 1.2 | 20 Nov 2024 | Draw arcs between two points |
The program allows users to generate splines based on the [Catmull-Rom algorithm](https://en.wikipedia.org/wiki/Centripetal_Catmull%E2%80%93Rom_spline).
@@ -550,6 +550,11 @@ Please open an [issue](https://github.com/asjadnaqvi/stata-graphfunctions/issues
550
550
551
551
## Change log
552
552
553
+
**v1.52 (18 Feb 2025)**
554
+
-`catspline` now generate the stated number of points.
555
+
-`catspline` now respects `if/in` conditions.
556
+
- Minor corrections and bug fixes.
557
+
553
558
**v1.51 (28 Nov 2024)**
554
559
- Fixed `catspline` to correct generate splines. Added options to replace variables. Change in routine to make it more efficient in computations.
555
560
- Added `replace`, `append` to `arc`. Various bug fixes.
0 commit comments