Skip to content

Commit 7f6b5e1

Browse files
committed
Update version to 3.6.5
1 parent 23ddd99 commit 7f6b5e1

File tree

4 files changed

+56
-50
lines changed

4 files changed

+56
-50
lines changed

Diff for: CHANGELOG.md

+51-45
Original file line numberDiff line numberDiff line change
@@ -1,166 +1,172 @@
11
# Changelog
22

3+
## v3.6.5 (2024-09-19)
4+
5+
### Bug Fixes
6+
7+
- Fix(MacOS): Enhance platform check for stackql installation
8+
39
## v3.6.4 (2024-07-17)
410

511
### Updates
612

7-
* added dataflow dependency arguments
13+
- added dataflow dependency arguments
814

915
## v3.6.3 (2024-06-22)
1016

1117
### Updates
1218

13-
* build updates
19+
- build updates
1420

1521
## v3.6.2 (2024-05-06)
1622

1723
### Updates
1824

19-
* added `rowsaffected` to dict response for `executeStmt`
25+
- added `rowsaffected` to dict response for `executeStmt`
2026

2127
## v3.6.1 (2024-04-18)
2228

2329
### Updates
2430

25-
* modified dict response for `executeStmt`
26-
* modified error response for `execute`, should never return `None`
31+
- modified dict response for `executeStmt`
32+
- modified error response for `execute`, should never return `None`
2733

2834
## v3.5.4 (2024-04-11)
2935

3036
### Updates
3137

32-
* added `suppress_errors` argument to the `execute` function
38+
- added `suppress_errors` argument to the `execute` function
3339

3440
## v3.5.3 (2024-04-08)
3541

3642
### Updates
3743

38-
* added `backend_storage_mode` and `backend_file_storage_location` constructor args for specifying a file based backend (not applicable in `server_mode`)
44+
- added `backend_storage_mode` and `backend_file_storage_location` constructor args for specifying a file based backend (not applicable in `server_mode`)
3945

4046
## v3.5.2 (2024-03-21)
4147

4248
### Updates
4349

44-
* added `custom_registry` constructor arg for specifying a non-default registry
50+
- added `custom_registry` constructor arg for specifying a non-default registry
4551

4652
## v3.5.1 (2024-03-15)
4753

4854
### Updates
4955

50-
* included `pandas` and `IPython` install requirements
51-
* optional required import of `psycopg2` only if in `server_mode`
56+
- included `pandas` and `IPython` install requirements
57+
- optional required import of `psycopg2` only if in `server_mode`
5258

5359
## v3.2.5 (2023-12-07)
5460

5561
### Updates
5662

57-
* included `app_root` and `execution_concurrency_limit` options in `StackQL` constructor
63+
- included `app_root` and `execution_concurrency_limit` options in `StackQL` constructor
5864

5965
## v3.2.4 (2023-10-24)
6066

6167
### Updates
6268

63-
* implemented non `server_mode` magic extension
64-
* updated dataframe output for statements
65-
* `pandas` type updates
66-
* updated class parameters
67-
* added additional tests
68-
* bin path defaults for codespaces notebooks
69+
- implemented non `server_mode` magic extension
70+
- updated dataframe output for statements
71+
- `pandas` type updates
72+
- updated class parameters
73+
- added additional tests
74+
- bin path defaults for codespaces notebooks
6975

7076
## v3.0.0 (2023-10-11)
7177

7278
### Updates
7379

74-
* added `StackqlMagic` class for `jupyter`, `IPython` integration
75-
* `server_mode` is now used to connect to a `stackql` server process using `pyscopg2`
76-
* added additional tests
80+
- added `StackqlMagic` class for `jupyter`, `IPython` integration
81+
- `server_mode` is now used to connect to a `stackql` server process using `pyscopg2`
82+
- added additional tests
7783

7884
## v2.0.0 (2023-08-15)
7985

8086
### Updates
8187

82-
* added `executeQueriesAsync` stackql class method
88+
- added `executeQueriesAsync` stackql class method
8389

8490
## v1.5.0 (2023-04-04)
8591

8692
### Updates
8793

88-
* added `server_mode` to run a background stackql server process
94+
- added `server_mode` to run a background stackql server process
8995

9096
## v1.0.2 (2023-02-23)
9197

9298
### Updates
9399

94-
* enabled custom `download_dir` argument
100+
- enabled custom `download_dir` argument
95101

96102
## v1.0.1 (2023-02-23)
97103

98104
### Minor updates
99105

100-
* updated `setup.py`
106+
- updated `setup.py`
101107

102108
## v1.0.0 (2023-02-22)
103109

104110
### Refactor
105111

106-
* refactored package
107-
* added support for `kwargs` for the `StackQL` constructor
108-
* added `setup.py`
109-
* added `docs` using `sphinx`
110-
* added additional tests
112+
- refactored package
113+
- added support for `kwargs` for the `StackQL` constructor
114+
- added `setup.py`
115+
- added `docs` using `sphinx`
116+
- added additional tests
111117

112118
## v0.9.0 (2022-06-06)
113119

114120
### Bug Fixes
115121

116-
* added exception handling
122+
- added exception handling
117123

118124
## v0.5.0 (2022-06-03)
119125

120126
### Bug Fixes
121127

122-
* added local registry support
123-
* updated docs
128+
- added local registry support
129+
- updated docs
124130

125131
## v0.4.1 (2022-05-31)
126132

127133
### Bug Fixes
128134

129-
* added `str` handling
130-
* updated docs
135+
- added `str` handling
136+
- updated docs
131137

132138
## v0.4.0 (2022-02-08)
133139

134140
### Updates
135141

136-
* updated `version` output
137-
* updated docs
142+
- updated `version` output
143+
- updated docs
138144

139145
## v0.3.0 (2022-02-07)
140146

141147
### Initial release as `pystackql`
142148

143-
* added `auth` switch
144-
* converted `byte` output to `str`
149+
- added `auth` switch
150+
- converted `byte` output to `str`
145151

146152
## v0.2.0 (2021-07-19)
147153

148154
### Updates to `pyinfraql`
149155

150-
* added `version` method
151-
* updates to accept `None` for arguments
152-
* updated docs
156+
- added `version` method
157+
- updates to accept `None` for arguments
158+
- updated docs
153159

154160
## v0.1.1 (2021-07-16)
155161

156162
### Updates to `pyinfraql`
157163

158-
* added `dbfilepath` argument
164+
- added `dbfilepath` argument
159165

160166
## v0.1.0 (2021-02-15)
161167

162168
### Initial Release (as `pyinfraql`)
163169

164-
* class constructor for `pyinfraql`
165-
* support for `google` provider
166-
* support for integration with `pandas`, `matplotlib` and `jupyter`
170+
- class constructor for `pyinfraql`
171+
- support for `google` provider
172+
- support for integration with `pandas`, `matplotlib` and `jupyter`

Diff for: docs/source/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '3.6.4'
29+
release = 'v3.6.5'
3030

3131

3232
# -- General configuration ---------------------------------------------------
@@ -158,4 +158,4 @@
158158
]
159159

160160

161-
# -- Extension configuration -------------------------------------------------
161+
# -- Extension configuration -------------------------------------------------

Diff for: pystackql/_util.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ def _download_file(url, path, showprogress=True):
8080
exit(1)
8181

8282
def _setup(download_dir, platform, showprogress=False):
83-
print('installing stackql...')
8483
try:
84+
print('installing stackql...')
8585
binary_name = _get_binary_name(platform)
8686
url = _get_url()
8787
print("downloading latest version of stackql from %s to %s" % (url, download_dir))

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='pystackql',
13-
version='3.6.4',
13+
version='v3.6.5',
1414
description='A Python interface for StackQL',
1515
long_description=readme,
1616
author='Jeffrey Aven',
@@ -41,4 +41,4 @@
4141
'Programming Language :: Python :: 3.12',
4242
'License :: OSI Approved :: MIT License',
4343
]
44-
)
44+
)

0 commit comments

Comments
 (0)