Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge release branch back into master #1866

Merged
merged 42 commits into from
Sep 29, 2022
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
28a78ed
Bump version to 3.0.0-rc1
filmor Jun 27, 2022
e84731f
implemented dynamic equality and inequality for PyObject instances
lostmsu Jun 30, 2022
2edd800
Fix broken prefix and debug leftover
filmor Jun 28, 2022
4b6ac12
Bump release candidate version
filmor Jul 5, 2022
2016371
Make MANIFEST.in more explicit
filmor Jul 6, 2022
d484797
Use informational version as clr's __version__ attribute
filmor Jul 8, 2022
25f21f9
Drop obsolete packages.config
filmor Jul 11, 2022
332f8e7
Fix (U)IntPtr construction (#1861)
filmor Jul 11, 2022
60a719c
Implement non-simple String constructors explicitly (#1862)
filmor Jul 11, 2022
b79ae2f
Fix missing docstring for types with custom constructors (#1865)
filmor Jul 11, 2022
863397a
Bump release candidate version
filmor Jul 11, 2022
59b1c51
Finalizer.Instance.Collect() and Runtime.TryCollectingGarbage(...) ar…
lostmsu Jul 14, 2022
469ec67
fixed leak in NewReference.Move
lostmsu Jul 14, 2022
9bb8fe6
Merge pull request #1873 from losttech/bugs/ctor-leak
filmor Jul 14, 2022
93631af
Bump release candidate version
filmor Jul 16, 2022
a5e9b55
Generate XML documentation on build and add to it NuGet package (#1878)
lostmsu Jul 16, 2022
85d0ca6
mention the need for PythonEngine.Initialize and BeginAllowThreads in…
lostmsu Aug 4, 2022
5f63c67
BREAKING: disabled implicit conversion from Python objects implementi…
lostmsu Aug 8, 2022
0909021
Explicit float and int conversion for builtin types (#1904)
filmor Aug 12, 2022
bd48dc1
Fill nb_index slot for integer types (#1907)
filmor Aug 13, 2022
4241493
fixed use of the process handle after Process instance goes out of sc…
lostmsu Sep 16, 2022
bdf671e
fixed new line character at the end of informational version (#1941)
lostmsu Sep 16, 2022
3f12469
Bump clr-loader dependency to 0.2.3 and adjust interface
filmor Sep 16, 2022
db52dde
Improve error message if the runtime fails to load
filmor Sep 16, 2022
fd8fd3b
Fix manifest so we can build with python -m build
filmor Sep 17, 2022
91d3e55
reenabled test for https://github.com/pythonnet/pythonnet/issues/1256…
lostmsu Sep 17, 2022
43769f5
Merge pull request #1942 from filmor/configless-coreclr
filmor Sep 17, 2022
f1ef11d
Bump release candidate version
filmor Sep 18, 2022
a02799d
Fix implicit float conversion for classes that derive from float
filmor Sep 19, 2022
2194d6c
Drop PyLong_Check (which checked for exact type) in favour of PyInt_C…
filmor Sep 19, 2022
52cf03c
Merge pull request #1908 from filmor/implicit-float-int
filmor Sep 20, 2022
15a8b26
Bump release candidate version
filmor Sep 20, 2022
08fd638
Add initial documentation setup
filmor May 26, 2022
64ea044
Ensure build props always read the correct version file
filmor Sep 19, 2022
13f2a9c
Convert back to RST, add section on runtime loading
filmor Sep 26, 2022
42b122d
Publish documentation from the release branch for now
filmor Sep 26, 2022
cc2fdac
Adjust installation documentation
filmor Sep 26, 2022
80adda9
Merge pull request #1863 from filmor/docs
filmor Sep 26, 2022
3c4dd16
Update README
filmor Sep 26, 2022
33b107c
Move clr module to separate file
filmor Sep 26, 2022
6ec635d
Drop unused param doc
filmor Sep 26, 2022
aae9d56
Bump version to 3.0.0
filmor Sep 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump release candidate version
  • Loading branch information
filmor committed Jul 5, 2022
commit 4b6ac1246362a6ecccbaf54bcdd15b105c11ea5d
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0-rc1
3.0.0-rc2