Releases: synthesized-io/insight
Insight 1.0
🧿 Insight 1.0
This release marks the first major version increment to the insight package as we've improving the performance and stability of the package over the past year.
Insight supports python 3.8+
What's Changed
- Use correct metric names by @nialldevlin1 in #145
- KendallTauCorrelation datetime support by @nialldevlin1 in #158
- Fixed check.continuous to accept int32, float32 and uint32 by @marqueewinq in #159
- Bump synthesized-datasets from 0.6 to 1.0 by @dependabot in #112
- Enable batch commits to DB and use caching by @simonhkswan in #162
- Drop Python 3.7 support by @simonhkswan in #174
- pin requirements for CI testing by @simonhkswan in #173
- Drop NaN in KolmogorovSmirnov by @tomcarter23 in #175
New Contributors
- @nialldevlin1 made their first contribution in #145
Full Changelog: v0.9...v1.0
v1.0-rc6
🧿 Insight 1.0
This release marks the first major version increment to the insight package as we've improving the performance and stability of the package over the past year.
Insight supports python 3.8+
What's Changed
- Use correct metric names by @nialldevlin1 in #145
- KendallTauCorrelation datetime support by @nialldevlin1 in #158
- Fixed check.continuous to accept int32, float32 and uint32 by @marqueewinq in #159
- Bump synthesized-datasets from 0.6 to 1.0 by @dependabot in #112
- Enable batch commits to DB and use caching by @simonhkswan in #162
- Drop Python 3.7 support by @simonhkswan in #174
- pin requirements for CI testing by @simonhkswan in #173
- Drop NaN in KolmogorovSmirnov by @tomcarter23 in #175
New Contributors
- @nialldevlin1 made their first contribution in #145
Full Changelog: v0.9...v1.0
v1.0-rc5
🧿 Insight 1.0
This release marks the first major version increment to the insight package as we've improving the performance and stability of the package over the past year.
Insight supports python 3.8+
What's Changed
- Use correct metric names by @nialldevlin1 in #145
- KendallTauCorrelation datetime support by @nialldevlin1 in #158
- Fixed check.continuous to accept int32, float32 and uint32 by @marqueewinq in #159
- Bump synthesized-datasets from 0.6 to 1.0 by @dependabot in #112
- Enable batch commits to DB and use caching by @simonhkswan in #162
- Drop Python 3.7 support by @simonhkswan in #174
- pin requirements for CI testing by @simonhkswan in #173
- Drop NaN in KolmogorovSmirnov by @tomcarter23 in #175
New Contributors
- @nialldevlin1 made their first contribution in #145
Full Changelog: v0.9...v1.0
Insight v1.0-rc4
🧿 Insight 1.0
This release marks the first major version increment to the insight package as we've improving the performance and stability of the package over the past year.
Insight supports python 3.8+
What's Changed
- Use correct metric names by @nialldevlin1 in #145
- KendallTauCorrelation datetime support by @nialldevlin1 in #158
- Fixed check.continuous to accept int32, float32 and uint32 by @marqueewinq in #159
- Bump synthesized-datasets from 0.6 to 1.0 by @dependabot in #112
- Enable batch commits to DB and use caching by @simonhkswan in #162
- Drop Python 3.7 support by @simonhkswan in #174
- pin requirements for CI testing by @simonhkswan in #173
- Drop NaN in KolmogorovSmirnov by @tomcarter23 in #175
New Contributors
- @nialldevlin1 made their first contribution in #145
Full Changelog: v0.9...v1.0
v1.0-rc3
🧿 Insight 1.0
This release marks the first major version increment to the insight package as we've improving the performance and stability of the package over the past year.
Insight supports python 3.8+
What's Changed
- Use correct metric names by @nialldevlin1 in #145
- KendallTauCorrelation datetime support by @nialldevlin1 in #158
- Fixed check.continuous to accept int32, float32 and uint32 by @marqueewinq in #159
- Bump synthesized-datasets from 0.6 to 1.0 by @dependabot in #112
- Enable batch commits to DB and use caching by @simonhkswan in #162
New Contributors
- @nialldevlin1 made their first contribution in #145
Full Changelog: v0.9...v1.0
v1.0-rc2
🧿 Insight 1.0
What's Changed
- Use correct metric name by @nialldevlin1 in #145
- KendallTauCorrelation datetime support by @nialldevlin1 in #158
- Fixed check.continuous to accept int32, float32 and uint32 by @marqueewinq in #159
New Contributors
- @nialldevlin1 made their first contribution in #145
Full Changelog: v0.9...v1.0-rc2
Insight v1.0-rc0
🧿 Insight 1.0
What's Changed
- Use correct metric name by @nialldevlin1 in #145
- KendallTauCorrelation datetime support by @nialldevlin1 in #158
New Contributors
- @nialldevlin1 made their first contribution in #145
Full Changelog: v0.9...v1.0-rc0
v0.9
🧿 Insight 0.9
This release now adds the support for saving insight metrics to a database as they are evaluated. There are numerous bug fixes and performance improvements which have also been included. More details below:
What's Changed
- Update README and Project Description for PyPi by @simonhkswan in #77
- Database addition by @Hebruwu in #74
- Make db requirements optional by @simonhkswan in #110
- Fix upload to database bug by @simonhkswan in #113
- Add kendall tau metric by @tomcarter23 in #115
- DiffCorrMatrix fix error trying to call abs() on np.array by @tomcarter23 in #117
- Feature: added Result.run_id by @marqueewinq in #141
- Update d2198fd60b0e_added_result_run_id.py by @marqueewinq in #143
- Include font file in python package by @simonhkswan in #144
- Speed up KendallTauCorrelation metric calculation by @tomcarter23 in #149
- Added the direct dtype conversion in zipped_hist by @marqueewinq in #152
- Fix install failure on mac arm 64 by @tomcarter23 in #153
- Refactor typing stubs by @marqueewinq in #155
- Added KSD by @marqueewinq in #156
- Added unique=True on Version by @marqueewinq in #157
New Contributors
- @tomcarter23 made their first contribution in #115
- @marqueewinq made their first contribution in #141
Full Changelog: v0.8...v0.9
v0.9-rc11
🧿 Insight 0.9
This release now adds the support for saving insight metrics to a database as they are evaluated. There are numerous bug fixes and performance improvements which have also been included. More details below:
What's Changed
- Update README and Project Description for PyPi by @simonhkswan in #77
- Database addition by @Hebruwu in #74
- Make db requirements optional by @simonhkswan in #110
- Fix upload to database bug by @simonhkswan in #113
- Add kendall tau metric by @tomcarter23 in #115
- DiffCorrMatrix fix error trying to call abs() on np.array by @tomcarter23 in #117
- Feature: added Result.run_id by @marqueewinq in #141
- Update d2198fd60b0e_added_result_run_id.py by @marqueewinq in #143
- Include font file in python package by @simonhkswan in #144
- Speed up KendallTauCorrelation metric calculation by @tomcarter23 in #149
- Added the direct dtype conversion in zipped_hist by @marqueewinq in #152
- Fix install failure on mac arm 64 by @tomcarter23 in #153
- Refactor typing stubs by @marqueewinq in #155
- Added KSD by @marqueewinq in #156
- Added unique=True on Version by @marqueewinq in #157
New Contributors
- @tomcarter23 made their first contribution in #115
- @marqueewinq made their first contribution in #141
Full Changelog: v0.8...v0.9
Insight v0.9-rc9
🧿 Insight 0.9
This release now adds the support for saving insight metrics to a database as they are evaluated. There are numerous bug fixes and performance improvements which have also been included. More details below:
What's Changed
- Update README and Project Description for PyPi by @simonhkswan in #77
- Database addition by @Hebruwu in #74
- Make db requirements optional by @simonhkswan in #110
- Fix upload to database bug by @simonhkswan in #113
- Add kendall tau metric by @tomcarter23 in #115
- DiffCorrMatrix fix error trying to call abs() on np.array by @tomcarter23 in #117
- Feature: added Result.run_id by @marqueewinq in #141
- Update d2198fd60b0e_added_result_run_id.py by @marqueewinq in #143
- Include font file in python package by @simonhkswan in #144
- Speed up KendallTauCorrelation metric calculation by @tomcarter23 in #149
- Added the direct dtype conversion in zipped_hist by @marqueewinq in #152
- Fix install failure on mac arm 64 by @tomcarter23 in #153
New Contributors
- @tomcarter23 made their first contribution in #115
- @marqueewinq made their first contribution in #141
Full Changelog: v0.8...v0.9