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

Windows compatibility #33

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
944585f
fixed path generation in prepare, added unit test for prepare
mariusdgm Nov 10, 2023
241c4bd
updated changelog
mariusdgm Nov 10, 2023
3df5e1b
Made single liftoff run windows compatible
mariusdgm Nov 11, 2023
94abfe1
removed message typos
mariusdgm Nov 11, 2023
b2b476f
added unit test for crashed experiment
mariusdgm Nov 11, 2023
620ad43
added unit test for liftoff-status
mariusdgm Nov 11, 2023
9ba22d5
added my devel notebook to gitignore
mariusdgm Nov 12, 2023
617576e
multiple experiments seem to work now
mariusdgm Nov 12, 2023
64a024a
updated doc
mariusdgm Nov 12, 2023
04f8beb
Repaired parallel execution in windows, and fixed the test example lo…
mariusdgm Nov 13, 2023
548c512
changed default results path to use os path join
mariusdgm Nov 13, 2023
dadb502
procs and abort WIP, replaced code with psutils, but procs stil givin…
mariusdgm Nov 13, 2023
e68437b
proposal for versioning
mariusdgm Nov 13, 2023
4510542
fully fixed liftoff-proc, and added test
mariusdgm Nov 14, 2023
1c2ba26
almost completed abort
mariusdgm Nov 16, 2023
e4b5204
completed abort cross platform
mariusdgm Nov 16, 2023
062a44c
added tag in changelog
mariusdgm Nov 17, 2023
515a64d
added one more test, looks like there are some race conditions in the…
mariusdgm Nov 21, 2023
6148a00
fixed procs test
mariusdgm Dec 15, 2023
14be837
trying to fix linux branch
mariusdgm Dec 16, 2023
75297dc
added tests for long paths, they work if long paths are enabled on wi…
mariusdgm Dec 17, 2023
006e829
updated minor version
mariusdgm Dec 18, 2023
ff0295b
Fix error msg decoding.
floringogianu Dec 19, 2023
17491f4
Fix missing closing single quotation mark.
floringogianu Dec 19, 2023
300151b
Revert "updated minor version".
floringogianu Dec 19, 2023
7e73d51
wip, trying to solve getting hte pid of main experiment
mariusdgm Dec 21, 2023
f0e18b1
fixed liftoff for windows (again)
mariusdgm Jan 2, 2024
e2da324
fixed timing in test and skipped time sensitive test
mariusdgm Jan 15, 2024
7a203f5
procs works manually in wsl, procs and abort test fail on wsl
mariusdgm Jan 23, 2024
1f0f3a2
updated changelog, removed tests
mariusdgm Jan 26, 2024
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
Revert "updated minor version".
This reverts commit 006e829.
Let's target v.0.4.0 for win comp. Bug fixing comes after the pull
request is accepted.
  • Loading branch information
floringogianu committed Dec 19, 2023
commit 300151b68a50a5a4d7ec8810fcf950466deb1916
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
from setuptools import setup, find_packages


VERSION = "0.4.1" # single source of truth
VERSION = "0.4.0" # single source of truth
print("-- Installing liftoff " + VERSION)
with open("./liftoff/version.py", "w") as f:
f.write("__version__ = '{}'\n".format(VERSION))